Date: Sat, 19 Nov 2022 08:17:35 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: 55b5765b16d6 - main - devel/py-vistir: Update to 0.7.0 Message-ID: <202211190817.2AJ8HZGD014271@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=55b5765b16d6927880a3f1da87c615a64c8bd215 commit 55b5765b16d6927880a3f1da87c615a64c8bd215 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-11-19 08:12:10 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-11-19 08:12:10 +0000 devel/py-vistir: Update to 0.7.0 - Remove py-wheel from BUILD_DEPENDS - Update version requirement of RUN_DEPENDS Changes: https://github.com/sarugaku/vistir/releases https://github.com/sarugaku/vistir/commits/master --- devel/py-vistir/Makefile | 5 ++--- devel/py-vistir/distinfo | 6 +++--- devel/py-vistir/files/patch-setup.cfg | 10 ++++++++++ 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/devel/py-vistir/Makefile b/devel/py-vistir/Makefile index 7a42425da2e6..e04e2f0643f1 100644 --- a/devel/py-vistir/Makefile +++ b/devel/py-vistir/Makefile @@ -1,5 +1,5 @@ PORTNAME= vistir -PORTVERSION= 0.6.1 +PORTVERSION= 0.7.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +11,7 @@ WWW= https://github.com/sarugaku/vistir LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>=0:devel/py-colorama@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>=0.3.4:devel/py-colorama@${PY_FLAVOR} USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils diff --git a/devel/py-vistir/distinfo b/devel/py-vistir/distinfo index eda571ee41f3..8b0cca492be7 100644 --- a/devel/py-vistir/distinfo +++ b/devel/py-vistir/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1661950934 -SHA256 (vistir-0.6.1.tar.gz) = a8beb7643d07779cdda3941a08dad77d48de94883dbd3cb2b9b5ecb7eb7c0994 -SIZE (vistir-0.6.1.tar.gz) = 67798 +TIMESTAMP = 1665647601 +SHA256 (vistir-0.7.0.tar.gz) = f2827f3fb0572ffef9d7f3d2bd0c064913ba16cdfe19763f4051b69477c9f9cd +SIZE (vistir-0.7.0.tar.gz) = 63959 diff --git a/devel/py-vistir/files/patch-setup.cfg b/devel/py-vistir/files/patch-setup.cfg new file mode 100644 index 000000000000..a73963ada1e1 --- /dev/null +++ b/devel/py-vistir/files/patch-setup.cfg @@ -0,0 +1,10 @@ +--- setup.cfg.orig 2022-10-11 12:26:03 UTC ++++ setup.cfg +@@ -30,7 +30,6 @@ zip_safe = true + python_requires = >=3.7 + setup_requires = + setuptools>=40.8.0 +- wheel + install_requires = + colorama>=0.3.4,!=0.4.2 +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211190817.2AJ8HZGD014271>