svn commit: r361799 - in head/devel: . py-jaraco.timing
William Grzybowski
wg at FreeBSD.org
Mon Jul 14 16:46:31 UTC 2014
Author: wg
Date: Mon Jul 14 16:46:30 2014
New Revision: 361799
URL: http://svnweb.freebsd.org/changeset/ports/361799
QAT: https://qat.redports.org/buildarchive/r361799/
Log:
devel/py-jaraco.timing: Routines pertinent to the fourth dimension
WWW: https://bitbucket.org/jaraco/jaraco.timing
Added:
head/devel/py-jaraco.timing/
head/devel/py-jaraco.timing/Makefile (contents, props changed)
head/devel/py-jaraco.timing/distinfo (contents, props changed)
head/devel/py-jaraco.timing/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Mon Jul 14 16:23:04 2014 (r361798)
+++ head/devel/Makefile Mon Jul 14 16:46:30 2014 (r361799)
@@ -3695,6 +3695,7 @@
SUBDIR += py-isodate
SUBDIR += py-iterpipes
SUBDIR += py-itools
+ SUBDIR += py-jaraco.timing
SUBDIR += py-jaraco.util
SUBDIR += py-jcc
SUBDIR += py-jdcal
Added: head/devel/py-jaraco.timing/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-jaraco.timing/Makefile Mon Jul 14 16:46:30 2014 (r361799)
@@ -0,0 +1,21 @@
+# Created by: William Grzybowski <wg at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= jaraco.timing
+PORTVERSION= 1.0
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= wg at FreeBSD.org
+COMMENT= Routines pertinent to the fourth dimension
+
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hgtools>0:${PORTSDIR}/devel/py-hgtools \
+ ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:${PORTSDIR}/devel/py-pytest-runner
+
+USES= zip
+USE_PYTHON= yes
+USE_PYDISTUTILS=yes
+PYDISTUTILS_AUTOPLIST= yes
+
+.include <bsd.port.mk>
Added: head/devel/py-jaraco.timing/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-jaraco.timing/distinfo Mon Jul 14 16:46:30 2014 (r361799)
@@ -0,0 +1,2 @@
+SHA256 (jaraco.timing-1.0.zip) = 029a2baf846d9902c07c4df6a2fed901ec3fdc80dcc01ae0c4a9bcb315e83621
+SIZE (jaraco.timing-1.0.zip) = 4537
Added: head/devel/py-jaraco.timing/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-jaraco.timing/pkg-descr Mon Jul 14 16:46:30 2014 (r361799)
@@ -0,0 +1,3 @@
+Routines pertinent to the fourth dimension.
+
+WWW: https://bitbucket.org/jaraco/jaraco.timing
More information about the svn-ports-all
mailing list