wok rev 6904
Up: python-pyrex to 0.9.9.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Oct 21 11:41:05 2010 +0000 (2010-10-21) |
parents | e06b8d6ac967 |
children | cf404562b727 |
files | python-pyrex/receipt |
line diff
1.1 --- a/python-pyrex/receipt Thu Oct 21 11:36:25 2010 +0000 1.2 +++ b/python-pyrex/receipt Thu Oct 21 11:41:05 2010 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="python-pyrex" 1.7 -VERSION="0.9.8.5" 1.8 +VERSION="0.9.9" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Language for Writing Python Extension Modules." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -24,4 +24,5 @@ 1.13 genpkg_rules() 1.14 { 1.15 cp -a $_pkg/usr $fs 1.16 + find $fs -name "*.pyc" -delete 1.17 }