pkgsrc/www/py-python-digest/Makefile
rodent 726341b839 Import py27-python-digest-1.7 as www/py-python-digest.
A Python library to aid in implementing HTTP Digest Authentication.

This is the python 2.x-only version of the package. See www/py-python3-digest
for the python 3.x version.
2014-06-02 04:27:32 +00:00

19 lines
557 B
Makefile

# $NetBSD: Makefile,v 1.1 2014/06/02 04:27:32 rodent Exp $
DISTNAME= python-digest-1.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= python www
MASTER_SITES= https://pypi.python.org/packages/source/p/python-digest/
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= http://bitbucket.org/akoha/python-digest/
COMMENT= Python library to aid in implementing HTTP Digest Authentication
LICENSE= modified-bsd
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 33 34
EGG_NAME= ${DISTNAME:S/-/_/1}
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"