git: f057cb5c6f0c - main - devel/py-tempora: Update to 5.0.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Mar 2022 18:18:05 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f057cb5c6f0c7dedfc32a8ed77fa947d8b23ada6 commit f057cb5c6f0c7dedfc32a8ed77fa947d8b23ada6 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-03-07 17:53:47 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-03-07 18:11:18 +0000 devel/py-tempora: Update to 5.0.1 Changes: https://github.com/jaraco/tempora/blob/main/CHANGES.rst --- devel/py-tempora/Makefile | 5 ++++- devel/py-tempora/distinfo | 6 +++--- devel/py-tempora/files/setup.py | 3 +++ 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/devel/py-tempora/Makefile b/devel/py-tempora/Makefile index 5a34b455de86..6b0ad2bfa547 100644 --- a/devel/py-tempora/Makefile +++ b/devel/py-tempora/Makefile @@ -1,7 +1,7 @@ # Created by: Martin Wilke <miwi@FreeBSD.org> PORTNAME= tempora -PORTVERSION= 5.0.0 +PORTVERSION= 5.0.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,4 +21,7 @@ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes +post-patch: + @${CP} ${FILESDIR}/setup.py ${WRKSRC}/ + .include <bsd.port.mk> diff --git a/devel/py-tempora/distinfo b/devel/py-tempora/distinfo index e5280db243b0..bb1354a06bdf 100644 --- a/devel/py-tempora/distinfo +++ b/devel/py-tempora/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1642102313 -SHA256 (tempora-5.0.0.tar.gz) = aa21dd1956e29559ecb2f2f2e14fcdb950085222fbbf86e6c946b5e1a8c36b26 -SIZE (tempora-5.0.0.tar.gz) = 18532 +TIMESTAMP = 1646058042 +SHA256 (tempora-5.0.1.tar.gz) = cba0f197a64883bf3e73657efbc0324d5bf17179e7769b1385b4d75d26cd9127 +SIZE (tempora-5.0.1.tar.gz) = 18456 diff --git a/devel/py-tempora/files/setup.py b/devel/py-tempora/files/setup.py new file mode 100644 index 000000000000..606849326a40 --- /dev/null +++ b/devel/py-tempora/files/setup.py @@ -0,0 +1,3 @@ +from setuptools import setup + +setup()