Changes: Revision 0.1.9, released 28-09-2015 ----------------------------------- - Wheel distribution format now supported. - Extensions added to text files, CVS attic flushed. - Fix to make uninitilaized pyasn1 objects failing properly on hash(). - Fix to ObjectIdentifier initialization from unicode string. - Fix to CER/DER Boolean decoder - fail on non single-octet payload.
17 lines
462 B
Makefile
17 lines
462 B
Makefile
# $NetBSD: Makefile,v 1.7 2015/12/30 15:00:27 leot Exp $
|
|
|
|
DISTNAME= pyasn1-0.1.9
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
|
|
CATEGORIES= security
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyasn1/}
|
|
|
|
MAINTAINER= tonnerre@NetBSD.org
|
|
HOMEPAGE= http://pyasn1.sourceforge.net/
|
|
COMMENT= ITU Abstract Syntax Notification for Python
|
|
LICENSE= 2-clause-bsd
|
|
|
|
PYDISTUTILSPKG= yes
|
|
PYSETUP= setup.py
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|