diff options
author | adam <adam@pkgsrc.org> | 2017-10-11 12:18:42 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-10-11 12:18:42 +0000 |
commit | 9212f8ea017f9097d1c596a24931994333e8351a (patch) | |
tree | 18863af6780492576d84fc450b1a083f20698552 /mail | |
parent | ae3f8088cf6d92542c425b57c31021e2bed8e7f7 (diff) | |
download | pkgsrc-9212f8ea017f9097d1c596a24931994333e8351a.tar.gz |
py-authres: update to 1.0.1
1.0.1:
+ Extended experimental support for ARC results
1.0.0:
+ Added initial experimental support for ARC results
+ Swith to sematic versioning scheme and only set version in setup.py and
__init__
Diffstat (limited to 'mail')
-rw-r--r-- | mail/py-authres/Makefile | 11 | ||||
-rw-r--r-- | mail/py-authres/PLIST | 5 | ||||
-rw-r--r-- | mail/py-authres/distinfo | 10 |
3 files changed, 15 insertions, 11 deletions
diff --git a/mail/py-authres/Makefile b/mail/py-authres/Makefile index a0875901190..78a78eec82f 100644 --- a/mail/py-authres/Makefile +++ b/mail/py-authres/Makefile @@ -1,15 +1,16 @@ -# $NetBSD: Makefile,v 1.1 2016/10/26 10:56:30 jperkin Exp $ +# $NetBSD: Makefile,v 1.2 2017/10/11 12:18:42 adam Exp $ -VERSION= 0.800 -DISTNAME= authres-${VERSION} -PKGNAME= ${PYPKGPREFIX}-authres-${VERSION} +DISTNAME= authres-1.0.1 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= mail python MASTER_SITES= ${MASTER_SITE_PYPI:=a/authres/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://pypi.python.org/pypi/authres +HOMEPAGE= https://launchpad.net/authentication-results-python COMMENT= Python implementation of RFC 5451/7001 LICENSE= apache-2.0 +USE_LANGUAGES= # none + .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/mail/py-authres/PLIST b/mail/py-authres/PLIST index ef11e60bd3d..96b16096433 100644 --- a/mail/py-authres/PLIST +++ b/mail/py-authres/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2016/10/26 10:56:30 jperkin Exp $ +@comment $NetBSD: PLIST,v 1.2 2017/10/11 12:18:42 adam Exp $ ${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/authres/__init__.py ${PYSITELIB}/authres/__init__.pyc @@ -6,6 +6,9 @@ ${PYSITELIB}/authres/__init__.pyo ${PYSITELIB}/authres/__main__.py ${PYSITELIB}/authres/__main__.pyc ${PYSITELIB}/authres/__main__.pyo +${PYSITELIB}/authres/arc.py +${PYSITELIB}/authres/arc.pyc +${PYSITELIB}/authres/arc.pyo ${PYSITELIB}/authres/core.py ${PYSITELIB}/authres/core.pyc ${PYSITELIB}/authres/core.pyo diff --git a/mail/py-authres/distinfo b/mail/py-authres/distinfo index 7b23662a097..84374f0cde4 100644 --- a/mail/py-authres/distinfo +++ b/mail/py-authres/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2016/10/26 10:56:30 jperkin Exp $ +$NetBSD: distinfo,v 1.2 2017/10/11 12:18:42 adam Exp $ -SHA1 (authres-0.800.tar.gz) = 57bffe1c2653c7f48776205cfd151dd67ca3594e -RMD160 (authres-0.800.tar.gz) = 765bbc517e8a71b44a66d607ee132acd8a335c55 -SHA512 (authres-0.800.tar.gz) = d9e73309064e396c51ed55394ce505c21869d267922df55b6723cb6b2409282c7827d35d381877b5f08e037042e015d59246603d51219c829df7b81011499fe7 -Size (authres-0.800.tar.gz) = 19863 bytes +SHA1 (authres-1.0.1.tar.gz) = d5e57faae39079d5f383f60f88930b4182bdcb79 +RMD160 (authres-1.0.1.tar.gz) = 691464b737ccd9c1af21a0466ba4136befe0f6ff +SHA512 (authres-1.0.1.tar.gz) = 33efaf3d158c67d7f1a84187873fe0dc9520510bb9b63178399ccec6c7e9150f602bbb8624f1837c8386f6eb2c1c55509e7f2d06224c2cea23f34d45f432f6f3 +Size (authres-1.0.1.tar.gz) = 20721 bytes |