Date: Tue, 30 May 2017 15:21:30 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442074 - head/devel/py-tempora Message-ID: <201705301521.v4UFLU5p077526@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue May 30 15:21:30 2017 New Revision: 442074 URL: https://svnweb.freebsd.org/changeset/ports/442074 Log: 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 Modified: head/devel/py-tempora/Makefile head/devel/py-tempora/distinfo (contents, props changed) head/devel/py-tempora/pkg-descr (contents, props changed) Modified: head/devel/py-tempora/Makefile ============================================================================== --- head/devel/py-tempora/Makefile Tue May 30 15:21:24 2017 (r442073) +++ head/devel/py-tempora/Makefile Tue May 30 15:21:30 2017 (r442074) @@ -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> Modified: head/devel/py-tempora/distinfo ============================================================================== --- head/devel/py-tempora/distinfo Tue May 30 15:21:24 2017 (r442073) +++ head/devel/py-tempora/distinfo Tue May 30 15:21:30 2017 (r442074) @@ -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 Modified: head/devel/py-tempora/pkg-descr ============================================================================== --- head/devel/py-tempora/pkg-descr Tue May 30 15:21:24 2017 (r442073) +++ head/devel/py-tempora/pkg-descr Tue May 30 15:21:30 2017 (r442074) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705301521.v4UFLU5p077526>