pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-incremental Import py-incremental-16.10.1 as ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e66aa95246b7
branches:  trunk
changeset: 355071:e66aa95246b7
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Nov 20 10:20:37 2016 +0000

description:
Import py-incremental-16.10.1 as devel/py-incremental.

Incremental is a small library that versions your Python projects.

diffstat:

 devel/py-incremental/DESCR    |   1 +
 devel/py-incremental/Makefile |  16 ++++++++++++++++
 devel/py-incremental/PLIST    |  26 ++++++++++++++++++++++++++
 devel/py-incremental/distinfo |   6 ++++++
 4 files changed, 49 insertions(+), 0 deletions(-)

diffs (65 lines):

diff -r 5f723a7a5962 -r e66aa95246b7 devel/py-incremental/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-incremental/DESCR        Sun Nov 20 10:20:37 2016 +0000
@@ -0,0 +1,1 @@
+Incremental is a small library that versions your Python projects.
diff -r 5f723a7a5962 -r e66aa95246b7 devel/py-incremental/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-incremental/Makefile     Sun Nov 20 10:20:37 2016 +0000
@@ -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"
diff -r 5f723a7a5962 -r e66aa95246b7 devel/py-incremental/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-incremental/PLIST        Sun Nov 20 10:20:37 2016 +0000
@@ -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
diff -r 5f723a7a5962 -r e66aa95246b7 devel/py-incremental/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-incremental/distinfo     Sun Nov 20 10:20:37 2016 +0000
@@ -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