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.
This commit is contained in:
parent
d4f5a1f1a4
commit
03fe1f4fbd
4 changed files with 37 additions and 0 deletions
2
devel/py-constantly/DESCR
Normal file
2
devel/py-constantly/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
A library that provides symbolic constant support. It includes
|
||||
collections and constants with text, numeric, and bit flag values.
|
14
devel/py-constantly/Makefile
Normal file
14
devel/py-constantly/Makefile
Normal file
|
@ -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
|
||||
HOMEPAGE= https://pypi.python.org/pypi/constantly
|
||||
COMMENT= Symbolic constants in Python
|
||||
LICENSE= mit
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
15
devel/py-constantly/PLIST
Normal file
15
devel/py-constantly/PLIST
Normal file
|
@ -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
|
6
devel/py-constantly/distinfo
Normal file
6
devel/py-constantly/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue