pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-constantly



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Nov 30 12:24:34 UTC 2016

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

Log Message:
Import py-constantly-15.1.0 as devel/py-constantly.

A library that provides symbolic constant support. It includes
collections and constants with text, numeric, and bit flag values.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-constantly/DESCR \
    pkgsrc/devel/py-constantly/Makefile pkgsrc/devel/py-constantly/PLIST \
    pkgsrc/devel/py-constantly/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-constantly/DESCR
diff -u /dev/null pkgsrc/devel/py-constantly/DESCR:1.1
--- /dev/null   Wed Nov 30 12:24:34 2016
+++ pkgsrc/devel/py-constantly/DESCR    Wed Nov 30 12:24:34 2016
@@ -0,0 +1,2 @@
+A library that provides symbolic constant support. It includes
+collections and constants with text, numeric, and bit flag values.
Index: pkgsrc/devel/py-constantly/Makefile
diff -u /dev/null pkgsrc/devel/py-constantly/Makefile:1.1
--- /dev/null   Wed Nov 30 12:24:34 2016
+++ pkgsrc/devel/py-constantly/Makefile Wed Nov 30 12:24:34 2016
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2016/11/30 12:24:34 wiz Exp $
+
+DISTNAME=      constantly-15.1.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=c/constantly/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://pypi.python.org/pypi/constantly
+COMMENT=       Symbolic constants in Python
+LICENSE=       mit
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-constantly/PLIST
diff -u /dev/null pkgsrc/devel/py-constantly/PLIST:1.1
--- /dev/null   Wed Nov 30 12:24:34 2016
+++ pkgsrc/devel/py-constantly/PLIST    Wed Nov 30 12:24:34 2016
@@ -0,0 +1,15 @@
+@comment $NetBSD: PLIST,v 1.1 2016/11/30 12:24:34 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/pbr.json
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/constantly/__init__.py
+${PYSITELIB}/constantly/__init__.pyc
+${PYSITELIB}/constantly/__init__.pyo
+${PYSITELIB}/constantly/_constants.py
+${PYSITELIB}/constantly/_constants.pyc
+${PYSITELIB}/constantly/_constants.pyo
+${PYSITELIB}/constantly/_version.py
+${PYSITELIB}/constantly/_version.pyc
+${PYSITELIB}/constantly/_version.pyo
Index: pkgsrc/devel/py-constantly/distinfo
diff -u /dev/null pkgsrc/devel/py-constantly/distinfo:1.1
--- /dev/null   Wed Nov 30 12:24:34 2016
+++ pkgsrc/devel/py-constantly/distinfo Wed Nov 30 12:24:34 2016
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/11/30 12:24:34 wiz Exp $
+
+SHA1 (constantly-15.1.0.tar.gz) = 02e60c17889d029e48a52a74259462e087a3dcdd
+RMD160 (constantly-15.1.0.tar.gz) = a9c4faccf386b9fb993c751ef9ac5a37478cc037
+SHA512 (constantly-15.1.0.tar.gz) = ccc6f41b0bd552d2bb5346cc9d64cd7b91a59dd30e0cf66b01e82f7e0e079c01c34bc6c66b69c5fee9d2eed35ae5455258d309e66278d708d5f576ddf2e00ac3
+Size (constantly-15.1.0.tar.gz) = 21465 bytes



Home | Main Index | Thread Index | Old Index