summaryrefslogtreecommitdiff
path: root/mail/py-authres
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-03-15 12:23:47 +0000
committeradam <adam@pkgsrc.org>2018-03-15 12:23:47 +0000
commitcedd1a586a0e24a8afa25bb6c366ec52a44c3139 (patch)
treeaebab7efa038b78eeeac6116395fbb6592fe5101 /mail/py-authres
parentc0df8cf2f3d76b5efb6a6baed2388fb4ea007336 (diff)
downloadpkgsrc-cedd1a586a0e24a8afa25bb6c366ec52a44c3139.tar.gz
py-authres: updated to 1.1.0
1.1.0: + Changed from distutils to setuptools because it's the future + Implement RFC 7601 SHOULD to ignore unknown method identifiers (2.7.6): + Discard unknown ptypes and associated properties + Added tests to document errors raised by different kinds of broken header fields
Diffstat (limited to 'mail/py-authres')
-rw-r--r--mail/py-authres/Makefile6
-rw-r--r--mail/py-authres/PLIST8
-rw-r--r--mail/py-authres/distinfo10
3 files changed, 14 insertions, 10 deletions
diff --git a/mail/py-authres/Makefile b/mail/py-authres/Makefile
index 9e17d547671..159c11387fd 100644
--- a/mail/py-authres/Makefile
+++ b/mail/py-authres/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2018/02/22 10:23:54 adam Exp $
+# $NetBSD: Makefile,v 1.4 2018/03/15 12:23:47 adam Exp $
-DISTNAME= authres-1.0.2
+DISTNAME= authres-1.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= mail python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/authres/}
@@ -12,5 +12,5 @@ LICENSE= apache-2.0
USE_LANGUAGES= # none
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/mail/py-authres/PLIST b/mail/py-authres/PLIST
index 96b16096433..0132909f9d5 100644
--- a/mail/py-authres/PLIST
+++ b/mail/py-authres/PLIST
@@ -1,5 +1,9 @@
-@comment $NetBSD: PLIST,v 1.2 2017/10/11 12:18:42 adam Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.3 2018/03/15 12:23:47 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/authres/__init__.py
${PYSITELIB}/authres/__init__.pyc
${PYSITELIB}/authres/__init__.pyo
diff --git a/mail/py-authres/distinfo b/mail/py-authres/distinfo
index d283dfc8d09..7d57e439dda 100644
--- a/mail/py-authres/distinfo
+++ b/mail/py-authres/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2018/02/22 10:23:54 adam Exp $
+$NetBSD: distinfo,v 1.4 2018/03/15 12:23:47 adam Exp $
-SHA1 (authres-1.0.2.tar.gz) = ce210bea28549f4bcbf6e8ff135be5a1979fd3c0
-RMD160 (authres-1.0.2.tar.gz) = bc2f434cbeaeca76ec937988543e302ee1b457da
-SHA512 (authres-1.0.2.tar.gz) = e8b229966b85d8e70d9bd8faaf53bafc974b8783b680af0d2d3c12afbc3d662c45b9690cafe32643519f9e4457de1cc72744b623bea98e9d0f489620391a1a11
-Size (authres-1.0.2.tar.gz) = 21382 bytes
+SHA1 (authres-1.1.0.tar.gz) = f421732b09addf40973cc00c68ee48d6d9f619b0
+RMD160 (authres-1.1.0.tar.gz) = 11683264367cbfd4a5a9b974f4328bdc7a206b11
+SHA512 (authres-1.1.0.tar.gz) = 84a1deda9886b58bc3a921968f62d68bec12d22999b57c955c338b55cc15e100a5a2b87f443b4546bbc227b9fdf8849a23f4fd788a0b03df6ef1ffe108b21903
+Size (authres-1.1.0.tar.gz) = 22951 bytes