pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-semantic_version devel/py-semantic_version: I...
details: https://anonhg.NetBSD.org/pkgsrc/rev/86931f954947
branches: trunk
changeset: 314193:86931f954947
user: minskim <minskim%pkgsrc.org@localhost>
date: Sun Oct 21 19:51:41 2018 +0000
description:
devel/py-semantic_version: Import version 2.6.0
This small python library provides a few tools to handle SemVer in
Python. It follows strictly the 2.0.0 version of the SemVer scheme.
diffstat:
devel/py-semantic_version/DESCR | 2 ++
devel/py-semantic_version/Makefile | 14 ++++++++++++++
devel/py-semantic_version/PLIST | 17 +++++++++++++++++
devel/py-semantic_version/distinfo | 6 ++++++
4 files changed, 39 insertions(+), 0 deletions(-)
diffs (55 lines):
diff -r fece3441add2 -r 86931f954947 devel/py-semantic_version/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-semantic_version/DESCR Sun Oct 21 19:51:41 2018 +0000
@@ -0,0 +1,2 @@
+This small python library provides a few tools to handle SemVer in
+Python. It follows strictly the 2.0.0 version of the SemVer scheme.
diff -r fece3441add2 -r 86931f954947 devel/py-semantic_version/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-semantic_version/Makefile Sun Oct 21 19:51:41 2018 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2018/10/21 19:51:41 minskim Exp $
+
+DISTNAME= semantic_version-2.6.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_PYPI:=s/semantic_version/}
+
+MAINTAINER= minskim%NetBSD.org@localhost
+HOMEPAGE= https://github.com/rbarrois/python-semanticversion
+COMMENT= Semantic version comparison for Python
+LICENSE= 2-clause-bsd
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r fece3441add2 -r 86931f954947 devel/py-semantic_version/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-semantic_version/PLIST Sun Oct 21 19:51:41 2018 +0000
@@ -0,0 +1,17 @@
+@comment $NetBSD: PLIST,v 1.1 2018/10/21 19:51:41 minskim Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${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/compat.py
+${PYSITELIB}/semantic_version/compat.pyc
+${PYSITELIB}/semantic_version/compat.pyo
+${PYSITELIB}/semantic_version/django_fields.py
+${PYSITELIB}/semantic_version/django_fields.pyc
+${PYSITELIB}/semantic_version/django_fields.pyo
diff -r fece3441add2 -r 86931f954947 devel/py-semantic_version/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-semantic_version/distinfo Sun Oct 21 19:51:41 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/10/21 19:51:41 minskim Exp $
+
+SHA1 (semantic_version-2.6.0.tar.gz) = 9e1bae88b7775f2f9097292bb87a847a7fee32fa
+RMD160 (semantic_version-2.6.0.tar.gz) = e078cd3af2d6cfbfada40a3d51b005ad9148251e
+SHA512 (semantic_version-2.6.0.tar.gz) = 805449e7219aaa59d28cc267c27a6abab5cbbbfd52c72d66f24bcace39c9f864e4ed944a3dc614e14a700a5bc92272fa6420312f3169b01a4cfd9ddf3ffb42d6
+Size (semantic_version-2.6.0.tar.gz) = 13919 bytes
Home |
Main Index |
Thread Index |
Old Index