mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
devel/py-ovsdbapp: Update to 2.6.0
- Update WWW and clean up pkg-descr Changes: https://github.com/openstack/ovsdbapp/commits/master
This commit is contained in:
parent
24bb4d98af
commit
34838078fd
@ -1,13 +1,13 @@
|
||||
PORTNAME= ovsdbapp
|
||||
PORTVERSION= 1.5.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.6.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Library for creating OVSDB applications
|
||||
WWW= https://docs.openstack.org/ovsdbapp/latest/
|
||||
WWW= https://docs.openstack.org/ovsdbapp/latest/ \
|
||||
https://github.com/openstack/ovsdbapp
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
@ -17,7 +17,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fixtures>=3.0.0:devel/py-fixtures@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}netaddr>=0.7.18:net/py-netaddr@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}ovs>=2.8.0:devel/py-ovs@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}ovs>=2.9.0:devel/py-ovs@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1599302753
|
||||
SHA256 (ovsdbapp-1.5.0.tar.gz) = 0efecdbf7f209757592a8eeecde4d6ecc0e5831e216390553f1b448b0fa0116a
|
||||
SIZE (ovsdbapp-1.5.0.tar.gz) = 88970
|
||||
TIMESTAMP = 1712773792
|
||||
SHA256 (ovsdbapp-2.6.0.tar.gz) = 03fbdab02947b0ecc0b6b24e8fab4a00f1c39f865b574dcbeae177c275c22d09
|
||||
SIZE (ovsdbapp-2.6.0.tar.gz) = 124226
|
||||
|
9
devel/py-ovsdbapp/files/patch-requirements.txt
Normal file
9
devel/py-ovsdbapp/files/patch-requirements.txt
Normal file
@ -0,0 +1,9 @@
|
||||
--- requirements.txt.orig 2024-02-22 15:11:10 UTC
|
||||
+++ requirements.txt
|
||||
@@ -3,5 +3,5 @@ netaddr>=0.7.18 # BSD
|
||||
# you find any incorrect lower bounds, let us know or propose a fix.
|
||||
fixtures>=3.0.0 # Apache-2.0/BSD
|
||||
netaddr>=0.7.18 # BSD
|
||||
-ovs>=2.10.0 # Apache-2.0
|
||||
+ovs>=2.9.0 # Apache-2.0
|
||||
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
@ -8,5 +8,3 @@ Features:
|
||||
- An thread-based event loop for using ovs.db.Idl
|
||||
- Transaction support
|
||||
- Native OVSDB communication
|
||||
|
||||
See also: https://github.com/openstack/ovsdbapp
|
||||
|
Loading…
Reference in New Issue
Block a user