pkgsrc-WIP-changes archive

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

wip/py-parver: import py-parver-0.2.9



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Tue Nov 3 15:19:12 2020 +0100
Changeset:	95af91140ca4677b49df156dcdfc14e4a1e67d01

Added Files:
	py-parver/DESCR
	py-parver/Makefile
	py-parver/PLIST
	py-parver/distinfo

Log Message:
wip/py-parver: import py-parver-0.2.9

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=95af91140ca4677b49df156dcdfc14e4a1e67d01

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-parver/DESCR    |  1 +
 py-parver/Makefile | 20 ++++++++++++++++++++
 py-parver/PLIST    | 24 ++++++++++++++++++++++++
 py-parver/distinfo |  6 ++++++
 4 files changed, 51 insertions(+)

diffs:
diff --git a/py-parver/DESCR b/py-parver/DESCR
new file mode 100644
index 0000000000..abb0033bfc
--- /dev/null
+++ b/py-parver/DESCR
@@ -0,0 +1 @@
+parver allows parsing and manipulation of PEP 440 version numbers
diff --git a/py-parver/Makefile b/py-parver/Makefile
new file mode 100644
index 0000000000..205c227602
--- /dev/null
+++ b/py-parver/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=	parver-0.3.1
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_PYPI:=p/parver/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/RazerM/parver
+COMMENT=	Parse and manipulate version numbers
+LICENSE=	mit
+
+#DEPENDS+=	${PYPKGPREFIX}-arpeggio>=1.10.1:../../wip/py-arpeggio
+DEPENDS+=	${PYPKGPREFIX}-attrs>=19.3.0:../../devel/py-attrs
+DEPENDS+=	${PYPKGPREFIX}-six>=1.15.0:../../lang/py-six
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-parver/PLIST b/py-parver/PLIST
new file mode 100644
index 0000000000..45af6c8800
--- /dev/null
+++ b/py-parver/PLIST
@@ -0,0 +1,24 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/parver/__init__.py
+${PYSITELIB}/parver/__init__.pyc
+${PYSITELIB}/parver/__init__.pyo
+${PYSITELIB}/parver/_about.py
+${PYSITELIB}/parver/_about.pyc
+${PYSITELIB}/parver/_about.pyo
+${PYSITELIB}/parver/_helpers.py
+${PYSITELIB}/parver/_helpers.pyc
+${PYSITELIB}/parver/_helpers.pyo
+${PYSITELIB}/parver/_parse.py
+${PYSITELIB}/parver/_parse.pyc
+${PYSITELIB}/parver/_parse.pyo
+${PYSITELIB}/parver/_segments.py
+${PYSITELIB}/parver/_segments.pyc
+${PYSITELIB}/parver/_segments.pyo
+${PYSITELIB}/parver/_version.py
+${PYSITELIB}/parver/_version.pyc
+${PYSITELIB}/parver/_version.pyo
diff --git a/py-parver/distinfo b/py-parver/distinfo
new file mode 100644
index 0000000000..6a9b5e2937
--- /dev/null
+++ b/py-parver/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (parver-0.3.1.tar.gz) = e05b6cc882118df288280a067690fa0e5889bad0
+RMD160 (parver-0.3.1.tar.gz) = 9de718486b7c41a2bc3c5a8b32e67a197bc33564
+SHA512 (parver-0.3.1.tar.gz) = b2ba0bb367784d61ca5cd49b14389588e0ba69247c525debde2092930bcaa82fbb35e5e58691c7d252be14e2f4ed56dcefe983e61c64063b43cd533a39919847
+Size (parver-0.3.1.tar.gz) = 30287 bytes


Home | Main Index | Thread Index | Old Index