# HG changeset patch # User Christopher Rogers # Date 1287380278 0 # Node ID c419c462ce0962dc4ee6470d0befa3d5a4846018 # Parent 851d4c73c039bd879ddb5ff6836004002bc1fab6 Up: pyopenssl to 0.10. diff -r 851d4c73c039 -r c419c462ce09 pyopenssl/receipt --- a/pyopenssl/receipt Mon Oct 18 04:07:50 2010 +0000 +++ b/pyopenssl/receipt Mon Oct 18 05:37:58 2010 +0000 @@ -1,16 +1,16 @@ # SliTaz package receipt. PACKAGE="pyopenssl" -VERSION="0.8" +VERSION="0.10" CATEGORY="development" SHORT_DESC="OpenSSL library subset wrapper for python." MAINTAINER="pascal.bellard@slitaz.org" SOURCE="pyOpenSSL" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://$PACKAGE.sourceforge.net/" -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +WEB_SITE="http://pyopenssl.sourceforge.net/" +WGET_URL="http://pypi.python.org/packages/source/p/$SOURCE/$TARBALL" DEPENDS="python openssl" -BUILD_DEPENDS="python openssl-dev" +BUILD_DEPENDS="python python-dev openssl-dev" # Rules to configure and make the package. compile_rules() @@ -23,5 +23,6 @@ genpkg_rules() { cp -a $_pkg/usr $fs + find $fs/usr/lib/ -name "*.pyc" -delete }