pkgsrc-WIP-changes archive

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

wip/py-semantic-version: import py-semantic-version-2.8.5



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

Added Files:
	py-semantic-version/DESCR
	py-semantic-version/Makefile
	py-semantic-version/PLIST
	py-semantic-version/distinfo

Log Message:
wip/py-semantic-version: import py-semantic-version-2.8.5

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

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

diffstat:
 py-semantic-version/DESCR    |  2 ++
 py-semantic-version/Makefile | 16 ++++++++++++++++
 py-semantic-version/PLIST    | 15 +++++++++++++++
 py-semantic-version/distinfo |  6 ++++++
 4 files changed, 39 insertions(+)

diffs:
diff --git a/py-semantic-version/DESCR b/py-semantic-version/DESCR
new file mode 100644
index 0000000000..cdad72cf8d
--- /dev/null
+++ b/py-semantic-version/DESCR
@@ -0,0 +1,2 @@
+This small python library provides a few tools to handle
+SemVer in Python
diff --git a/py-semantic-version/Makefile b/py-semantic-version/Makefile
new file mode 100644
index 0000000000..5d6fd36c4d
--- /dev/null
+++ b/py-semantic-version/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	semantic_version-2.8.5
+PKGNAME=	${PYPKGPREFIX}-semantic-version-2.8.5
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_PYPI:=s/semantic_version/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	http://semver.org/
+COMMENT=	Library implementing the 'SemVer' scheme
+LICENSE=	modified-bsd
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-semantic-version/PLIST b/py-semantic-version/PLIST
new file mode 100644
index 0000000000..fb7d650792
--- /dev/null
+++ b/py-semantic-version/PLIST
@@ -0,0 +1,15 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/semantic_version/__init__.py
+${PYSITELIB}/semantic_version/__init__.pyc
+${PYSITELIB}/semantic_version/__init__.pyo
+${PYSITELIB}/semantic_version/base.py
+${PYSITELIB}/semantic_version/base.pyc
+${PYSITELIB}/semantic_version/base.pyo
+${PYSITELIB}/semantic_version/django_fields.py
+${PYSITELIB}/semantic_version/django_fields.pyc
+${PYSITELIB}/semantic_version/django_fields.pyo
diff --git a/py-semantic-version/distinfo b/py-semantic-version/distinfo
new file mode 100644
index 0000000000..16b89c8f8c
--- /dev/null
+++ b/py-semantic-version/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (semantic_version-2.8.5.tar.gz) = b010996983ae7c4f8266e9a98bfd4386590278c3
+RMD160 (semantic_version-2.8.5.tar.gz) = 78d943d6de791eef4ab8e933ea7bcc9d5269c9f6
+SHA512 (semantic_version-2.8.5.tar.gz) = 2ab59024c148239d78de062ff3a357f81a33fd066b6be8b6f9ef0753841a4945829b1c11899cfbda6c3ff09e00aa3b689e1fb6f8b9a92bbb3c2a62dd713b6049
+Size (semantic_version-2.8.5.tar.gz) = 50009 bytes


Home | Main Index | Thread Index | Old Index