pkgsrc/security/py-asn1crypto/Makefile
adam fcb985622d Changes 0.22.0:
Added parser.peek()
Implemented proper support for BER-encoded indefinite length strings of all kinds - core.BitString, core.OctetString and all of the core classes that are natively represented as Python unicode strings
Fixed a bug with encoding LDAP URLs in x509.URI
Correct x509.DNSName to allow a leading ., such as when used with x509.NameConstraints
Fixed an issue with dumping the parsed contents of core.Any when explicitly tagged
Custom setup.py clean now accepts the short -a flag for compatibility
2017-05-09 16:28:38 +00:00

14 lines
448 B
Makefile

# $NetBSD: Makefile,v 1.2 2017/05/09 16:28:38 adam Exp $
DISTNAME= asn1crypto-0.22.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/asn1crypto/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://pypi.python.org/pypi/asn1crypto/
COMMENT= Fast, pure Python library for parsing and serializing ASN.1 structures
LICENSE= mit
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"