svn commit: r425992 - in head/devel: . py-constantly

Kurt Jaeger pi at FreeBSD.org
Sat Nov 12 20:35:57 UTC 2016


Author: pi
Date: Sat Nov 12 20:35:55 2016
New Revision: 425992
URL: https://svnweb.freebsd.org/changeset/ports/425992

Log:
  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 at rawbw.com>

Added:
  head/devel/py-constantly/
  head/devel/py-constantly/Makefile   (contents, props changed)
  head/devel/py-constantly/distinfo   (contents, props changed)
  head/devel/py-constantly/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Nov 12 20:31:40 2016	(r425991)
+++ head/devel/Makefile	Sat Nov 12 20:35:55 2016	(r425992)
@@ -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

Added: head/devel/py-constantly/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-constantly/Makefile	Sat Nov 12 20:35:55 2016	(r425992)
@@ -0,0 +1,19 @@
+# Created by: Yuri Victorovich <yuri at rawbw.com>
+# $FreeBSD$
+
+PORTNAME=	constantly
+PORTVERSION=	15.1.0
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri at 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>

Added: head/devel/py-constantly/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-constantly/distinfo	Sat Nov 12 20:35:55 2016	(r425992)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1478965100
+SHA256 (constantly-15.1.0.tar.gz) = 586372eb92059873e29eba4f9dec8381541b4d3834660707faf8ba59146dfc35
+SIZE (constantly-15.1.0.tar.gz) = 21465

Added: head/devel/py-constantly/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-constantly/pkg-descr	Sat Nov 12 20:35:55 2016	(r425992)
@@ -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


More information about the svn-ports-all mailing list