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
This commit is contained in:
Po-Chuan Hsieh 2022-11-19 16:12:10 +08:00
parent 8b1fee39a3
commit 55b5765b16
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
3 changed files with 15 additions and 6 deletions

View file

@ -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

View file

@ -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

View file

@ -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