git: 7aff2c0b5f61 - main - devel/py-jaraco.classes: Update to 3.2.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Jul 2022 18:29:49 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7aff2c0b5f6177e4f94a88f138c81d04cce5f6b5 commit 7aff2c0b5f6177e4f94a88f138c81d04cce5f6b5 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-07-13 18:29:19 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-07-13 18:29:19 +0000 devel/py-jaraco.classes: Update to 3.2.2 Changes: https://github.com/jaraco/jaraco.classes/blob/main/CHANGES.rst --- devel/py-jaraco.classes/Makefile | 5 ++++- devel/py-jaraco.classes/distinfo | 6 +++--- devel/py-jaraco.classes/files/setup.py | 3 +++ 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/devel/py-jaraco.classes/Makefile b/devel/py-jaraco.classes/Makefile index af7691b39aa8..ce0ce6832ff9 100644 --- a/devel/py-jaraco.classes/Makefile +++ b/devel/py-jaraco.classes/Makefile @@ -1,7 +1,7 @@ # Created by: Mark Felder <feld@FreeBSD.org> PORTNAME= jaraco.classes -PORTVERSION= 3.2.1 +PORTVERSION= 3.2.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -28,6 +28,9 @@ NO_ARCH= yes POST_PLIST= trim-jaraco-namespace +post-patch: + @${CP} ${FILESDIR}/setup.py ${WRKSRC}/ + post-install: @${RM} ${STAGEDIR}${PYTHON_SITELIBDIR}/jaraco/__init__.py* -@${RM} ${STAGEDIR}${PYTHON_SITELIBDIR}/jaraco/__pycache__/__init__.* diff --git a/devel/py-jaraco.classes/distinfo b/devel/py-jaraco.classes/distinfo index 34a5d6637f7c..376cfc2af270 100644 --- a/devel/py-jaraco.classes/distinfo +++ b/devel/py-jaraco.classes/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1614794272 -SHA256 (jaraco.classes-3.2.1.tar.gz) = ed54b728af1937dc16b7236fbaf34ba561ba1ace572b03fffa5486ed363ecf34 -SIZE (jaraco.classes-3.2.1.tar.gz) = 12286 +TIMESTAMP = 1657719096 +SHA256 (jaraco.classes-3.2.2.tar.gz) = 6745f113b0b588239ceb49532aa09c3ebb947433ce311ef2f8e3ad64ebb74594 +SIZE (jaraco.classes-3.2.2.tar.gz) = 9266 diff --git a/devel/py-jaraco.classes/files/setup.py b/devel/py-jaraco.classes/files/setup.py new file mode 100644 index 000000000000..606849326a40 --- /dev/null +++ b/devel/py-jaraco.classes/files/setup.py @@ -0,0 +1,3 @@ +from setuptools import setup + +setup()