pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail
Module Name: pkgsrc
Committed By: adam
Date: Thu Jan 18 09:55:00 UTC 2018
Modified Files:
pkgsrc/mail: Makefile
Added Files:
pkgsrc/mail/py-ukpostcodeparser: DESCR Makefile PLIST distinfo
Log Message:
py-ukpostcodeparser: added version 1.1.2
UK Postcode parser
Original code taken from:
http://www.brunningonline.net/simon/blog/archives/001292.html
To generate a diff of this commit:
cvs rdiff -u -r1.505 -r1.506 pkgsrc/mail/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/mail/py-ukpostcodeparser/DESCR \
pkgsrc/mail/py-ukpostcodeparser/Makefile \
pkgsrc/mail/py-ukpostcodeparser/PLIST \
pkgsrc/mail/py-ukpostcodeparser/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/Makefile
diff -u pkgsrc/mail/Makefile:1.505 pkgsrc/mail/Makefile:1.506
--- pkgsrc/mail/Makefile:1.505 Thu Jan 18 08:35:48 2018
+++ pkgsrc/mail/Makefile Thu Jan 18 09:55:00 2018
@@ -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
Added files:
Index: pkgsrc/mail/py-ukpostcodeparser/DESCR
diff -u /dev/null pkgsrc/mail/py-ukpostcodeparser/DESCR:1.1
--- /dev/null Thu Jan 18 09:55:00 2018
+++ pkgsrc/mail/py-ukpostcodeparser/DESCR Thu Jan 18 09:55:00 2018
@@ -0,0 +1,4 @@
+UK Postcode parser
+
+Original code taken from:
+http://www.brunningonline.net/simon/blog/archives/001292.html
Index: pkgsrc/mail/py-ukpostcodeparser/Makefile
diff -u /dev/null pkgsrc/mail/py-ukpostcodeparser/Makefile:1.1
--- /dev/null Thu Jan 18 09:55:00 2018
+++ pkgsrc/mail/py-ukpostcodeparser/Makefile Thu Jan 18 09:55:00 2018
@@ -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"
Index: pkgsrc/mail/py-ukpostcodeparser/PLIST
diff -u /dev/null pkgsrc/mail/py-ukpostcodeparser/PLIST:1.1
--- /dev/null Thu Jan 18 09:55:00 2018
+++ pkgsrc/mail/py-ukpostcodeparser/PLIST Thu Jan 18 09:55:00 2018
@@ -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
Index: pkgsrc/mail/py-ukpostcodeparser/distinfo
diff -u /dev/null pkgsrc/mail/py-ukpostcodeparser/distinfo:1.1
--- /dev/null Thu Jan 18 09:55:00 2018
+++ pkgsrc/mail/py-ukpostcodeparser/distinfo Thu Jan 18 09:55:00 2018
@@ -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