diff --git a/devel/Makefile b/devel/Makefile index 978af3d5acc9..9129842fdd14 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/py-jaraco.timing/Makefile b/devel/py-jaraco.timing/Makefile new file mode 100644 index 000000000000..d336badcef9a --- /dev/null +++ b/devel/py-jaraco.timing/Makefile @@ -0,0 +1,21 @@ +# Created by: William Grzybowski +# $FreeBSD$ + +PORTNAME= jaraco.timing +PORTVERSION= 1.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= wg@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 diff --git a/devel/py-jaraco.timing/distinfo b/devel/py-jaraco.timing/distinfo new file mode 100644 index 000000000000..bd7f8fce04a2 --- /dev/null +++ b/devel/py-jaraco.timing/distinfo @@ -0,0 +1,2 @@ +SHA256 (jaraco.timing-1.0.zip) = 029a2baf846d9902c07c4df6a2fed901ec3fdc80dcc01ae0c4a9bcb315e83621 +SIZE (jaraco.timing-1.0.zip) = 4537 diff --git a/devel/py-jaraco.timing/pkg-descr b/devel/py-jaraco.timing/pkg-descr new file mode 100644 index 000000000000..9ee212b0313c --- /dev/null +++ b/devel/py-jaraco.timing/pkg-descr @@ -0,0 +1,3 @@ +Routines pertinent to the fourth dimension. + +WWW: https://bitbucket.org/jaraco/jaraco.timing