Date: Fri, 26 Apr 2024 08:25:24 GMT From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 30a64a771a02 - main - security/py-pass-git-helper: Update to 2.0.0 Message-ID: <202404260825.43Q8POaF036070@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=30a64a771a021458b60c6d938e9164560fa87f14 commit 30a64a771a021458b60c6d938e9164560fa87f14 Author: Emanuel Haupt <ehaupt@FreeBSD.org> AuthorDate: 2024-04-26 08:25:20 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2024-04-26 08:25:20 +0000 security/py-pass-git-helper: Update to 2.0.0 --- security/py-pass-git-helper/Makefile | 6 ++++-- security/py-pass-git-helper/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/security/py-pass-git-helper/Makefile b/security/py-pass-git-helper/Makefile index 451ed287c76e..ededbe07da8a 100644 --- a/security/py-pass-git-helper/Makefile +++ b/security/py-pass-git-helper/Makefile @@ -1,6 +1,6 @@ PORTNAME= pass-git-helper -PORTVERSION= 1.4.1 DISTVERSIONPREFIX= v +DISTVERSION= 2.0.0 CATEGORIES= security python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,6 +11,8 @@ WWW= https://github.com/languitar/pass-git-helper LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-mock>=0:devel/py-pytest-mock@${PY_FLAVOR} @@ -18,7 +20,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} USES= python USE_GITHUB= yes GH_ACCOUNT= languitar -USE_PYTHON= autoplist concurrent distutils pytest +USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes diff --git a/security/py-pass-git-helper/distinfo b/security/py-pass-git-helper/distinfo index 8197d02c1202..e23e2b74a8bb 100644 --- a/security/py-pass-git-helper/distinfo +++ b/security/py-pass-git-helper/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713991811 -SHA256 (languitar-pass-git-helper-v1.4.1_GH0.tar.gz) = 9dd6278f1d0f9553646219fa3317d339e9758f8a8a88bbbcad2da3743cbffe09 -SIZE (languitar-pass-git-helper-v1.4.1_GH0.tar.gz) = 109008 +TIMESTAMP = 1714114791 +SHA256 (languitar-pass-git-helper-v2.0.0_GH0.tar.gz) = 04a48285af405e1358139bb83193484b198e7b19f782f1b97165b62d2c964bfd +SIZE (languitar-pass-git-helper-v2.0.0_GH0.tar.gz) = 111047
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404260825.43Q8POaF036070>