Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Mar 2018 08:08:19 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r466030 - in head/devel: . py-PyUtilib
Message-ID:  <201803310808.w2V88JRX004272@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Mar 31 08:08:19 2018
New Revision: 466030
URL: https://svnweb.freebsd.org/changeset/ports/466030

Log:
  New port: devel/py-PyUtilib: Collection of Python utilities

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Mar 31 08:02:23 2018	(r466029)
+++ head/devel/Makefile	Sat Mar 31 08:08:19 2018	(r466030)
@@ -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

Added: head/devel/py-PyUtilib/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-PyUtilib/Makefile	Sat Mar 31 08:08:19 2018	(r466030)
@@ -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>

Added: head/devel/py-PyUtilib/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-PyUtilib/distinfo	Sat Mar 31 08:08:19 2018	(r466030)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1522482630
+SHA256 (PyUtilib-5.6.2.tar.gz) = fb8952ff11b4bc4dcb72f4c68e32983732cf5efa59d4627c3c0b8983e7b43e9f
+SIZE (PyUtilib-5.6.2.tar.gz) = 171055

Added: head/devel/py-PyUtilib/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-PyUtilib/pkg-descr	Sat Mar 31 08:08:19 2018	(r466030)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803310808.w2V88JRX004272>