mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
devel/py-jaraco.timing: Routines pertinent to the fourth dimension
WWW: https://bitbucket.org/jaraco/jaraco.timing
This commit is contained in:
parent
2251039fca
commit
7a3ef59b6c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361799
@ -3695,6 +3695,7 @@
|
|||||||
SUBDIR += py-isodate
|
SUBDIR += py-isodate
|
||||||
SUBDIR += py-iterpipes
|
SUBDIR += py-iterpipes
|
||||||
SUBDIR += py-itools
|
SUBDIR += py-itools
|
||||||
|
SUBDIR += py-jaraco.timing
|
||||||
SUBDIR += py-jaraco.util
|
SUBDIR += py-jaraco.util
|
||||||
SUBDIR += py-jcc
|
SUBDIR += py-jcc
|
||||||
SUBDIR += py-jdcal
|
SUBDIR += py-jdcal
|
||||||
|
21
devel/py-jaraco.timing/Makefile
Normal file
21
devel/py-jaraco.timing/Makefile
Normal 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>
|
2
devel/py-jaraco.timing/distinfo
Normal file
2
devel/py-jaraco.timing/distinfo
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
SHA256 (jaraco.timing-1.0.zip) = 029a2baf846d9902c07c4df6a2fed901ec3fdc80dcc01ae0c4a9bcb315e83621
|
||||||
|
SIZE (jaraco.timing-1.0.zip) = 4537
|
3
devel/py-jaraco.timing/pkg-descr
Normal file
3
devel/py-jaraco.timing/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
Routines pertinent to the fourth dimension.
|
||||||
|
|
||||||
|
WWW: https://bitbucket.org/jaraco/jaraco.timing
|
Loading…
Reference in New Issue
Block a user