Index: head/devel/py-tempora/Makefile =================================================================== --- head/devel/py-tempora/Makefile (revision 442073) +++ head/devel/py-tempora/Makefile (revision 442074) @@ -1,21 +1,23 @@ # Created by: Martin Wilke # $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 Index: head/devel/py-tempora/distinfo =================================================================== --- head/devel/py-tempora/distinfo (revision 442073) +++ head/devel/py-tempora/distinfo (revision 442074) @@ -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 Property changes on: head/devel/py-tempora/distinfo ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property Index: head/devel/py-tempora/pkg-descr =================================================================== --- head/devel/py-tempora/pkg-descr (revision 442073) +++ head/devel/py-tempora/pkg-descr (revision 442074) @@ -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 Property changes on: head/devel/py-tempora/pkg-descr ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property