diff options
author | tonnerre <tonnerre@pkgsrc.org> | 2008-08-21 10:29:31 +0000 |
---|---|---|
committer | tonnerre <tonnerre@pkgsrc.org> | 2008-08-21 10:29:31 +0000 |
commit | e188148e85c1fcd0f5afab1a5ca051224824ee8e (patch) | |
tree | ad4bb752e2752b656a485c25481a61d019569fb4 /security/py-OpenSSL/Makefile | |
parent | 12145f1ffcaac603a01c930ac36ceb423a1558b9 (diff) | |
download | pkgsrc-e188148e85c1fcd0f5afab1a5ca051224824ee8e.tar.gz |
Push new Python OpenSSL module. Changes since version 0.6:
- Removed some unused variables.
- Improved Python 2.3 compatibility.
- Fixed various threading bugs.
- Some improvements in the test suite.
Diffstat (limited to 'security/py-OpenSSL/Makefile')
-rw-r--r-- | security/py-OpenSSL/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/py-OpenSSL/Makefile b/security/py-OpenSSL/Makefile index 1cd2d93c13b..406d1174bbd 100644 --- a/security/py-OpenSSL/Makefile +++ b/security/py-OpenSSL/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:45 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2008/08/21 10:29:31 tonnerre Exp $ # -DISTNAME= pyOpenSSL-0.6 +DISTNAME= pyOpenSSL-0.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} -PKGREVISION= 2 CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyopenssl/} |