pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail py-ukpostcodeparser: added version 1.1.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d36573752066
branches:  trunk
changeset: 374225:d36573752066
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jan 18 09:55:00 2018 +0000

description:
py-ukpostcodeparser: added version 1.1.2

UK Postcode parser

Original code taken from:
http://www.brunningonline.net/simon/blog/archives/001292.html

diffstat:

 mail/Makefile                     |   3 ++-
 mail/py-ukpostcodeparser/DESCR    |   4 ++++
 mail/py-ukpostcodeparser/Makefile |  16 ++++++++++++++++
 mail/py-ukpostcodeparser/PLIST    |  20 ++++++++++++++++++++
 mail/py-ukpostcodeparser/distinfo |   6 ++++++
 5 files changed, 48 insertions(+), 1 deletions(-)

diffs (79 lines):

diff -r a5bf424ecf30 -r d36573752066 mail/Makefile
--- a/mail/Makefile     Thu Jan 18 09:53:37 2018 +0000
+++ b/mail/Makefile     Thu Jan 18 09:55:00 2018 +0000
@@ -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-policyd-spf
 SUBDIR+=       py-sendmail-admin
 SUBDIR+=       py-spf
+SUBDIR+=       py-ukpostcodeparser
 SUBDIR+=       py-validate-email-address
 SUBDIR+=       pymsgauth
 SUBDIR+=       qcheck
diff -r a5bf424ecf30 -r d36573752066 mail/py-ukpostcodeparser/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/py-ukpostcodeparser/DESCR    Thu Jan 18 09:55:00 2018 +0000
@@ -0,0 +1,4 @@
+UK Postcode parser
+
+Original code taken from:
+http://www.brunningonline.net/simon/blog/archives/001292.html
diff -r a5bf424ecf30 -r d36573752066 mail/py-ukpostcodeparser/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/py-ukpostcodeparser/Makefile Thu Jan 18 09:55:00 2018 +0000
@@ -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@localhost
+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 -r a5bf424ecf30 -r d36573752066 mail/py-ukpostcodeparser/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/py-ukpostcodeparser/PLIST    Thu Jan 18 09:55:00 2018 +0000
@@ -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 -r a5bf424ecf30 -r d36573752066 mail/py-ukpostcodeparser/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/py-ukpostcodeparser/distinfo Thu Jan 18 09:55:00 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index