mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
devel/py-hacking: Update to 7.0.0
Changes: https://docs.openstack.org/releasenotes/hacking/ https://github.com/openstack/hacking/commits/master
This commit is contained in:
parent
4b4a9222c2
commit
8a2e279fd2
@ -1,6 +1,5 @@
|
||||
PORTNAME= hacking
|
||||
PORTVERSION= 6.1.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 7.0.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -16,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flake8>=6.1.0:devel/py-flake8@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flake8>=7.1.1<7.2:devel/py-flake8@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent pep517
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1712580498
|
||||
SHA256 (hacking-6.1.0.tar.gz) = de506a3124034e18b4e3a69c95de498c3460bcbc49c1643d3178d15bc6daac14
|
||||
SIZE (hacking-6.1.0.tar.gz) = 62587
|
||||
TIMESTAMP = 1724084590
|
||||
SHA256 (hacking-7.0.0.tar.gz) = b9b6c2e5280f7d54fa82c58fe09983f68c5b6f634ac3fa339f8ba16a5715cab7
|
||||
SIZE (hacking-7.0.0.tar.gz) = 61165
|
||||
|
@ -1,5 +0,0 @@
|
||||
--- requirements.txt.orig 2023-12-08 14:14:01 UTC
|
||||
+++ requirements.txt
|
||||
@@ -1 +1 @@
|
||||
-flake8~=6.1.0 # MIT
|
||||
+flake8>=6.1.0 # MIT
|
Loading…
Reference in New Issue
Block a user