wok diff python-pyrex/receipt @ rev 7109
Up: inkscape to 0.48.0.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Nov 03 06:33:29 2010 +0000 (2010-11-03) |
parents | 67b596b71bfd |
children | c57c251fb82b |
line diff
1.1 --- a/python-pyrex/receipt Thu Aug 27 13:31:03 2009 +0200 1.2 +++ b/python-pyrex/receipt Wed Nov 03 06:33:29 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 }