Date: Wed, 23 Aug 2023 16:02:00 GMT From: Sofian Brabez <sbz@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9cf91a14c5a1 - main - devel/py-setproctitle: update to 1.3.2 Message-ID: <202308231602.37NG20Eg069300@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sbz: URL: https://cgit.FreeBSD.org/ports/commit/?id=9cf91a14c5a146ada0c6c4a9a2df5786653a0d04 commit 9cf91a14c5a146ada0c6c4a9a2df5786653a0d04 Author: Sofian Brabez <sbz@FreeBSD.org> AuthorDate: 2023-08-23 15:34:29 +0000 Commit: Sofian Brabez <sbz@FreeBSD.org> CommitDate: 2023-08-23 16:00:50 +0000 devel/py-setproctitle: update to 1.3.2 --- devel/py-setproctitle/Makefile | 6 ++++-- devel/py-setproctitle/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/devel/py-setproctitle/Makefile b/devel/py-setproctitle/Makefile index 8f3c8caed023..962526a8d702 100644 --- a/devel/py-setproctitle/Makefile +++ b/devel/py-setproctitle/Makefile @@ -1,5 +1,5 @@ PORTNAME= setproctitle -PORTVERSION= 1.2.3 +PORTVERSION= 1.3.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,8 +18,10 @@ PORTDOCS= HISTORY.rst README.rst OPTIONS_DEFINE= DOCS +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} + post-install: - @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/setproctitle*.so + @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/${PORTNAME}/*setproctitle*.so post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/devel/py-setproctitle/distinfo b/devel/py-setproctitle/distinfo index 6a9a366566c7..1e8f32496bfc 100644 --- a/devel/py-setproctitle/distinfo +++ b/devel/py-setproctitle/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1654706741 -SHA256 (setproctitle-1.2.3.tar.gz) = ecf28b1c07a799d76f4326e508157b71aeda07b84b90368ea451c0710dbd32c0 -SIZE (setproctitle-1.2.3.tar.gz) = 23618 +TIMESTAMP = 1692804327 +SHA256 (setproctitle-1.3.2.tar.gz) = b9fb97907c830d260fa0658ed58afd48a86b2b88aac521135c352ff7fd3477fd +SIZE (setproctitle-1.3.2.tar.gz) = 27173
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308231602.37NG20Eg069300>