New port: devel/py-PyUtilib: Collection of Python utilities
This commit is contained in:
parent
e5e044d73e
commit
149e7ec3d1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=466030
4 changed files with 31 additions and 0 deletions
|
@ -4208,6 +4208,7 @@
|
|||
SUBDIR += py-PyExecJS
|
||||
SUBDIR += py-PyLD
|
||||
SUBDIR += py-PyODE
|
||||
SUBDIR += py-PyUtilib
|
||||
SUBDIR += py-QtPy
|
||||
SUBDIR += py-RPyC
|
||||
SUBDIR += py-Record
|
||||
|
|
21
devel/py-PyUtilib/Makefile
Normal file
21
devel/py-PyUtilib/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= PyUtilib
|
||||
DISTVERSION= 5.6.2
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Collection of Python utilities
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils concurrent autoplist
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-PyUtilib/distinfo
Normal file
3
devel/py-PyUtilib/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1522482630
|
||||
SHA256 (PyUtilib-5.6.2.tar.gz) = fb8952ff11b4bc4dcb72f4c68e32983732cf5efa59d4627c3c0b8983e7b43e9f
|
||||
SIZE (PyUtilib-5.6.2.tar.gz) = 171055
|
6
devel/py-PyUtilib/pkg-descr
Normal file
6
devel/py-PyUtilib/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
The PyUtilib project supports a collection of Python utilities, including a
|
||||
well-developed component architecture and extensions to the PyUnit testing
|
||||
framework. PyUtilib has been developed to support several Python-centric
|
||||
projects, especially Pyomo.
|
||||
|
||||
WWW: https://github.com/PyUtilib/pyutilib
|
Loading…
Reference in a new issue