Date: Mon, 18 Jul 2022 12:41:18 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4899f9bb2984 - main - devel/py-jaraco.functools: Update to 3.5.1 Message-ID: <202207181241.26ICfIgx072467@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=4899f9bb298426596f0ee8a5df3061e5cc727637 commit 4899f9bb298426596f0ee8a5df3061e5cc727637 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-07-18 12:34:14 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-07-18 12:39:54 +0000 devel/py-jaraco.functools: Update to 3.5.1 Changes: https://github.com/jaraco/jaraco.functools/blob/main/CHANGES.rst --- devel/py-jaraco.functools/Makefile | 6 ++++-- devel/py-jaraco.functools/distinfo | 6 +++--- devel/py-jaraco.functools/files/setup.py | 3 +++ 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/devel/py-jaraco.functools/Makefile b/devel/py-jaraco.functools/Makefile index 373d5409dde6..7486f55d91e0 100644 --- a/devel/py-jaraco.functools/Makefile +++ b/devel/py-jaraco.functools/Makefile @@ -1,8 +1,7 @@ # Created by: Mark Felder <feld@FreeBSD.org> PORTNAME= jaraco.functools -PORTVERSION= 3.5.0 -PORTREVISION= 1 +PORTVERSION= 3.5.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -30,6 +29,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.functools/distinfo b/devel/py-jaraco.functools/distinfo index 859d0fe231bd..177ee4412072 100644 --- a/devel/py-jaraco.functools/distinfo +++ b/devel/py-jaraco.functools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1641045930 -SHA256 (jaraco.functools-3.5.0.tar.gz) = 31e0e93d1027592b7b0bec6ad468db850338981ebee76ba5e212e235f4c7dda0 -SIZE (jaraco.functools-3.5.0.tar.gz) = 13254 +TIMESTAMP = 1657835433 +SHA256 (jaraco.functools-3.5.1.tar.gz) = d0adcf91710a0853efe9f23a78fad586bf67df572f0d6d8e0fa36d289ae1c1d9 +SIZE (jaraco.functools-3.5.1.tar.gz) = 14516 diff --git a/devel/py-jaraco.functools/files/setup.py b/devel/py-jaraco.functools/files/setup.py new file mode 100644 index 000000000000..606849326a40 --- /dev/null +++ b/devel/py-jaraco.functools/files/setup.py @@ -0,0 +1,3 @@ +from setuptools import setup + +setup()
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207181241.26ICfIgx072467>