aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-11-19 08:12:10 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-11-19 08:12:10 +0000
commit55b5765b16d6927880a3f1da87c615a64c8bd215 (patch)
tree5a9859e28784a727fffd4ad9ae3d33fc4d5a1509 /devel
parent8b1fee39a3c063daceada931b081bfcba1f2dade (diff)
Diffstat (limited to 'devel')
-rw-r--r--devel/py-vistir/Makefile5
-rw-r--r--devel/py-vistir/distinfo6
-rw-r--r--devel/py-vistir/files/patch-setup.cfg10
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
+