pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/py-parse py-parse: added version 1.8.4
details: https://anonhg.NetBSD.org/pkgsrc/rev/79dfd97b5a96
branches: trunk
changeset: 312184:79dfd97b5a96
user: adam <adam%pkgsrc.org@localhost>
date: Tue Aug 28 09:54:26 2018 +0000
description:
py-parse: added version 1.8.4
Parse strings using a specification based on the Python format() syntax.
parse() is the opposite of format()
diffstat:
textproc/py-parse/DESCR | 2 ++
textproc/py-parse/Makefile | 16 ++++++++++++++++
textproc/py-parse/PLIST | 8 ++++++++
textproc/py-parse/distinfo | 6 ++++++
4 files changed, 32 insertions(+), 0 deletions(-)
diffs (48 lines):
diff -r 437200f0fc24 -r 79dfd97b5a96 textproc/py-parse/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-parse/DESCR Tue Aug 28 09:54:26 2018 +0000
@@ -0,0 +1,2 @@
+Parse strings using a specification based on the Python format() syntax.
+parse() is the opposite of format()
diff -r 437200f0fc24 -r 79dfd97b5a96 textproc/py-parse/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-parse/Makefile Tue Aug 28 09:54:26 2018 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2018/08/28 09:54:26 adam Exp $
+
+DISTNAME= parse-1.8.4
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= textproc python
+MASTER_SITES= ${MASTER_SITE_PYPI:=p/parse/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/r1chardj0n3s/parse
+COMMENT= Parse strings using a specification based on format()
+LICENSE= modified-bsd
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 437200f0fc24 -r 79dfd97b5a96 textproc/py-parse/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-parse/PLIST Tue Aug 28 09:54:26 2018 +0000
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1 2018/08/28 09:54:26 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}/parse.py
+${PYSITELIB}/parse.pyc
+${PYSITELIB}/parse.pyo
diff -r 437200f0fc24 -r 79dfd97b5a96 textproc/py-parse/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-parse/distinfo Tue Aug 28 09:54:26 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/08/28 09:54:26 adam Exp $
+
+SHA1 (parse-1.8.4.tar.gz) = 38ea08a43262134c7aadc8e10f49f6616ebcd9ee
+RMD160 (parse-1.8.4.tar.gz) = e79a4f2fb3ec8aabb1a2aa5bfe2a0b6589944e57
+SHA512 (parse-1.8.4.tar.gz) = 8031d422cc5fb8519ee9bf6f29bfb0891a24b7ac2b9823fcfa14703682464d2d5b7b3377581358c46595677990665a348d6875ed079a737b7d7477cf1add80e6
+Size (parse-1.8.4.tar.gz) = 30911 bytes
Home |
Main Index |
Thread Index |
Old Index