diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-03-15 02:11:44 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-03-15 02:11:44 +0800 |
commit | a5f4a6be8ab3c71a6103d27c8af36002597651f6 (patch) | |
tree | eaf09c3943c3b8aa43c3b838c038ec3a0b60b516 /devel | |
parent | 9b8c3a5346945965f0f1368009439006f301f855 (diff) | |
download | freebsd-ports-gnome-a5f4a6be8ab3c71a6103d27c8af36002597651f6.tar.gz freebsd-ports-gnome-a5f4a6be8ab3c71a6103d27c8af36002597651f6.tar.zst freebsd-ports-gnome-a5f4a6be8ab3c71a6103d27c8af36002597651f6.zip |
Update to 1.11
- Add LICENSE_FILE
- Add TEST_DEPENDS
Changes: https://github.com/jaraco/tempora/blob/master/CHANGES.rst
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-tempora/Makefile | 5 | ||||
-rw-r--r-- | devel/py-tempora/distinfo | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/devel/py-tempora/Makefile b/devel/py-tempora/Makefile index e9ecbeb3e841..49cf62632792 100644 --- a/devel/py-tempora/Makefile +++ b/devel/py-tempora/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tempora -PORTVERSION= 1.10 +PORTVERSION= 1.11 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +11,13 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Objects and routines pertaining to date and time LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.15.0:devel/py-setuptools_scm@${FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.8:devel/py-pytest@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-sugar>=0.9.1:devel/py-pytest-sugar@${FLAVOR} NO_ARCH= yes USE_PYTHON= autoplist concurrent distutils diff --git a/devel/py-tempora/distinfo b/devel/py-tempora/distinfo index 363bd10be32e..6068797c4099 100644 --- a/devel/py-tempora/distinfo +++ b/devel/py-tempora/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1513266035 -SHA256 (tempora-1.10.tar.gz) = cf2dcf7f219ed52beef9c9c1a94de41ef8a417f0fe7bc9a9f14ddaf095e795ed -SIZE (tempora-1.10.tar.gz) = 13839 +TIMESTAMP = 1521036304 +SHA256 (tempora-1.11.tar.gz) = 4be862dbdc6fcbcc57f4b355258daa41fc0932af99680142bfa20836379f57a5 +SIZE (tempora-1.11.tar.gz) = 14750 |