diff options
author | wiz <wiz@pkgsrc.org> | 2014-01-19 22:22:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-01-19 22:22:56 +0000 |
commit | 0bea56fe5d4bd544aa1304af0bb1737a5a68217b (patch) | |
tree | 51a5c66240c11842cfd0141baa969c7025bc2dfe /converters/py-zbase32/Makefile | |
parent | 78ebc3f3817221c7840dd8e3e139e8510d8103b8 (diff) | |
download | pkgsrc-0bea56fe5d4bd544aa1304af0bb1737a5a68217b.tar.gz |
Update to 1.1.5, changes not found.
Diffstat (limited to 'converters/py-zbase32/Makefile')
-rw-r--r-- | converters/py-zbase32/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/converters/py-zbase32/Makefile b/converters/py-zbase32/Makefile index a603c4a0cda..51f91666fcf 100644 --- a/converters/py-zbase32/Makefile +++ b/converters/py-zbase32/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2012/10/03 00:20:16 asau Exp $ -# +# $NetBSD: Makefile,v 1.6 2014/01/19 22:22:56 wiz Exp $ -DISTNAME= zbase32-1.1.3 +DISTNAME= zbase32-1.1.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= converters MASTER_SITES= http://pypi.python.org/packages/source/z/zbase32/ @@ -16,5 +15,7 @@ REPLACE.python.old= /usr/bin/env python REPLACE.python.new= ${PYTHONBIN} REPLACE_FILES.python= zbase32/zbase32.py zbase32/test/test_zbase32.py +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.1.5 + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" |