diff options
author | rodent <rodent> | 2014-06-02 04:27:32 +0000 |
---|---|---|
committer | rodent <rodent> | 2014-06-02 04:27:32 +0000 |
commit | 6948fd5aa0cce5cac1c48019657957925548dea8 (patch) | |
tree | 57cec06cfdc5ac99c79d5b8ab7d80fa6436c5ad1 /www | |
parent | f7c6a79aeb6c27496e0eae6bc1f3436d8e47f6b1 (diff) | |
download | pkgsrc-6948fd5aa0cce5cac1c48019657957925548dea8.tar.gz |
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.
Diffstat (limited to 'www')
-rw-r--r-- | www/py-python-digest/DESCR | 4 | ||||
-rw-r--r-- | www/py-python-digest/Makefile | 19 | ||||
-rw-r--r-- | www/py-python-digest/PLIST | 18 | ||||
-rw-r--r-- | www/py-python-digest/distinfo | 5 |
4 files changed, 46 insertions, 0 deletions
diff --git a/www/py-python-digest/DESCR b/www/py-python-digest/DESCR new file mode 100644 index 00000000000..cc782c739dc --- /dev/null +++ b/www/py-python-digest/DESCR @@ -0,0 +1,4 @@ +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. diff --git a/www/py-python-digest/Makefile b/www/py-python-digest/Makefile new file mode 100644 index 00000000000..f778dc1700f --- /dev/null +++ b/www/py-python-digest/Makefile @@ -0,0 +1,19 @@ +# $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" diff --git a/www/py-python-digest/PLIST b/www/py-python-digest/PLIST new file mode 100644 index 00000000000..dc58df32620 --- /dev/null +++ b/www/py-python-digest/PLIST @@ -0,0 +1,18 @@ +@comment $NetBSD: PLIST,v 1.1 2014/06/02 04:27:32 rodent Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/${EGG_INFODIR}/zip-safe +${PYSITELIB}/python_digest/__init__.py +${PYSITELIB}/python_digest/__init__.pyc +${PYSITELIB}/python_digest/__init__.pyo +${PYSITELIB}/python_digest/http.py +${PYSITELIB}/python_digest/http.pyc +${PYSITELIB}/python_digest/http.pyo +${PYSITELIB}/python_digest/tests.py +${PYSITELIB}/python_digest/tests.pyc +${PYSITELIB}/python_digest/tests.pyo +${PYSITELIB}/python_digest/utils.py +${PYSITELIB}/python_digest/utils.pyc +${PYSITELIB}/python_digest/utils.pyo diff --git a/www/py-python-digest/distinfo b/www/py-python-digest/distinfo new file mode 100644 index 00000000000..fb3d8237f7a --- /dev/null +++ b/www/py-python-digest/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2014/06/02 04:27:32 rodent Exp $ + +SHA1 (python-digest-1.7.tar.gz) = 8c1eb066fc192c6d2f670cceb6c980f1190141e8 +RMD160 (python-digest-1.7.tar.gz) = 06e12c20409a8fb21f60bacfad22f62f4d2413e2 +Size (python-digest-1.7.tar.gz) = 10073 bytes |