# HG changeset patch # User Christopher Rogers # Date 1287661265 0 # Node ID b6588be2cb4edd536fb3d0b528f1b66ed879979a # Parent e06b8d6ac96715b5b23f112bcc83cc8fbfe58b2e Up: python-pyrex to 0.9.9. diff -r e06b8d6ac967 -r b6588be2cb4e python-pyrex/receipt --- a/python-pyrex/receipt Thu Oct 21 11:36:25 2010 +0000 +++ b/python-pyrex/receipt Thu Oct 21 11:41:05 2010 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="python-pyrex" -VERSION="0.9.8.5" +VERSION="0.9.9" CATEGORY="development" SHORT_DESC="Language for Writing Python Extension Modules." MAINTAINER="pankso@slitaz.org" @@ -24,4 +24,5 @@ genpkg_rules() { cp -a $_pkg/usr $fs + find $fs -name "*.pyc" -delete }