pkgsrc/security/py-itsdangerous/Makefile
kleink debb62fc01 Update py-itsdangerous to 0.23.
Version 0.23
~~~~~~~~~~~~

- Fixed a packaging mistake that caused the tests and license
  files to not be included.
2013-08-12 18:17:22 +00:00

19 lines
556 B
Makefile

# $NetBSD: Makefile,v 1.3 2013/08/12 18:17:22 kleink Exp $
DISTNAME= itsdangerous-0.23
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
PYTHON_VERSIONS_INCLUDE_3X= yes
PYTHON_VERSIONS_INCOMPATIBLE= 31 32
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"