diff --git a/devel/py-plux/Makefile b/devel/py-plux/Makefile index bf05ef603392..8422c570028c 100644 --- a/devel/py-plux/Makefile +++ b/devel/py-plux/Makefile @@ -1,21 +1,21 @@ PORTNAME= plux -PORTVERSION= 1.4.0 +PORTVERSION= 1.5.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Dynamic code loading framework for building pluggable Python distributions WWW= https://github.com/localstack/plux LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}stevedore>=3.4:devel/py-stevedore@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes .include diff --git a/devel/py-plux/distinfo b/devel/py-plux/distinfo index dbbcc220a731..0724ab5116c3 100644 --- a/devel/py-plux/distinfo +++ b/devel/py-plux/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1691070088 -SHA256 (plux-1.4.0.tar.gz) = 4a432e2bd0fd50eb165781fd2a885e2169492f1f699429afda8130a3efdd4590 -SIZE (plux-1.4.0.tar.gz) = 21776 +TIMESTAMP = 1699774572 +SHA256 (plux-1.5.0.tar.gz) = e164ae7233e5322e06b8f3fa0da62d61adc33d7a303369716ecf7f6f272d70b9 +SIZE (plux-1.5.0.tar.gz) = 21423 diff --git a/devel/py-plux/files/patch-setup.cfg b/devel/py-plux/files/patch-setup.cfg index e864f2aab340..64cfc2e782ff 100644 --- a/devel/py-plux/files/patch-setup.cfg +++ b/devel/py-plux/files/patch-setup.cfg @@ -1,12 +1,10 @@ ---- setup.cfg.orig 2022-03-02 10:47:40 UTC +--- setup.cfg.orig 2023-11-10 11:31:39 UTC +++ setup.cfg -@@ -24,9 +24,7 @@ classifiers = - zip_safe = False +@@ -25,7 +25,6 @@ zip_safe = False packages = find: setup_requires = -- pytest-runner setuptools - wheel install_requires = stevedore>=3.4 test_requires =