svn commit: r357979 - in head/devel: . py-jaraco.util

William Grzybowski wg at FreeBSD.org
Mon Jun 16 12:37:58 UTC 2014


Author: wg
Date: Mon Jun 16 12:37:57 2014
New Revision: 357979
URL: http://svnweb.freebsd.org/changeset/ports/357979
QAT: https://qat.redports.org/buildarchive/r357979/

Log:
  devel/py-jaraco.util: general utility modules that supply commonly-used functionality
  
  jaraco.util contains a number of nominally useful, reusable classes and
  functions.
  
  They're designed to be intuitively named and self-documenting (many with
  extensive doctests).
  
  WWW: https://pypi.python.org/pypi/jaraco.util

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Jun 16 12:32:13 2014	(r357978)
+++ head/devel/Makefile	Mon Jun 16 12:37:57 2014	(r357979)
@@ -3683,6 +3683,7 @@
     SUBDIR += py-isodate
     SUBDIR += py-iterpipes
     SUBDIR += py-itools
+    SUBDIR += py-jaraco.util
     SUBDIR += py-jcc
     SUBDIR += py-jdcal
     SUBDIR += py-jellyfish

Added: head/devel/py-jaraco.util/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-jaraco.util/Makefile	Mon Jun 16 12:37:57 2014	(r357979)
@@ -0,0 +1,24 @@
+# Created by: William Grzybowski <wg at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	jaraco.util
+PORTVERSION=	10.0.2
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	wg at FreeBSD.org
+COMMENT=	General utility modules that supply commonly-used functionality
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six \
+		${PYTHON_PKGNAMEPREFIX}more-itertools>0:${PORTSDIR}/devel/py-more-itertools
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hgtools>0:${PORTSDIR}/devel/py-hgtools
+
+USES=		zip
+USE_PYTHON=	yes
+USE_PYDISTUTILS=yes
+PYDISTUTILS_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/devel/py-jaraco.util/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-jaraco.util/distinfo	Mon Jun 16 12:37:57 2014	(r357979)
@@ -0,0 +1,2 @@
+SHA256 (jaraco.util-10.0.2.zip) = da136010c98f1ceaaa02ab1a201da45d3b2d59348fac8e3c7b1ddb61825ca872
+SIZE (jaraco.util-10.0.2.zip) = 83375

Added: head/devel/py-jaraco.util/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-jaraco.util/pkg-descr	Mon Jun 16 12:37:57 2014	(r357979)
@@ -0,0 +1,7 @@
+jaraco.util contains a number of nominally useful, reusable classes and
+functions.
+
+They're designed to be intuitively named and self-documenting (many with
+extensive doctests).
+
+WWW: https://pypi.python.org/pypi/jaraco.util


More information about the svn-ports-head mailing list