pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-constantly Import py-constantly-15.1.0 as dev...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2347036f9a14
branches:  trunk
changeset: 355385:2347036f9a14
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Nov 30 12:24:34 2016 +0000

description:
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.

diffstat:

 devel/py-constantly/DESCR    |   2 ++
 devel/py-constantly/Makefile |  14 ++++++++++++++
 devel/py-constantly/PLIST    |  15 +++++++++++++++
 devel/py-constantly/distinfo |   6 ++++++
 4 files changed, 37 insertions(+), 0 deletions(-)

diffs (53 lines):

diff -r 49f7fafeef8f -r 2347036f9a14 devel/py-constantly/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-constantly/DESCR Wed Nov 30 12:24:34 2016 +0000
@@ -0,0 +1,2 @@
+A library that provides symbolic constant support. It includes
+collections and constants with text, numeric, and bit flag values.
diff -r 49f7fafeef8f -r 2347036f9a14 devel/py-constantly/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-constantly/Makefile      Wed Nov 30 12:24:34 2016 +0000
@@ -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"
diff -r 49f7fafeef8f -r 2347036f9a14 devel/py-constantly/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-constantly/PLIST Wed Nov 30 12:24:34 2016 +0000
@@ -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
diff -r 49f7fafeef8f -r 2347036f9a14 devel/py-constantly/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-constantly/distinfo      Wed Nov 30 12:24:34 2016 +0000
@@ -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