pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-incremental



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Nov 20 10:20:37 UTC 2016

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

Log Message:
Import py-incremental-16.10.1 as devel/py-incremental.

Incremental is a small library that versions your Python projects.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-incremental/DESCR \
    pkgsrc/devel/py-incremental/Makefile pkgsrc/devel/py-incremental/PLIST \
    pkgsrc/devel/py-incremental/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-incremental/DESCR
diff -u /dev/null pkgsrc/devel/py-incremental/DESCR:1.1
--- /dev/null   Sun Nov 20 10:20:37 2016
+++ pkgsrc/devel/py-incremental/DESCR   Sun Nov 20 10:20:37 2016
@@ -0,0 +1 @@
+Incremental is a small library that versions your Python projects.
Index: pkgsrc/devel/py-incremental/Makefile
diff -u /dev/null pkgsrc/devel/py-incremental/Makefile:1.1
--- /dev/null   Sun Nov 20 10:20:37 2016
+++ pkgsrc/devel/py-incremental/Makefile        Sun Nov 20 10:20:37 2016
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2016/11/20 10:20:37 wiz Exp $
+
+DISTNAME=      incremental-16.10.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_PYPI:=i/incremental/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/hawkowl/incremental
+COMMENT=       Small library that versions your Python projects
+LICENSE=       mit
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-incremental/PLIST
diff -u /dev/null pkgsrc/devel/py-incremental/PLIST:1.1
--- /dev/null   Sun Nov 20 10:20:37 2016
+++ pkgsrc/devel/py-incremental/PLIST   Sun Nov 20 10:20:37 2016
@@ -0,0 +1,26 @@
+@comment $NetBSD: PLIST,v 1.1 2016/11/20 10:20:37 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/incremental/__init__.py
+${PYSITELIB}/incremental/__init__.pyc
+${PYSITELIB}/incremental/__init__.pyo
+${PYSITELIB}/incremental/_version.py
+${PYSITELIB}/incremental/_version.pyc
+${PYSITELIB}/incremental/_version.pyo
+${PYSITELIB}/incremental/tests/__init__.py
+${PYSITELIB}/incremental/tests/__init__.pyc
+${PYSITELIB}/incremental/tests/__init__.pyo
+${PYSITELIB}/incremental/tests/test_update.py
+${PYSITELIB}/incremental/tests/test_update.pyc
+${PYSITELIB}/incremental/tests/test_update.pyo
+${PYSITELIB}/incremental/tests/test_version.py
+${PYSITELIB}/incremental/tests/test_version.pyc
+${PYSITELIB}/incremental/tests/test_version.pyo
+${PYSITELIB}/incremental/update.py
+${PYSITELIB}/incremental/update.pyc
+${PYSITELIB}/incremental/update.pyo
Index: pkgsrc/devel/py-incremental/distinfo
diff -u /dev/null pkgsrc/devel/py-incremental/distinfo:1.1
--- /dev/null   Sun Nov 20 10:20:37 2016
+++ pkgsrc/devel/py-incremental/distinfo        Sun Nov 20 10:20:37 2016
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/11/20 10:20:37 wiz Exp $
+
+SHA1 (incremental-16.10.1.tar.gz) = 7ec58968fd367d20856488a8991f3a586c7a8695
+RMD160 (incremental-16.10.1.tar.gz) = f57220e5a6d0f4be82c8b20fa9b3ea540ba59a11
+SHA512 (incremental-16.10.1.tar.gz) = b60ebc41c32f27da5a489ebd76c7fa1707a5a38c32097bfab20f355a86b490ce21acc7be157d0309a30c63b85d79f72f850587d1449110bd1a8075ca3586db5e
+Size (incremental-16.10.1.tar.gz) = 16066 bytes



Home | Main Index | Thread Index | Old Index