pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-semantic_version



Module Name:    pkgsrc
Committed By:   minskim
Date:           Sun Oct 21 19:51:41 UTC 2018

Added Files:
        pkgsrc/devel/py-semantic_version: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-semantic_version/DESCR \
    pkgsrc/devel/py-semantic_version/Makefile \
    pkgsrc/devel/py-semantic_version/PLIST \
    pkgsrc/devel/py-semantic_version/distinfo

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

Added files:

Index: pkgsrc/devel/py-semantic_version/DESCR
diff -u /dev/null pkgsrc/devel/py-semantic_version/DESCR:1.1
--- /dev/null   Sun Oct 21 19:51:41 2018
+++ pkgsrc/devel/py-semantic_version/DESCR      Sun Oct 21 19:51:41 2018
@@ -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.
Index: pkgsrc/devel/py-semantic_version/Makefile
diff -u /dev/null pkgsrc/devel/py-semantic_version/Makefile:1.1
--- /dev/null   Sun Oct 21 19:51:41 2018
+++ pkgsrc/devel/py-semantic_version/Makefile   Sun Oct 21 19:51:41 2018
@@ -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"
Index: pkgsrc/devel/py-semantic_version/PLIST
diff -u /dev/null pkgsrc/devel/py-semantic_version/PLIST:1.1
--- /dev/null   Sun Oct 21 19:51:41 2018
+++ pkgsrc/devel/py-semantic_version/PLIST      Sun Oct 21 19:51:41 2018
@@ -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
Index: pkgsrc/devel/py-semantic_version/distinfo
diff -u /dev/null pkgsrc/devel/py-semantic_version/distinfo:1.1
--- /dev/null   Sun Oct 21 19:51:41 2018
+++ pkgsrc/devel/py-semantic_version/distinfo   Sun Oct 21 19:51:41 2018
@@ -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