pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-parse
Module Name: pkgsrc
Committed By: adam
Date: Tue Aug 28 09:54:26 UTC 2018
Added Files:
pkgsrc/textproc/py-parse: DESCR Makefile PLIST distinfo
Log Message:
py-parse: added version 1.8.4
Parse strings using a specification based on the Python format() syntax.
parse() is the opposite of format()
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/py-parse/DESCR \
pkgsrc/textproc/py-parse/Makefile pkgsrc/textproc/py-parse/PLIST \
pkgsrc/textproc/py-parse/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/textproc/py-parse/DESCR
diff -u /dev/null pkgsrc/textproc/py-parse/DESCR:1.1
--- /dev/null Tue Aug 28 09:54:26 2018
+++ pkgsrc/textproc/py-parse/DESCR Tue Aug 28 09:54:26 2018
@@ -0,0 +1,2 @@
+Parse strings using a specification based on the Python format() syntax.
+parse() is the opposite of format()
Index: pkgsrc/textproc/py-parse/Makefile
diff -u /dev/null pkgsrc/textproc/py-parse/Makefile:1.1
--- /dev/null Tue Aug 28 09:54:26 2018
+++ pkgsrc/textproc/py-parse/Makefile Tue Aug 28 09:54:26 2018
@@ -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"
Index: pkgsrc/textproc/py-parse/PLIST
diff -u /dev/null pkgsrc/textproc/py-parse/PLIST:1.1
--- /dev/null Tue Aug 28 09:54:26 2018
+++ pkgsrc/textproc/py-parse/PLIST Tue Aug 28 09:54:26 2018
@@ -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
Index: pkgsrc/textproc/py-parse/distinfo
diff -u /dev/null pkgsrc/textproc/py-parse/distinfo:1.1
--- /dev/null Tue Aug 28 09:54:26 2018
+++ pkgsrc/textproc/py-parse/distinfo Tue Aug 28 09:54:26 2018
@@ -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