Add new port misc/py-python-utils:

Collection of small Python functions and classes

WWW: https://pypi.python.org/pypi/python-utils
This commit is contained in:
makc
2018-03-27 16:29:07 +00:00
parent f8fa116e59
commit ae22407caa
4 changed files with 31 additions and 0 deletions
+1
View File
@@ -401,6 +401,7 @@
SUBDIR += py-pyfiglet
SUBDIR += py-pyprind
SUBDIR += py-python-geohash
SUBDIR += py-python-utils
SUBDIR += py-qt4-demo
SUBDIR += py-qt4-doc
SUBDIR += py-qt5-demo
+22
View File
@@ -0,0 +1,22 @@
# $FreeBSD$
PORTNAME= python-utils
PORTVERSION= 2.3.0
CATEGORIES= misc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= makc@FreeBSD.org
COMMENT= Collection of small functions and classes
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${FLAVOR}
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>
+3
View File
@@ -0,0 +1,3 @@
TIMESTAMP = 1521804690
SHA256 (python-utils-2.3.0.tar.gz) = 34aaf26b39b0b86628008f2ae0ac001b30e7986a8d303b61e1357dfcdad4f6d3
SIZE (python-utils-2.3.0.tar.gz) = 19384
+5
View File
@@ -0,0 +1,5 @@
Python Utils is a collection of small Python functions and classes
which make common patterns shorter and easier.
WWW: https://pypi.python.org/pypi/python-utils
WWW: https://github.com/WoLpH/python-utils