diff options
author | adam <adam@pkgsrc.org> | 2018-01-18 09:55:00 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-01-18 09:55:00 +0000 |
commit | 782003268a04cd34a6ade096b254363ab60bf091 (patch) | |
tree | 430aab35182b4a23422eb74147e97309db9ddc56 | |
parent | acd79160d3b742f11fc4d7bdb06d51d8d0021d24 (diff) | |
download | pkgsrc-782003268a04cd34a6ade096b254363ab60bf091.tar.gz |
py-ukpostcodeparser: added version 1.1.2
UK Postcode parser
Original code taken from:
http://www.brunningonline.net/simon/blog/archives/001292.html
-rw-r--r-- | mail/Makefile | 3 | ||||
-rw-r--r-- | mail/py-ukpostcodeparser/DESCR | 4 | ||||
-rw-r--r-- | mail/py-ukpostcodeparser/Makefile | 16 | ||||
-rw-r--r-- | mail/py-ukpostcodeparser/PLIST | 20 | ||||
-rw-r--r-- | mail/py-ukpostcodeparser/distinfo | 6 |
5 files changed, 48 insertions, 1 deletions
diff --git a/mail/Makefile b/mail/Makefile index f9536eb02ea..003d743eea3 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.505 2018/01/18 08:35:48 adam Exp $ +# $NetBSD: Makefile,v 1.506 2018/01/18 09:55:00 adam Exp $ # COMMENT= Electronic mail utilities @@ -294,6 +294,7 @@ SUBDIR+= py-libgmail SUBDIR+= py-policyd-spf SUBDIR+= py-sendmail-admin SUBDIR+= py-spf +SUBDIR+= py-ukpostcodeparser SUBDIR+= py-validate-email-address SUBDIR+= pymsgauth SUBDIR+= qcheck diff --git a/mail/py-ukpostcodeparser/DESCR b/mail/py-ukpostcodeparser/DESCR new file mode 100644 index 00000000000..7b99ee8649d --- /dev/null +++ b/mail/py-ukpostcodeparser/DESCR @@ -0,0 +1,4 @@ +UK Postcode parser + +Original code taken from: +http://www.brunningonline.net/simon/blog/archives/001292.html diff --git a/mail/py-ukpostcodeparser/Makefile b/mail/py-ukpostcodeparser/Makefile new file mode 100644 index 00000000000..d3d6f5dadbe --- /dev/null +++ b/mail/py-ukpostcodeparser/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2018/01/18 09:55:00 adam Exp $ + +DISTNAME= UkPostcodeParser-1.1.2 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} +CATEGORIES= mail python +MASTER_SITES= ${MASTER_SITE_PYPI:=U/UkPostcodeParser/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/hamstah/ukpostcodeparser +COMMENT= UK Postcode parser +LICENSE= mit + +USE_LANGUAGES= # none + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/mail/py-ukpostcodeparser/PLIST b/mail/py-ukpostcodeparser/PLIST new file mode 100644 index 00000000000..84c362745c9 --- /dev/null +++ b/mail/py-ukpostcodeparser/PLIST @@ -0,0 +1,20 @@ +@comment $NetBSD: PLIST,v 1.1 2018/01/18 09:55:00 adam Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/ukpostcodeparser/__init__.py +${PYSITELIB}/ukpostcodeparser/__init__.pyc +${PYSITELIB}/ukpostcodeparser/__init__.pyo +${PYSITELIB}/ukpostcodeparser/exceptions.py +${PYSITELIB}/ukpostcodeparser/exceptions.pyc +${PYSITELIB}/ukpostcodeparser/exceptions.pyo +${PYSITELIB}/ukpostcodeparser/parser.py +${PYSITELIB}/ukpostcodeparser/parser.pyc +${PYSITELIB}/ukpostcodeparser/parser.pyo +${PYSITELIB}/ukpostcodeparser/test/__init__.py +${PYSITELIB}/ukpostcodeparser/test/__init__.pyc +${PYSITELIB}/ukpostcodeparser/test/__init__.pyo +${PYSITELIB}/ukpostcodeparser/test/parser.py +${PYSITELIB}/ukpostcodeparser/test/parser.pyc +${PYSITELIB}/ukpostcodeparser/test/parser.pyo diff --git a/mail/py-ukpostcodeparser/distinfo b/mail/py-ukpostcodeparser/distinfo new file mode 100644 index 00000000000..05cec306eb2 --- /dev/null +++ b/mail/py-ukpostcodeparser/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2018/01/18 09:55:00 adam Exp $ + +SHA1 (UkPostcodeParser-1.1.2.tar.gz) = ba5e96bd37c76909d3efa04bfc57afaef61f5f5d +RMD160 (UkPostcodeParser-1.1.2.tar.gz) = 66dbc123fb35bafad998a525b3e9c43a92f0737e +SHA512 (UkPostcodeParser-1.1.2.tar.gz) = c4f77748a3425540ad1ecdae9ef8f966854d8944ed88aa73f0637764a97e9fcf57d46ba64f78b4d052152e613317c04e273c97a69a870a9174783e2052754670 +Size (UkPostcodeParser-1.1.2.tar.gz) = 5952 bytes |