devel/py-jaraco.timing: Routines pertinent to the fourth dimension

WWW: https://bitbucket.org/jaraco/jaraco.timing
This commit is contained in:
William Grzybowski 2014-07-14 16:46:30 +00:00
parent 2251039fca
commit 7a3ef59b6c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361799
4 changed files with 27 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,21 @@
# Created by: William Grzybowski <wg@FreeBSD.org>
# $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 <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (jaraco.timing-1.0.zip) = 029a2baf846d9902c07c4df6a2fed901ec3fdc80dcc01ae0c4a9bcb315e83621
SIZE (jaraco.timing-1.0.zip) = 4537

View File

@ -0,0 +1,3 @@
Routines pertinent to the fourth dimension.
WWW: https://bitbucket.org/jaraco/jaraco.timing