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:
parent
8b1fee39a3
commit
55b5765b16
3 changed files with 15 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
10
devel/py-vistir/files/patch-setup.cfg
Normal file
10
devel/py-vistir/files/patch-setup.cfg
Normal 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
|
||||
|
Loading…
Reference in a new issue