244dad50ac
Version 0.24 ~~~~~~~~~~~~ - Added a `BadHeader` exception that is used for bad headers that replaces the old `BadPayload` exception that was reused in those cases.
16 lines
487 B
Makefile
16 lines
487 B
Makefile
# $NetBSD: Makefile,v 1.6 2014/04/03 08:40:28 kleink Exp $
|
|
|
|
DISTNAME= itsdangerous-0.24
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= security python
|
|
MASTER_SITES= http://pypi.python.org/packages/source/i/itsdangerous/
|
|
|
|
MAINTAINER= kleink@NetBSD.org
|
|
HOMEPAGE= http://pythonhosted.org/itsdangerous/
|
|
COMMENT= Helpers to pass trusted data to untrusted environments and back
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|