aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpi <pi@FreeBSD.org>2016-11-13 04:35:55 +0800
committerpi <pi@FreeBSD.org>2016-11-13 04:35:55 +0800
commitd353eda141054d41f771c17b78998ad77d91d01e (patch)
tree2d42a606cac49b67c16732ad6d8e09e80b08e633
parent0b758179241a42ad7413d43301f3b2445cdf29ab (diff)
downloadfreebsd-ports-gnome-d353eda141054d41f771c17b78998ad77d91d01e.tar.gz
freebsd-ports-gnome-d353eda141054d41f771c17b78998ad77d91d01e.tar.zst
freebsd-ports-gnome-d353eda141054d41f771c17b78998ad77d91d01e.zip
New port: devel/py-constantly
A library that provides symbolic constant support. It includes collections and constants with text, numeric, and bit flag values. Originally twisted.python.constants from the Twisted project. WWW: https://pypi.python.org/pypi/constantly PR: 214447 Submitted by: Yuri Victorovich <yuri@rawbw.com>
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-constantly/Makefile19
-rw-r--r--devel/py-constantly/distinfo3
-rw-r--r--devel/py-constantly/pkg-descr5
4 files changed, 28 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 4e5a192d04bf..fe5db3bed9cc 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4085,6 +4085,7 @@
SUBDIR += py-configargparse
SUBDIR += py-configobj
SUBDIR += py-configparser
+ SUBDIR += py-constantly
SUBDIR += py-construct
SUBDIR += py-contextlib2
SUBDIR += py-country
diff --git a/devel/py-constantly/Makefile b/devel/py-constantly/Makefile
new file mode 100644
index 000000000000..072cb548bc88
--- /dev/null
+++ b/devel/py-constantly/Makefile
@@ -0,0 +1,19 @@
+# Created by: Yuri Victorovich <yuri@rawbw.com>
+# $FreeBSD$
+
+PORTNAME= constantly
+PORTVERSION= 15.1.0
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= yuri@rawbw.com
+COMMENT= Provides symbolic constant support to Python projects
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= python
+USE_PYTHON= distutils autoplist
+
+.include <bsd.port.mk>
diff --git a/devel/py-constantly/distinfo b/devel/py-constantly/distinfo
new file mode 100644
index 000000000000..b758f9d411f6
--- /dev/null
+++ b/devel/py-constantly/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1478965100
+SHA256 (constantly-15.1.0.tar.gz) = 586372eb92059873e29eba4f9dec8381541b4d3834660707faf8ba59146dfc35
+SIZE (constantly-15.1.0.tar.gz) = 21465
diff --git a/devel/py-constantly/pkg-descr b/devel/py-constantly/pkg-descr
new file mode 100644
index 000000000000..0eae1478037b
--- /dev/null
+++ b/devel/py-constantly/pkg-descr
@@ -0,0 +1,5 @@
+A library that provides symbolic constant support. It includes collections
+and constants with text, numeric, and bit flag values. Originally
+twisted.python.constants from the Twisted project.
+
+WWW: https://pypi.python.org/pypi/constantly