diff --git a/devel/py-tempora/Makefile b/devel/py-tempora/Makefile index ebc1f589a3af..f6931ac4cc2b 100644 --- a/devel/py-tempora/Makefile +++ b/devel/py-tempora/Makefile @@ -1,24 +1,24 @@ # Created by: Martin Wilke PORTNAME= tempora -PORTVERSION= 4.0.1 +PORTVERSION= 4.0.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} 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>=3.4.1:devel/py-setuptools_scm@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jaraco.functools>=1.20:devel/py-jaraco.functools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>=0,1:devel/py-pytz@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes .include diff --git a/devel/py-tempora/distinfo b/devel/py-tempora/distinfo index 3f6618bed4ac..97c203e68701 100644 --- a/devel/py-tempora/distinfo +++ b/devel/py-tempora/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1604680166 -SHA256 (tempora-4.0.1.tar.gz) = 9af06854fafb26d3d40d3dd6402e8baefaf57f90e48fdc9a94f6b22827a60fb3 -SIZE (tempora-4.0.1.tar.gz) = 20978 +TIMESTAMP = 1619198531 +SHA256 (tempora-4.0.2.tar.gz) = 10fdc29bf85fa0df39a230a225bb6d093982fc0825b648a414bbc06bddd79909 +SIZE (tempora-4.0.2.tar.gz) = 21837 diff --git a/devel/py-tempora/pkg-descr b/devel/py-tempora/pkg-descr index 642b296154ab..6ad194f7e871 100644 --- a/devel/py-tempora/pkg-descr +++ b/devel/py-tempora/pkg-descr @@ -1,4 +1,3 @@ Tempora is a objects and routines pertaining to date and time. -WWW: https://pypi.org/project/tempora/ WWW: https://github.com/jaraco/tempora