pkgsrc/security/py-asn1/Makefile
tonnerre 7280a8807a Upgrade py-asn1 to version 0.0.11a.
Changes since 0.0.8a:

- Decoder can now treat values of unknown types as opaque OctetString.
- Fix to Set/SetOf type decoder to handle uninitialized scalar SetOf
  components correctly.
- API versioning mechanics retired (pyasn1.v1 -> pyasn1) what makes
  it possible to zip-import pyasn1 sources (used by egg and py2exe).
- Allow any non-zero values in Boolean type BER decoder, as it's in
  accordnance with the standard.
2010-05-01 17:23:36 +00:00

19 lines
482 B
Makefile

# $NetBSD: Makefile,v 1.3 2010/05/01 17:23:36 tonnerre Exp $
#
DISTNAME= pyasn1-0.0.11a
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
PKG_DESTDIR_SUPPORT= user-destdir
PYDISTUTILSPKG= yes
PYSETUP= setup.py
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"