mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
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:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1521804690
|
||||
SHA256 (python-utils-2.3.0.tar.gz) = 34aaf26b39b0b86628008f2ae0ac001b30e7986a8d303b61e1357dfcdad4f6d3
|
||||
SIZE (python-utils-2.3.0.tar.gz) = 19384
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user