diff options
| author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-05-30 15:21:30 +0000 |
|---|---|---|
| committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-05-30 15:21:30 +0000 |
| commit | 18ca5e06377f6f8c42353cd61f5b3877e2a78698 (patch) | |
| tree | 06ee21c5b3783e4c6525439448e22d18af97c874 | |
| parent | Add missing RUN_DEPENDS (diff) | |
Update to 1.7
- Allow concurrent installation (USE_PYTHON=concurrent)
- Sort USE_PYTHON
- Add PyPI as primary WWW
- Take maintainership
Changes: https://github.com/jaraco/tempora/commits/master
| -rw-r--r-- | devel/py-tempora/Makefile | 12 | ||||
| -rw-r--r-- | devel/py-tempora/distinfo | 6 | ||||
| -rw-r--r-- | devel/py-tempora/pkg-descr | 1 |
3 files changed, 11 insertions, 8 deletions
diff --git a/devel/py-tempora/Makefile b/devel/py-tempora/Makefile index 197a3413e7a5..0a71b60805c2 100644 --- a/devel/py-tempora/Makefile +++ b/devel/py-tempora/Makefile @@ -2,20 +2,22 @@ # $FreeBSD$ PORTNAME= tempora -PORTVERSION= 1.6.1 +PORTVERSION= 1.7 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Objects and routines pertaining to date and time LICENSE= MIT -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.15.0:devel/py-setuptools_scm +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz \ + ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six -USES= python -USE_PYTHON= distutils autoplist NO_ARCH= yes +USE_PYTHON= autoplist concurrent distutils +USES= python .include <bsd.port.mk> diff --git a/devel/py-tempora/distinfo b/devel/py-tempora/distinfo index 60e2987bb020..541576ade555 100644 --- a/devel/py-tempora/distinfo +++ b/devel/py-tempora/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1474944427 -SHA256 (tempora-1.6.1.tar.gz) = 1c15b3ec37933192470e7e7f0dcd5fbb372a85f13c86ddb4c306f280a7fc1453 -SIZE (tempora-1.6.1.tar.gz) = 11423 +TIMESTAMP = 1495625564 +SHA256 (tempora-1.7.tar.gz) = a264672b7f39198eb90b531490ade4e873f6e13839253636c3bd6a5549be1984 +SIZE (tempora-1.7.tar.gz) = 11645 diff --git a/devel/py-tempora/pkg-descr b/devel/py-tempora/pkg-descr index 6ad194f7e871..9e235ede2835 100644 --- a/devel/py-tempora/pkg-descr +++ b/devel/py-tempora/pkg-descr @@ -1,3 +1,4 @@ Tempora is a objects and routines pertaining to date and time. +WWW: https://pypi.python.org/pypi/tempora WWW: https://github.com/jaraco/tempora |
