pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-python3-digest Import py33-python3-digest-1.8b4...
details: https://anonhg.NetBSD.org/pkgsrc/rev/af334cc415e4
branches: trunk
changeset: 635259:af334cc415e4
user: rodent <rodent%pkgsrc.org@localhost>
date: Mon Jun 02 04:43:12 2014 +0000
description:
Import py33-python3-digest-1.8b4 as www/py-python3-digest.
A Python library to aid in implementing HTTP Digest Authentication.
This is the python 3.x-only version of the package. See www/py-python-digest
for the python 2.x version.
diffstat:
www/py-python3-digest/DESCR | 4 ++++
www/py-python3-digest/Makefile | 19 +++++++++++++++++++
www/py-python3-digest/PLIST | 18 ++++++++++++++++++
www/py-python3-digest/distinfo | 5 +++++
4 files changed, 46 insertions(+), 0 deletions(-)
diffs (62 lines):
diff -r 6e97802cb397 -r af334cc415e4 www/py-python3-digest/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-python3-digest/DESCR Mon Jun 02 04:43:12 2014 +0000
@@ -0,0 +1,4 @@
+A Python library to aid in implementing HTTP Digest Authentication.
+
+This is the python 3.x-only version of the package. See www/py-python-digest
+for the python 2.x version.
diff -r 6e97802cb397 -r af334cc415e4 www/py-python3-digest/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-python3-digest/Makefile Mon Jun 02 04:43:12 2014 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2014/06/02 04:43:12 rodent Exp $
+
+DISTNAME= python3-digest-1.8b4
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= python www
+MASTER_SITES= https://pypi.python.org/packages/source/p/python3-digest/
+
+MAINTAINER= rodent%NetBSD.org@localhost
+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= 26 27
+EGG_NAME= ${DISTNAME:S/-/_/1}
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 6e97802cb397 -r af334cc415e4 www/py-python3-digest/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-python3-digest/PLIST Mon Jun 02 04:43:12 2014 +0000
@@ -0,0 +1,18 @@
+@comment $NetBSD: PLIST,v 1.1 2014/06/02 04:43:12 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 -r 6e97802cb397 -r af334cc415e4 www/py-python3-digest/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-python3-digest/distinfo Mon Jun 02 04:43:12 2014 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/06/02 04:43:12 rodent Exp $
+
+SHA1 (python3-digest-1.8b4.tar.gz) = a02ab3b7bfc901c571cdad92ef29d268c5114950
+RMD160 (python3-digest-1.8b4.tar.gz) = d555adb881288b55150241594576a551e77fc47a
+Size (python3-digest-1.8b4.tar.gz) = 9846 bytes
Home |
Main Index |
Thread Index |
Old Index