[gentoo-commits] repo/gentoo:master commit in: dev-python/ovs/

2024-05-22 Thread Michał Górny
commit: 8f5fcb3342704bd1f342a83ce2d39667d3673ad1
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 22 09:05:30 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 22 09:05:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f5fcb33

dev-python/ovs: Stabilize 2.17.9 x86, #932428

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/ovs/ovs-2.17.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ovs/ovs-2.17.9.ebuild b/dev-python/ovs/ovs-2.17.9.ebuild
index 5a539ec9e06e..dca3986a48c7 100644
--- a/dev-python/ovs/ovs-2.17.9.ebuild
+++ b/dev-python/ovs/ovs-2.17.9.ebuild
@@ -12,6 +12,6 @@ HOMEPAGE="https://github.com/openvswitch/ovs/;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86"
 
 RDEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/ovs/

2024-05-22 Thread Michał Górny
commit: 6c8def65da2286046749c2f8e523d1e8248d965f
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 22 09:05:29 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 22 09:05:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c8def65

dev-python/ovs: Stabilize 2.17.9 amd64, #932428

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/ovs/ovs-2.17.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ovs/ovs-2.17.9.ebuild b/dev-python/ovs/ovs-2.17.9.ebuild
index fee35f8f7973..5a539ec9e06e 100644
--- a/dev-python/ovs/ovs-2.17.9.ebuild
+++ b/dev-python/ovs/ovs-2.17.9.ebuild
@@ -12,6 +12,6 @@ HOMEPAGE="https://github.com/openvswitch/ovs/;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
 
 RDEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/ovs/

2024-05-05 Thread Matthew Thode
commit: 8bb8c53d5b9f9b24ce959f2e0399335e3f6b20f7
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun May  5 23:25:26 2024 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun May  5 23:25:26 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bb8c53d

dev-python/ovs: add 2.17.9

Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/ovs/Manifest  |  1 +
 dev-python/ovs/ovs-2.17.9.ebuild | 17 +
 2 files changed, 18 insertions(+)

diff --git a/dev-python/ovs/Manifest b/dev-python/ovs/Manifest
index 4eb688975582..96b79e70915a 100644
--- a/dev-python/ovs/Manifest
+++ b/dev-python/ovs/Manifest
@@ -1 +1,2 @@
 DIST ovs-2.17.1.post1.tar.gz 104766 BLAKE2B 
e1cb471f7f3f3b8461292c79ee5318a36d70c2ee55947bfa0274277e36514d20ad9293cb8c602e0b2c82a590397869fe51f52ee2579255bb8163014d58dccaf7
 SHA512 
772e7b4768f1e7fe1f2be700a0eb6bc539459e4c70432c45e7f7877b060f4c845eaa5a974f2b2264af621f5f43b97da30a9fe344a53904ec0008393689e6b895
+DIST ovs-2.17.9.tar.gz 110350 BLAKE2B 
68f6fb154c830877fa404a24e5283e17cbb9e9d0c138e26da897835741457bab53be99754959eb01bdc8c5ea61a67327655ad6b1deba941b37ba4e86dab61375
 SHA512 
05ba60f585b576757bf0d2799dda2d17f0b4fd06bbdeaf4810c64f48c1a74dbc8bdba4348800fcb0c343415317104556cf4f2ab2dcabd9d438a0c31de1c45cd6

diff --git a/dev-python/ovs/ovs-2.17.9.ebuild b/dev-python/ovs/ovs-2.17.9.ebuild
new file mode 100644
index ..fee35f8f7973
--- /dev/null
+++ b/dev-python/ovs/ovs-2.17.9.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..12} )
+inherit distutils-r1 pypi
+
+DESCRIPTION="OVS bindings for python"
+HOMEPAGE="https://github.com/openvswitch/ovs/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+
+RDEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/ovs/

2024-04-13 Thread Matthew Thode
commit: b6eecd8de40d55edac6432400bf1be28f3053060
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Apr 13 15:34:07 2024 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Apr 13 15:34:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6eecd8d

dev-python/ovs: enable py3.12

Closes: https://bugs.gentoo.org/929475

Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/ovs/ovs-2.17.1_p1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/ovs/ovs-2.17.1_p1.ebuild 
b/dev-python/ovs/ovs-2.17.1_p1.ebuild
index ad19dd3a261f..dca3986a48c7 100644
--- a/dev-python/ovs/ovs-2.17.1_p1.ebuild
+++ b/dev-python/ovs/ovs-2.17.1_p1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..12} )
 inherit distutils-r1 pypi
 
 DESCRIPTION="OVS bindings for python"



[gentoo-commits] repo/gentoo:master commit in: dev-python/ovs/

2023-04-07 Thread Matthew Thode
commit: 17c708107f76e2edd5005a111e5b7afd2792c683
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Apr  7 23:11:58 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Fri Apr  7 23:12:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17c70810

dev-python/ovs: drop 2.13.3

Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/ovs/Manifest  |  1 -
 dev-python/ovs/ovs-2.13.3.ebuild | 19 ---
 2 files changed, 20 deletions(-)

diff --git a/dev-python/ovs/Manifest b/dev-python/ovs/Manifest
index c90aa259ddd3..4eb688975582 100644
--- a/dev-python/ovs/Manifest
+++ b/dev-python/ovs/Manifest
@@ -1,2 +1 @@
-DIST ovs-2.13.3.tar.gz 102736 BLAKE2B 
ee6f10a41bf46534d3963360a63a0a39a7ffbed6de468894c566c7dd2ee0c645cf6f8f211bfbcda70f03b4204e396fc0b081f457df9d27f93fc40d158bb641b8
 SHA512 
9f73dc383f7b717000d6d1f8f2f9114ee2be2457c9b352de68c01c1f9075c39ab4a9ef14fe67083bf1da1872240204eb2642fbf7b5a871a5ad044191e0774d88
 DIST ovs-2.17.1.post1.tar.gz 104766 BLAKE2B 
e1cb471f7f3f3b8461292c79ee5318a36d70c2ee55947bfa0274277e36514d20ad9293cb8c602e0b2c82a590397869fe51f52ee2579255bb8163014d58dccaf7
 SHA512 
772e7b4768f1e7fe1f2be700a0eb6bc539459e4c70432c45e7f7877b060f4c845eaa5a974f2b2264af621f5f43b97da30a9fe344a53904ec0008393689e6b895

diff --git a/dev-python/ovs/ovs-2.13.3.ebuild b/dev-python/ovs/ovs-2.13.3.ebuild
deleted file mode 100644
index ed7b35f3de4b..
--- a/dev-python/ovs/ovs-2.13.3.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_9 )
-
-inherit distutils-r1
-
-DESCRIPTION="OVS bindings for python"
-HOMEPAGE="https://github.com/openvswitch/ovs/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-
-RDEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/ovs/

2023-03-15 Thread Michał Górny
commit: 0386d44a76bc5f6cdabbd93ddcbd1b86ed3c0b24
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 15 17:47:06 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 16 03:59:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0386d44a

dev-python/ovs: Use pypi.eclass

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/ovs/ovs-2.17.1_p1.ebuild | 6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/dev-python/ovs/ovs-2.17.1_p1.ebuild 
b/dev-python/ovs/ovs-2.17.1_p1.ebuild
index 95604fae8bfb..ad19dd3a261f 100644
--- a/dev-python/ovs/ovs-2.17.1_p1.ebuild
+++ b/dev-python/ovs/ovs-2.17.1_p1.ebuild
@@ -5,14 +5,10 @@ EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
-
-MY_P=${P/_p/.post}
+inherit distutils-r1 pypi
 
 DESCRIPTION="OVS bindings for python"
 HOMEPAGE="https://github.com/openvswitch/ovs/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
-S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: dev-python/ovs/

2023-02-01 Thread Sam James
commit: a96f59209519b8a06d35fcdc552a1a53a1c91eff
Author: Stijn Tintel  linux-ipv6  be>
AuthorDate: Thu Feb  2 00:02:05 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  2 04:49:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a96f5920

dev-python/ovs: keyword 2.17.1_p1 for ~ppc64

Tested on a POWER8 server with 802.1Q, 802.3ad and libvirt.

Signed-off-by: Stijn Tintel  linux-ipv6.be>
Signed-off-by: Sam James  gentoo.org>

 dev-python/ovs/ovs-2.17.1_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ovs/ovs-2.17.1_p1.ebuild 
b/dev-python/ovs/ovs-2.17.1_p1.ebuild
index 90b68539c543..95604fae8bfb 100644
--- a/dev-python/ovs/ovs-2.17.1_p1.ebuild
+++ b/dev-python/ovs/ovs-2.17.1_p1.ebuild
@@ -16,6 +16,6 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86"
 
 RDEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/ovs/

2022-06-22 Thread Michał Górny
commit: 27fd56f525d794db8ca05b7f58a996098f47c96c
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun 22 11:54:28 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 22 12:00:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27fd56f5

dev-python/ovs: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/ovs/Manifest  |  1 -
 dev-python/ovs/ovs-2.13.0.ebuild | 19 ---
 2 files changed, 20 deletions(-)

diff --git a/dev-python/ovs/Manifest b/dev-python/ovs/Manifest
index 92b4eaa75be2..c90aa259ddd3 100644
--- a/dev-python/ovs/Manifest
+++ b/dev-python/ovs/Manifest
@@ -1,3 +1,2 @@
-DIST ovs-2.13.0.tar.gz 100450 BLAKE2B 
943486bf0aad0e8e9eac96c85aeccb32fd36c60689623acc76175eafc286f4689142d6ea6953224e0a4ea8e4437c56738cb5b113286114de0898bf783cd49668
 SHA512 
7ec8980257ae87d24dbabc5900cf81253490bcfa0431f96b79280603da04a972fc536055bf532d2b251e03e007b49b34e8118b0f323e5fee05c116824d68562c
 DIST ovs-2.13.3.tar.gz 102736 BLAKE2B 
ee6f10a41bf46534d3963360a63a0a39a7ffbed6de468894c566c7dd2ee0c645cf6f8f211bfbcda70f03b4204e396fc0b081f457df9d27f93fc40d158bb641b8
 SHA512 
9f73dc383f7b717000d6d1f8f2f9114ee2be2457c9b352de68c01c1f9075c39ab4a9ef14fe67083bf1da1872240204eb2642fbf7b5a871a5ad044191e0774d88
 DIST ovs-2.17.1.post1.tar.gz 104766 BLAKE2B 
e1cb471f7f3f3b8461292c79ee5318a36d70c2ee55947bfa0274277e36514d20ad9293cb8c602e0b2c82a590397869fe51f52ee2579255bb8163014d58dccaf7
 SHA512 
772e7b4768f1e7fe1f2be700a0eb6bc539459e4c70432c45e7f7877b060f4c845eaa5a974f2b2264af621f5f43b97da30a9fe344a53904ec0008393689e6b895

diff --git a/dev-python/ovs/ovs-2.13.0.ebuild b/dev-python/ovs/ovs-2.13.0.ebuild
deleted file mode 100644
index b1d107f7d83b..
--- a/dev-python/ovs/ovs-2.13.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit distutils-r1
-
-DESCRIPTION="OVS bindings for python"
-HOMEPAGE="https://github.com/openvswitch/ovs/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-
-RDEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/ovs/

2022-06-22 Thread Agostino Sarubbo
commit: 9f428c4255df9427b9026b45e1a8c681511f2540
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun 22 10:15:24 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun 22 10:15:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f428c42

dev-python/ovs: x86 stable wrt bug #853466

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/ovs/ovs-2.17.1_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ovs/ovs-2.17.1_p1.ebuild 
b/dev-python/ovs/ovs-2.17.1_p1.ebuild
index 3b862ad24e07..e7cd6f385273 100644
--- a/dev-python/ovs/ovs-2.17.1_p1.ebuild
+++ b/dev-python/ovs/ovs-2.17.1_p1.ebuild
@@ -16,6 +16,6 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 RDEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/ovs/

2022-06-22 Thread Agostino Sarubbo
commit: 1cce988bf10ae1274cf259e24cd3e0b0b150cd42
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun 22 10:09:02 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun 22 10:09:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cce988b

dev-python/ovs: amd64 stable wrt bug #853466

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/ovs/ovs-2.17.1_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ovs/ovs-2.17.1_p1.ebuild 
b/dev-python/ovs/ovs-2.17.1_p1.ebuild
index df0de6053b92..3b862ad24e07 100644
--- a/dev-python/ovs/ovs-2.17.1_p1.ebuild
+++ b/dev-python/ovs/ovs-2.17.1_p1.ebuild
@@ -16,6 +16,6 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 
 RDEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/ovs/

2022-06-01 Thread Arthur Zamarin
commit: 100ef5ea4064276a3cd854af41473728e5fb478a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Jun  1 18:10:19 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Jun  1 18:10:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=100ef5ea

dev-python/ovs: enable py3.11

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/ovs/ovs-2.17.1_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ovs/ovs-2.17.1_p1.ebuild 
b/dev-python/ovs/ovs-2.17.1_p1.ebuild
index f0cef5068684..df0de6053b92 100644
--- a/dev-python/ovs/ovs-2.17.1_p1.ebuild
+++ b/dev-python/ovs/ovs-2.17.1_p1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 inherit distutils-r1
 
 MY_P=${P/_p/.post}



[gentoo-commits] repo/gentoo:master commit in: dev-python/ovs/

2022-05-05 Thread Arthur Zamarin
commit: 41058480dd2de8d25b5ab6055543cd5ed4b23a54
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu May  5 07:25:51 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu May  5 07:25:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41058480

dev-python/ovs: add 2.17.1_p1, enable py3.10, cleanup

Closes: https://bugs.gentoo.org/841569
Closes: https://bugs.gentoo.org/722582
Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/ovs/Manifest |  1 +
 dev-python/ovs/ovs-2.17.1_p1.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-python/ovs/Manifest b/dev-python/ovs/Manifest
index 2d96592bd0aa..92b4eaa75be2 100644
--- a/dev-python/ovs/Manifest
+++ b/dev-python/ovs/Manifest
@@ -1,2 +1,3 @@
 DIST ovs-2.13.0.tar.gz 100450 BLAKE2B 
943486bf0aad0e8e9eac96c85aeccb32fd36c60689623acc76175eafc286f4689142d6ea6953224e0a4ea8e4437c56738cb5b113286114de0898bf783cd49668
 SHA512 
7ec8980257ae87d24dbabc5900cf81253490bcfa0431f96b79280603da04a972fc536055bf532d2b251e03e007b49b34e8118b0f323e5fee05c116824d68562c
 DIST ovs-2.13.3.tar.gz 102736 BLAKE2B 
ee6f10a41bf46534d3963360a63a0a39a7ffbed6de468894c566c7dd2ee0c645cf6f8f211bfbcda70f03b4204e396fc0b081f457df9d27f93fc40d158bb641b8
 SHA512 
9f73dc383f7b717000d6d1f8f2f9114ee2be2457c9b352de68c01c1f9075c39ab4a9ef14fe67083bf1da1872240204eb2642fbf7b5a871a5ad044191e0774d88
+DIST ovs-2.17.1.post1.tar.gz 104766 BLAKE2B 
e1cb471f7f3f3b8461292c79ee5318a36d70c2ee55947bfa0274277e36514d20ad9293cb8c602e0b2c82a590397869fe51f52ee2579255bb8163014d58dccaf7
 SHA512 
772e7b4768f1e7fe1f2be700a0eb6bc539459e4c70432c45e7f7877b060f4c845eaa5a974f2b2264af621f5f43b97da30a9fe344a53904ec0008393689e6b895

diff --git a/dev-python/ovs/ovs-2.17.1_p1.ebuild 
b/dev-python/ovs/ovs-2.17.1_p1.ebuild
new file mode 100644
index ..f0cef5068684
--- /dev/null
+++ b/dev-python/ovs/ovs-2.17.1_p1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+MY_P=${P/_p/.post}
+
+DESCRIPTION="OVS bindings for python"
+HOMEPAGE="https://github.com/openvswitch/ovs/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/ovs/

2021-06-05 Thread Matthew Thode
commit: 338f882182f5aa301b74e15654bbdd2d9504e8f8
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Jun  5 20:45:36 2021 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Jun  5 20:46:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=338f8821

dev-python/ovs: 2.13.3 stable amd64/x86

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/ovs/ovs-2.13.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ovs/ovs-2.13.3.ebuild b/dev-python/ovs/ovs-2.13.3.ebuild
index 23609331666..2d024aad455 100644
--- a/dev-python/ovs/ovs-2.13.3.ebuild
+++ b/dev-python/ovs/ovs-2.13.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 RDEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: dev-python/ovs/

2021-06-05 Thread Matthew Thode
commit: ab2ef026f20bc2762811b3776fa77aaafa71ba04
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Jun  5 20:44:47 2021 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Jun  5 20:46:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab2ef026

dev-python/ovs: 2.13.3 bump

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/ovs/Manifest  |  1 +
 dev-python/ovs/ovs-2.13.3.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/dev-python/ovs/Manifest b/dev-python/ovs/Manifest
index cc0ac3b7f93..2d96592bd0a 100644
--- a/dev-python/ovs/Manifest
+++ b/dev-python/ovs/Manifest
@@ -1 +1,2 @@
 DIST ovs-2.13.0.tar.gz 100450 BLAKE2B 
943486bf0aad0e8e9eac96c85aeccb32fd36c60689623acc76175eafc286f4689142d6ea6953224e0a4ea8e4437c56738cb5b113286114de0898bf783cd49668
 SHA512 
7ec8980257ae87d24dbabc5900cf81253490bcfa0431f96b79280603da04a972fc536055bf532d2b251e03e007b49b34e8118b0f323e5fee05c116824d68562c
+DIST ovs-2.13.3.tar.gz 102736 BLAKE2B 
ee6f10a41bf46534d3963360a63a0a39a7ffbed6de468894c566c7dd2ee0c645cf6f8f211bfbcda70f03b4204e396fc0b081f457df9d27f93fc40d158bb641b8
 SHA512 
9f73dc383f7b717000d6d1f8f2f9114ee2be2457c9b352de68c01c1f9075c39ab4a9ef14fe67083bf1da1872240204eb2642fbf7b5a871a5ad044191e0774d88

diff --git a/dev-python/ovs/ovs-2.13.3.ebuild b/dev-python/ovs/ovs-2.13.3.ebuild
new file mode 100644
index 000..23609331666
--- /dev/null
+++ b/dev-python/ovs/ovs-2.13.3.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit distutils-r1
+
+DESCRIPTION="OVS bindings for python."
+HOMEPAGE="https://github.com/openvswitch/ovs/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/ovs/

2020-12-21 Thread Matthew Thode
commit: b048949c8802a8ba0fa4407522c4777bc1aef957
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Dec 22 01:34:16 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Dec 22 01:47:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b048949c

dev-python/ovs: add py39

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/ovs/ovs-2.13.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ovs/ovs-2.13.0.ebuild b/dev-python/ovs/ovs-2.13.0.ebuild
index f6e3fdf10c2..a35fe00f924 100644
--- a/dev-python/ovs/ovs-2.13.0.ebuild
+++ b/dev-python/ovs/ovs-2.13.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/ovs/

2020-06-23 Thread Matthew Thode
commit: bca459ecbf9ba78c1481ed0979041c9bb5b14186
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Jun 23 18:29:32 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Jun 23 18:39:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bca459ec

dev-python/ovs: mark 2.13.0 stable x86

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/ovs/metadata.xml  | 3 ---
 dev-python/ovs/ovs-2.13.0.ebuild | 2 +-
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-python/ovs/metadata.xml b/dev-python/ovs/metadata.xml
index 1e0143ee373..e4b456ef3e3 100644
--- a/dev-python/ovs/metadata.xml
+++ b/dev-python/ovs/metadata.xml
@@ -5,9 +5,6 @@
prometheanf...@gentoo.org
Matthew Thode

-   
-   Openvsywitch python bindings
-   

openvswitch/ovs
ovs

diff --git a/dev-python/ovs/ovs-2.13.0.ebuild b/dev-python/ovs/ovs-2.13.0.ebuild
index 2cdc6e7a0c2..f6e3fdf10c2 100644
--- a/dev-python/ovs/ovs-2.13.0.ebuild
+++ b/dev-python/ovs/ovs-2.13.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 RDEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: dev-python/ovs/

2020-06-23 Thread Matthew Thode
commit: cb5504843445357effab64c71f32c2b29c963ed9
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Jun 23 18:25:33 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Jun 23 18:39:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb550484

dev-python/ovs: 2.10.0 cleanup

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/ovs/Manifest |  1 -
 dev-python/ovs/ovs-2.10.0-r1.ebuild | 19 ---
 2 files changed, 20 deletions(-)

diff --git a/dev-python/ovs/Manifest b/dev-python/ovs/Manifest
index 4b12b669448..7a705c8f206 100644
--- a/dev-python/ovs/Manifest
+++ b/dev-python/ovs/Manifest
@@ -1,3 +1,2 @@
-DIST ovs-2.10.0.tar.gz 98548 BLAKE2B 
9ab3ea02dbfab1622106ead1e19a96b279d73ee758fbdcfadcb50526b8652a80443c817513b0df92b78a6e788d7215386f18c5e9e59d71536cf481eac8b3a264
 SHA512 
9b7de41aceb2f3c08df765b97c5149cd66579f361b427b3bb6c24ab20cf922de688a82a99b1d98778311f15b37c73be2769a95b01c96db4fed122e272aab2adf
 DIST ovs-2.11.0.tar.gz 98933 BLAKE2B 
8735cd4db64291790327fc1e8b144b76e4804472a0488d57686c9eaf51ec1ee4cc0d4e1b0c3aaf979b547936c77cdb6f7656b0b16e16df45fe0d9b8c5f8d
 SHA512 
104d9f783a1ff0bfe93fc17235c7a9d595fab5007ee3bb490ef064f7893756fdc4c7306c0b03f4c2fb5179efbb038ed163ca4de8c9c417426c6e157c0f17c39b
 DIST ovs-2.13.0.tar.gz 100450 BLAKE2B 
943486bf0aad0e8e9eac96c85aeccb32fd36c60689623acc76175eafc286f4689142d6ea6953224e0a4ea8e4437c56738cb5b113286114de0898bf783cd49668
 SHA512 
7ec8980257ae87d24dbabc5900cf81253490bcfa0431f96b79280603da04a972fc536055bf532d2b251e03e007b49b34e8118b0f323e5fee05c116824d68562c

diff --git a/dev-python/ovs/ovs-2.10.0-r1.ebuild 
b/dev-python/ovs/ovs-2.10.0-r1.ebuild
deleted file mode 100644
index ffad9a0f090..000
--- a/dev-python/ovs/ovs-2.10.0-r1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="OVS bindings for python."
-HOMEPAGE="https://github.com/openvswitch/ovs/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-
-RDEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/ovs/

2020-05-11 Thread Agostino Sarubbo
commit: fc80171b17c5068231f0492bc6df779a9608670e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon May 11 16:44:59 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon May 11 16:44:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc80171b

dev-python/ovs: amd64 stable wrt bug #721632

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/ovs/ovs-2.13.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ovs/ovs-2.13.0.ebuild b/dev-python/ovs/ovs-2.13.0.ebuild
index 200bf277d48..2cdc6e7a0c2 100644
--- a/dev-python/ovs/ovs-2.13.0.ebuild
+++ b/dev-python/ovs/ovs-2.13.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 
 RDEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: dev-python/ovs/

2020-04-23 Thread Matthew Thode
commit: 7673eb73a22aadefe9602b59e924f7a3bbb2887d
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Apr 23 19:17:13 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Apr 23 19:19:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7673eb73

dev-python/ovs: 2.13.0 bump

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/ovs/Manifest  |  1 +
 dev-python/ovs/ovs-2.13.0.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/dev-python/ovs/Manifest b/dev-python/ovs/Manifest
index d32b6061605..4b12b669448 100644
--- a/dev-python/ovs/Manifest
+++ b/dev-python/ovs/Manifest
@@ -1,2 +1,3 @@
 DIST ovs-2.10.0.tar.gz 98548 BLAKE2B 
9ab3ea02dbfab1622106ead1e19a96b279d73ee758fbdcfadcb50526b8652a80443c817513b0df92b78a6e788d7215386f18c5e9e59d71536cf481eac8b3a264
 SHA512 
9b7de41aceb2f3c08df765b97c5149cd66579f361b427b3bb6c24ab20cf922de688a82a99b1d98778311f15b37c73be2769a95b01c96db4fed122e272aab2adf
 DIST ovs-2.11.0.tar.gz 98933 BLAKE2B 
8735cd4db64291790327fc1e8b144b76e4804472a0488d57686c9eaf51ec1ee4cc0d4e1b0c3aaf979b547936c77cdb6f7656b0b16e16df45fe0d9b8c5f8d
 SHA512 
104d9f783a1ff0bfe93fc17235c7a9d595fab5007ee3bb490ef064f7893756fdc4c7306c0b03f4c2fb5179efbb038ed163ca4de8c9c417426c6e157c0f17c39b
+DIST ovs-2.13.0.tar.gz 100450 BLAKE2B 
943486bf0aad0e8e9eac96c85aeccb32fd36c60689623acc76175eafc286f4689142d6ea6953224e0a4ea8e4437c56738cb5b113286114de0898bf783cd49668
 SHA512 
7ec8980257ae87d24dbabc5900cf81253490bcfa0431f96b79280603da04a972fc536055bf532d2b251e03e007b49b34e8118b0f323e5fee05c116824d68562c

diff --git a/dev-python/ovs/ovs-2.13.0.ebuild b/dev-python/ovs/ovs-2.13.0.ebuild
new file mode 100644
index 000..200bf277d48
--- /dev/null
+++ b/dev-python/ovs/ovs-2.13.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="OVS bindings for python."
+HOMEPAGE="https://github.com/openvswitch/ovs/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/ovs/

2020-02-05 Thread Michał Górny
commit: f445b0f92db3cb5c6dcb3f8e936c9dd2a46acbec
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb  5 16:49:09 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb  5 16:53:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f445b0f9

dev-python/ovs: Remove py2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/ovs/ovs-2.10.0-r1.ebuild | 2 +-
 dev-python/ovs/ovs-2.11.0.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/ovs/ovs-2.10.0-r1.ebuild 
b/dev-python/ovs/ovs-2.10.0-r1.ebuild
index 03925b669f3..ffad9a0f090 100644
--- a/dev-python/ovs/ovs-2.10.0-r1.ebuild
+++ b/dev-python/ovs/ovs-2.10.0-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 

diff --git a/dev-python/ovs/ovs-2.11.0.ebuild b/dev-python/ovs/ovs-2.11.0.ebuild
index 03925b669f3..ffad9a0f090 100644
--- a/dev-python/ovs/ovs-2.11.0.ebuild
+++ b/dev-python/ovs/ovs-2.11.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/ovs/

2019-07-27 Thread Matthew Thode
commit: 0e11466e0ac6d3a47f45afeba9838f463bc631c1
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Jul 27 18:04:47 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Jul 27 18:14:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e11466e

dev-python/ovs: 2.11.0 stable amd64 and x86

Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/ovs/ovs-2.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ovs/ovs-2.11.0.ebuild b/dev-python/ovs/ovs-2.11.0.ebuild
index 446dd305855..2006c9e9959 100644
--- a/dev-python/ovs/ovs-2.11.0.ebuild
+++ b/dev-python/ovs/ovs-2.11.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 RDEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: dev-python/ovs/

2019-06-27 Thread Matthew Thode
commit: 81e72f34c5444305e6a6ee9de1b3bd79e419a111
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Jun 27 15:34:26 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Jun 27 15:34:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81e72f34

dev-python/ovs: 2.11.0 bump

Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/ovs/Manifest  |  1 +
 dev-python/ovs/ovs-2.11.0.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/dev-python/ovs/Manifest b/dev-python/ovs/Manifest
index 5d0b2613046..4417af32494 100644
--- a/dev-python/ovs/Manifest
+++ b/dev-python/ovs/Manifest
@@ -1,4 +1,5 @@
 DIST ovs-2.10.0.tar.gz 98548 BLAKE2B 
9ab3ea02dbfab1622106ead1e19a96b279d73ee758fbdcfadcb50526b8652a80443c817513b0df92b78a6e788d7215386f18c5e9e59d71536cf481eac8b3a264
 SHA512 
9b7de41aceb2f3c08df765b97c5149cd66579f361b427b3bb6c24ab20cf922de688a82a99b1d98778311f15b37c73be2769a95b01c96db4fed122e272aab2adf
+DIST ovs-2.11.0.tar.gz 98933 BLAKE2B 
8735cd4db64291790327fc1e8b144b76e4804472a0488d57686c9eaf51ec1ee4cc0d4e1b0c3aaf979b547936c77cdb6f7656b0b16e16df45fe0d9b8c5f8d
 SHA512 
104d9f783a1ff0bfe93fc17235c7a9d595fab5007ee3bb490ef064f7893756fdc4c7306c0b03f4c2fb5179efbb038ed163ca4de8c9c417426c6e157c0f17c39b
 DIST ovs-2.7.0.tar.gz 73714 BLAKE2B 
3edb76be6ddb20243b6d85c7bc67024c274f625c2f18cd4dd2fdbfa94b01d241edc4d83ce380aaa4374a75f4b392d36b79bd5fb81c8522be88dad4c277858be4
 SHA512 
6732721f494b0de24dd6b79ca12d45d7e2da8598906384c6fcc4cc0de4dadb87a822c5e0aa4c07065138a0837a850e7d07ae50e6dea9e0752beba667bf154e22
 DIST ovs-2.7.2.tar.gz 74222 BLAKE2B 
ecf1cfa9cde4824ba927f4fed610ca11129d221f4ecb2c0f0fc701f0fe2a9b86fdc67332b0e0270b0eb1047aeb49fd41d153a212416754180a35dd916cef59e4
 SHA512 
568f256a2ad204d5b4a237f1f52c903a1041bb03e30b56e390ea4995c646b49225f69eb5804faf996a9db56916398597100a16ff86bd6798d01ee427073c89ac
 DIST ovs-2.8.1.tar.gz 74483 BLAKE2B 
a90904e645316b625c7fddcc323270bbb6246d59432392bfbcb05ed0ae258f1fcc0afe7a3716dad519d47725a3f765c99c59dcffc30bc5343de59ccf523cfa76
 SHA512 
b7133f5c2ae00d508d77122952584cba840d4a22231d1a42105ba2918cf598b12b58c47408c17405bb3c9aa90d24a3d0a9257299626704e367badc982aba62ee

diff --git a/dev-python/ovs/ovs-2.11.0.ebuild b/dev-python/ovs/ovs-2.11.0.ebuild
new file mode 100644
index 000..446dd305855
--- /dev/null
+++ b/dev-python/ovs/ovs-2.11.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="OVS bindings for python."
+HOMEPAGE="https://github.com/openvswitch/ovs/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/ovs/

2019-04-15 Thread Matthew Thode
commit: d6e7db2e3adfb20a6d2104857f8e9cbacd270068
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Apr 16 05:38:21 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Apr 16 05:40:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6e7db2e

dev-python/ovs: add missing dep

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/ovs/{ovs-2.10.0.ebuild => ovs-2.10.0-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ovs/ovs-2.10.0.ebuild 
b/dev-python/ovs/ovs-2.10.0-r1.ebuild
similarity index 88%
rename from dev-python/ovs/ovs-2.10.0.ebuild
rename to dev-python/ovs/ovs-2.10.0-r1.ebuild
index b7369092ff6..bde0c855776 100644
--- a/dev-python/ovs/ovs-2.10.0.ebuild
+++ b/dev-python/ovs/ovs-2.10.0-r1.ebuild
@@ -14,6 +14,6 @@ LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64 ~arm64 ~x86"
 
-RDEPEND=""
+RDEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/ovs/

2019-04-12 Thread Matthew Thode
commit: f302c0d3565fe2de4907c9011fb64261934b380e
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Apr 12 19:12:12 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Fri Apr 12 19:43:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f302c0d3

dev-python/ovs: add py37 support to 2.10.0

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/ovs/ovs-2.10.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/ovs/ovs-2.10.0.ebuild b/dev-python/ovs/ovs-2.10.0.ebuild
index 14b22828b0d..b7369092ff6 100644
--- a/dev-python/ovs/ovs-2.10.0.ebuild
+++ b/dev-python/ovs/ovs-2.10.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/ovs/

2018-12-19 Thread Matthew Thode
commit: 781f1f5d6b73c368f9cce81d78feee659eee9685
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Dec 19 21:05:24 2018 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Dec 19 21:06:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=781f1f5d

dev-python/ovs: 2.10.0 bump

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/ovs/Manifest  |  1 +
 dev-python/ovs/ovs-2.10.0.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/dev-python/ovs/Manifest b/dev-python/ovs/Manifest
index 309706ed60a..5d0b2613046 100644
--- a/dev-python/ovs/Manifest
+++ b/dev-python/ovs/Manifest
@@ -1,3 +1,4 @@
+DIST ovs-2.10.0.tar.gz 98548 BLAKE2B 
9ab3ea02dbfab1622106ead1e19a96b279d73ee758fbdcfadcb50526b8652a80443c817513b0df92b78a6e788d7215386f18c5e9e59d71536cf481eac8b3a264
 SHA512 
9b7de41aceb2f3c08df765b97c5149cd66579f361b427b3bb6c24ab20cf922de688a82a99b1d98778311f15b37c73be2769a95b01c96db4fed122e272aab2adf
 DIST ovs-2.7.0.tar.gz 73714 BLAKE2B 
3edb76be6ddb20243b6d85c7bc67024c274f625c2f18cd4dd2fdbfa94b01d241edc4d83ce380aaa4374a75f4b392d36b79bd5fb81c8522be88dad4c277858be4
 SHA512 
6732721f494b0de24dd6b79ca12d45d7e2da8598906384c6fcc4cc0de4dadb87a822c5e0aa4c07065138a0837a850e7d07ae50e6dea9e0752beba667bf154e22
 DIST ovs-2.7.2.tar.gz 74222 BLAKE2B 
ecf1cfa9cde4824ba927f4fed610ca11129d221f4ecb2c0f0fc701f0fe2a9b86fdc67332b0e0270b0eb1047aeb49fd41d153a212416754180a35dd916cef59e4
 SHA512 
568f256a2ad204d5b4a237f1f52c903a1041bb03e30b56e390ea4995c646b49225f69eb5804faf996a9db56916398597100a16ff86bd6798d01ee427073c89ac
 DIST ovs-2.8.1.tar.gz 74483 BLAKE2B 
a90904e645316b625c7fddcc323270bbb6246d59432392bfbcb05ed0ae258f1fcc0afe7a3716dad519d47725a3f765c99c59dcffc30bc5343de59ccf523cfa76
 SHA512 
b7133f5c2ae00d508d77122952584cba840d4a22231d1a42105ba2918cf598b12b58c47408c17405bb3c9aa90d24a3d0a9257299626704e367badc982aba62ee

diff --git a/dev-python/ovs/ovs-2.10.0.ebuild b/dev-python/ovs/ovs-2.10.0.ebuild
new file mode 100644
index 000..14b22828b0d
--- /dev/null
+++ b/dev-python/ovs/ovs-2.10.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="OVS bindings for python."
+HOMEPAGE="https://github.com/openvswitch/ovs/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/ovs/

2018-09-21 Thread Matt Thode
commit: bb3b6b62f2f92248f82bddfbd55c892d4691
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Sep 21 22:37:55 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Sep 21 22:37:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb3b6b62

dev-python/ovs: 2.9.2 stable amd64 and x86

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-python/ovs/ovs-2.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ovs/ovs-2.9.2.ebuild b/dev-python/ovs/ovs-2.9.2.ebuild
index 35cc54cdb5a..a3a94e18e8f 100644
--- a/dev-python/ovs/ovs-2.9.2.ebuild
+++ b/dev-python/ovs/ovs-2.9.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 RDEPEND=""
 DEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: dev-python/ovs/

2018-09-21 Thread Matt Thode
commit: 7c35cac11ad9312c8c29fd9c52dda5569f662a41
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Sep 21 22:17:27 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Sep 21 22:32:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c35cac1

dev-python/ovs: 2.9.2 bup

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-python/ovs/Manifest |  1 +
 dev-python/ovs/ovs-2.9.2.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/dev-python/ovs/Manifest b/dev-python/ovs/Manifest
index 367901e7bf7..309706ed60a 100644
--- a/dev-python/ovs/Manifest
+++ b/dev-python/ovs/Manifest
@@ -1,3 +1,4 @@
 DIST ovs-2.7.0.tar.gz 73714 BLAKE2B 
3edb76be6ddb20243b6d85c7bc67024c274f625c2f18cd4dd2fdbfa94b01d241edc4d83ce380aaa4374a75f4b392d36b79bd5fb81c8522be88dad4c277858be4
 SHA512 
6732721f494b0de24dd6b79ca12d45d7e2da8598906384c6fcc4cc0de4dadb87a822c5e0aa4c07065138a0837a850e7d07ae50e6dea9e0752beba667bf154e22
 DIST ovs-2.7.2.tar.gz 74222 BLAKE2B 
ecf1cfa9cde4824ba927f4fed610ca11129d221f4ecb2c0f0fc701f0fe2a9b86fdc67332b0e0270b0eb1047aeb49fd41d153a212416754180a35dd916cef59e4
 SHA512 
568f256a2ad204d5b4a237f1f52c903a1041bb03e30b56e390ea4995c646b49225f69eb5804faf996a9db56916398597100a16ff86bd6798d01ee427073c89ac
 DIST ovs-2.8.1.tar.gz 74483 BLAKE2B 
a90904e645316b625c7fddcc323270bbb6246d59432392bfbcb05ed0ae258f1fcc0afe7a3716dad519d47725a3f765c99c59dcffc30bc5343de59ccf523cfa76
 SHA512 
b7133f5c2ae00d508d77122952584cba840d4a22231d1a42105ba2918cf598b12b58c47408c17405bb3c9aa90d24a3d0a9257299626704e367badc982aba62ee
+DIST ovs-2.9.2.tar.gz 77160 BLAKE2B 
09304ebb6bdf22a2f62d7e89b159a99d861d4121fa52972ca6bd9d9667564e485a454d99aabb243556f2ba1db7fca8c635c9a4f237aee9ac8830c9b19a51039a
 SHA512 
aa5e5ebf633b36074278dc7fd67da05be71b5fcb139955a8398e40bd3dfe51654b016ef144477b818e5682c5612a16550487a89aa76cb41ee75509d62319a66b

diff --git a/dev-python/ovs/ovs-2.9.2.ebuild b/dev-python/ovs/ovs-2.9.2.ebuild
new file mode 100644
index 000..35cc54cdb5a
--- /dev/null
+++ b/dev-python/ovs/ovs-2.9.2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="OVS bindings for python."
+HOMEPAGE="https://github.com/openvswitch/ovs/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/ovs/

2018-06-26 Thread Pacho Ramos
commit: 03569eb55cb654b8e1e8ea55d0e4dfa6a834ceb4
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Jun 26 19:25:07 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Jun 26 19:50:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03569eb5

dev-python/ovs: Support python 3.6

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/ovs/ovs-2.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ovs/ovs-2.7.2.ebuild b/dev-python/ovs/ovs-2.7.2.ebuild
index 061820bd89c..5b85f0f6c0f 100644
--- a/dev-python/ovs/ovs-2.7.2.ebuild
+++ b/dev-python/ovs/ovs-2.7.2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/ovs/

2018-06-24 Thread Pacho Ramos
commit: 2e04e7fc730a4150cc6df2cf8512c4bd43805a08
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Jun 24 15:43:55 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Jun 24 16:21:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e04e7fc

dev-python/ovs: Support python3.6

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/ovs/ovs-2.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ovs/ovs-2.8.1.ebuild b/dev-python/ovs/ovs-2.8.1.ebuild
index 30f29815118..a3a94e18e8f 100644
--- a/dev-python/ovs/ovs-2.8.1.ebuild
+++ b/dev-python/ovs/ovs-2.8.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/ovs/

2018-04-06 Thread Aaron Bauman
commit: 65e0a4984d74651fa75bf1ad7f8db98a6c3aed69
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat Apr  7 03:01:36 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat Apr  7 03:01:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65e0a498

dev-python/ovs: amd64 stable

Bug: https://bugs.gentoo.org/633420
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-python/ovs/ovs-2.7.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/ovs/ovs-2.7.2.ebuild b/dev-python/ovs/ovs-2.7.2.ebuild
index b0aff0382bd..061820bd89c 100644
--- a/dev-python/ovs/ovs-2.7.2.ebuild
+++ b/dev-python/ovs/ovs-2.7.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 
 RDEPEND=""
 DEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: dev-python/ovs/

2018-03-30 Thread Matt Thode
commit: f0c855951fd29c230f004ac4acf11dc67bfeb779
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Mar 31 01:43:07 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Mar 31 01:53:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0c85595

dev-python/ovs: 2.8.1 stablized under allarchesa

Stablized for Openstack Queens

 dev-python/ovs/ovs-2.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ovs/ovs-2.8.1.ebuild b/dev-python/ovs/ovs-2.8.1.ebuild
index 21b86861627..30f29815118 100644
--- a/dev-python/ovs/ovs-2.8.1.ebuild
+++ b/dev-python/ovs/ovs-2.8.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 RDEPEND=""
 DEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: dev-python/ovs/

2018-03-16 Thread Matt Thode
commit: 330da59d3d1dfd553983d948134212dd02ec9135
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Mar 16 15:33:34 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Mar 16 15:34:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=330da59d

dev-python/ovs: removing old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-python/ovs/Manifest |  1 -
 dev-python/ovs/ovs-2.6.1.ebuild | 20 
 2 files changed, 21 deletions(-)

diff --git a/dev-python/ovs/Manifest b/dev-python/ovs/Manifest
index e58a35b0cfd..367901e7bf7 100644
--- a/dev-python/ovs/Manifest
+++ b/dev-python/ovs/Manifest
@@ -1,4 +1,3 @@
-DIST ovs-2.6.1.tar.gz 67436 BLAKE2B 
ae6947ca6430cc374d6292cf1b233d8d2edc2f2a3ff40110d36eaada1eca1f5c25231744d3f6638655ad0d54162f978d7756e745b02a292dc45cad75a78c1be0
 SHA512 
967baf44ccb36902fb28eb0df299bd9cca42a5cc030aa059d7cf90c79b8ad79ce8d854801acba4f711753bca47957485d6f4ad7deacd72cbce7d9fa9fba02292
 DIST ovs-2.7.0.tar.gz 73714 BLAKE2B 
3edb76be6ddb20243b6d85c7bc67024c274f625c2f18cd4dd2fdbfa94b01d241edc4d83ce380aaa4374a75f4b392d36b79bd5fb81c8522be88dad4c277858be4
 SHA512 
6732721f494b0de24dd6b79ca12d45d7e2da8598906384c6fcc4cc0de4dadb87a822c5e0aa4c07065138a0837a850e7d07ae50e6dea9e0752beba667bf154e22
 DIST ovs-2.7.2.tar.gz 74222 BLAKE2B 
ecf1cfa9cde4824ba927f4fed610ca11129d221f4ecb2c0f0fc701f0fe2a9b86fdc67332b0e0270b0eb1047aeb49fd41d153a212416754180a35dd916cef59e4
 SHA512 
568f256a2ad204d5b4a237f1f52c903a1041bb03e30b56e390ea4995c646b49225f69eb5804faf996a9db56916398597100a16ff86bd6798d01ee427073c89ac
 DIST ovs-2.8.1.tar.gz 74483 BLAKE2B 
a90904e645316b625c7fddcc323270bbb6246d59432392bfbcb05ed0ae258f1fcc0afe7a3716dad519d47725a3f765c99c59dcffc30bc5343de59ccf523cfa76
 SHA512 
b7133f5c2ae00d508d77122952584cba840d4a22231d1a42105ba2918cf598b12b58c47408c17405bb3c9aa90d24a3d0a9257299626704e367badc982aba62ee

diff --git a/dev-python/ovs/ovs-2.6.1.ebuild b/dev-python/ovs/ovs-2.6.1.ebuild
deleted file mode 100644
index 10f7756b446..000
--- a/dev-python/ovs/ovs-2.6.1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
-
-inherit distutils-r1
-
-DESCRIPTION="OVS bindings for python."
-HOMEPAGE="https://github.com/openvswitch/ovs/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-
-RDEPEND="!

[gentoo-commits] repo/gentoo:master commit in: dev-python/ovs/

2018-02-23 Thread Matt Thode
commit: aada2a3f929e820bf8601e21ac2a90491022cdff
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Feb 24 05:28:53 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Feb 24 05:51:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aada2a3f

dev-python/ovs: 2.8.1 bup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-python/ovs/Manifest   |  2 +-
 dev-python/ovs/{ovs-2.4.0.ebuild => ovs-2.8.1.ebuild} | 10 ++
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/dev-python/ovs/Manifest b/dev-python/ovs/Manifest
index 6641ed5e3a3..e58a35b0cfd 100644
--- a/dev-python/ovs/Manifest
+++ b/dev-python/ovs/Manifest
@@ -1,4 +1,4 @@
-DIST ovs-2.4.0.tar.gz 61230 BLAKE2B 
bfaa3e83dce8a4d7c11519b4d226f9674aa04def35ba773b9e5366ba382289dd27a29e8bac3d2594cd0f4bd1ea29eb222dcbc9e20cf66eb9d82272aa63a1d46d
 SHA512 
45dd7e040c56f8ef16a2ca1fddb769c6d2c67c729f1889dcd867d57d6de8fe4f6baafe99113db05e20adf41389feea2ea9f69739256842404edce6ac28782e07
 DIST ovs-2.6.1.tar.gz 67436 BLAKE2B 
ae6947ca6430cc374d6292cf1b233d8d2edc2f2a3ff40110d36eaada1eca1f5c25231744d3f6638655ad0d54162f978d7756e745b02a292dc45cad75a78c1be0
 SHA512 
967baf44ccb36902fb28eb0df299bd9cca42a5cc030aa059d7cf90c79b8ad79ce8d854801acba4f711753bca47957485d6f4ad7deacd72cbce7d9fa9fba02292
 DIST ovs-2.7.0.tar.gz 73714 BLAKE2B 
3edb76be6ddb20243b6d85c7bc67024c274f625c2f18cd4dd2fdbfa94b01d241edc4d83ce380aaa4374a75f4b392d36b79bd5fb81c8522be88dad4c277858be4
 SHA512 
6732721f494b0de24dd6b79ca12d45d7e2da8598906384c6fcc4cc0de4dadb87a822c5e0aa4c07065138a0837a850e7d07ae50e6dea9e0752beba667bf154e22
 DIST ovs-2.7.2.tar.gz 74222 BLAKE2B 
ecf1cfa9cde4824ba927f4fed610ca11129d221f4ecb2c0f0fc701f0fe2a9b86fdc67332b0e0270b0eb1047aeb49fd41d153a212416754180a35dd916cef59e4
 SHA512 
568f256a2ad204d5b4a237f1f52c903a1041bb03e30b56e390ea4995c646b49225f69eb5804faf996a9db56916398597100a16ff86bd6798d01ee427073c89ac
+DIST ovs-2.8.1.tar.gz 74483 BLAKE2B 
a90904e645316b625c7fddcc323270bbb6246d59432392bfbcb05ed0ae258f1fcc0afe7a3716dad519d47725a3f765c99c59dcffc30bc5343de59ccf523cfa76
 SHA512 
b7133f5c2ae00d508d77122952584cba840d4a22231d1a42105ba2918cf598b12b58c47408c17405bb3c9aa90d24a3d0a9257299626704e367badc982aba62ee

diff --git a/dev-python/ovs/ovs-2.4.0.ebuild b/dev-python/ovs/ovs-2.8.1.ebuild
similarity index 58%
rename from dev-python/ovs/ovs-2.4.0.ebuild
rename to dev-python/ovs/ovs-2.8.1.ebuild
index 2a3c619ee2b..21b86861627 100644
--- a/dev-python/ovs/ovs-2.4.0.ebuild
+++ b/dev-python/ovs/ovs-2.8.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
 
 inherit distutils-r1
 
@@ -12,6 +12,8 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND=""
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/ovs/

2017-10-03 Thread Matt Thode
commit: a98dd31b5eb974ae56b780d651386172f3db52a1
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Oct  4 00:50:42 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Oct  4 02:30:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a98dd31b

dev-python/ovs: bump for openvswitch-2.8.1

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-python/ovs/Manifest |  1 +
 dev-python/ovs/ovs-2.7.2.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/dev-python/ovs/Manifest b/dev-python/ovs/Manifest
index 82f0b88ee1a..c5e4961abd8 100644
--- a/dev-python/ovs/Manifest
+++ b/dev-python/ovs/Manifest
@@ -1,3 +1,4 @@
 DIST ovs-2.4.0.tar.gz 61230 SHA256 
ea38287b56fd19af24dd6d1c0098ccc8ded9e8f9daeb04b152e3835278becd01 SHA512 
45dd7e040c56f8ef16a2ca1fddb769c6d2c67c729f1889dcd867d57d6de8fe4f6baafe99113db05e20adf41389feea2ea9f69739256842404edce6ac28782e07
 WHIRLPOOL 
2dfde0a2eb334deea8bf88ceea15ad8c5e237cdd3e01cf6a0a7a5a1029bb7aca9bfc3ee83f88687d014723e82199776882ac89ccca1cac051142f48e46ad53a5
 DIST ovs-2.6.1.tar.gz 67436 SHA256 
939aa4e3135b02143907c850ab573d42c192b14a5c210cd6417a9489a7e65f3f SHA512 
967baf44ccb36902fb28eb0df299bd9cca42a5cc030aa059d7cf90c79b8ad79ce8d854801acba4f711753bca47957485d6f4ad7deacd72cbce7d9fa9fba02292
 WHIRLPOOL 
561ad0cab25e7471cd189f9ea3b1d6a358f2cd48fe78550c2020333db66eb8cb13fac9486a033e96b65abffb7e47924d1987d26b84030e9d568dc13542b6fad5
 DIST ovs-2.7.0.tar.gz 73714 SHA256 
a9bc0a530122e45bf0d0f4248dbaab58fec023db005b3038ba79ff20736c9e4a SHA512 
6732721f494b0de24dd6b79ca12d45d7e2da8598906384c6fcc4cc0de4dadb87a822c5e0aa4c07065138a0837a850e7d07ae50e6dea9e0752beba667bf154e22
 WHIRLPOOL 
eace56d7fc39d41f8b1dd551daf63dc0ae708f6e52a6752384a8c6f8e2a13b8692695b17afbee77fad8f0ee9d48576dd13cdf0b082c8215cb5e9602d4263d7c3
+DIST ovs-2.7.2.tar.gz 74222 SHA256 
24cc9e324b03ba8d5799f07edf6c8eef013d6cbf741707f42200b1674fd60928 SHA512 
568f256a2ad204d5b4a237f1f52c903a1041bb03e30b56e390ea4995c646b49225f69eb5804faf996a9db56916398597100a16ff86bd6798d01ee427073c89ac
 WHIRLPOOL 
3e03a9db516fc725b99ad209e7140266097dcc3508df11caa9cd99dd0450fc1c2cb0e5b06bb3d27c461c6917e6c239b75830ef1d7ed6c8440a141e2a3ac6cdde

diff --git a/dev-python/ovs/ovs-2.7.2.ebuild b/dev-python/ovs/ovs-2.7.2.ebuild
new file mode 100644
index 000..b0aff0382bd
--- /dev/null
+++ b/dev-python/ovs/ovs-2.7.2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+
+inherit distutils-r1
+
+DESCRIPTION="OVS bindings for python."
+HOMEPAGE="https://github.com/openvswitch/ovs/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/ovs/

2017-03-28 Thread Matt Thode
commit: e93de0c56d493d70a71e53cc0c3ea00ef956a0f7
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Mar 29 00:12:49 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Mar 29 00:22:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e93de0c5

dev-python/ovs: 2.7.0 stable amd64 and x86

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/ovs/ovs-2.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ovs/ovs-2.7.0.ebuild b/dev-python/ovs/ovs-2.7.0.ebuild
index 5958de06906..10f7756b446 100644
--- a/dev-python/ovs/ovs-2.7.0.ebuild
+++ b/dev-python/ovs/ovs-2.7.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 

[gentoo-commits] repo/gentoo:master commit in: dev-python/ovs/

2017-03-04 Thread Matt Thode
commit: 592e3eaca6dd6c735d2a7b09fefb0a878ddb78f4
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Mar  5 04:45:22 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sun Mar  5 04:45:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=592e3eac

dev-python/ovs: 2.6.1 stable amd64 and x86

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/ovs/ovs-2.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ovs/ovs-2.6.1.ebuild b/dev-python/ovs/ovs-2.6.1.ebuild
index 5958de06906..10f7756b446 100644
--- a/dev-python/ovs/ovs-2.6.1.ebuild
+++ b/dev-python/ovs/ovs-2.6.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 

[gentoo-commits] repo/gentoo:master commit in: dev-python/ovs/

2017-03-04 Thread Matt Thode
commit: 999067a7b165433924c9a61756e0131f68698d21
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Mar  5 04:46:50 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sun Mar  5 04:46:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=999067a7

dev-python/ovs: cleanup

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/ovs/Manifest |  1 -
 dev-python/ovs/ovs-2.6.0.ebuild | 20 
 2 files changed, 21 deletions(-)

diff --git a/dev-python/ovs/Manifest b/dev-python/ovs/Manifest
index bc460b4d82c..82f0b88ee1a 100644
--- a/dev-python/ovs/Manifest
+++ b/dev-python/ovs/Manifest
@@ -1,4 +1,3 @@
 DIST ovs-2.4.0.tar.gz 61230 SHA256 
ea38287b56fd19af24dd6d1c0098ccc8ded9e8f9daeb04b152e3835278becd01 SHA512 
45dd7e040c56f8ef16a2ca1fddb769c6d2c67c729f1889dcd867d57d6de8fe4f6baafe99113db05e20adf41389feea2ea9f69739256842404edce6ac28782e07
 WHIRLPOOL 
2dfde0a2eb334deea8bf88ceea15ad8c5e237cdd3e01cf6a0a7a5a1029bb7aca9bfc3ee83f88687d014723e82199776882ac89ccca1cac051142f48e46ad53a5
-DIST ovs-2.6.0.tar.gz 67450 SHA256 
f30d7c4bf06398f5b0d5992d0460e90efb1b8334337fd27078ec28a5c9e34d89 SHA512 
6efc35a6935253cbf5f7b17b200d79e8c705c43c465668fbe060d76708728b27a537e25120539628ea10d041643caa61d70871adf6d6dfdbd394cc221cc0bd63
 WHIRLPOOL 
08cf29e1fe2bc3caf744a35b3bdedba4111b8cca5646e72aaea9290a8a211cf2240043e6ee329357a9f85956d8feb0e396bb083d4eafb34552d4b09c771f1b21
 DIST ovs-2.6.1.tar.gz 67436 SHA256 
939aa4e3135b02143907c850ab573d42c192b14a5c210cd6417a9489a7e65f3f SHA512 
967baf44ccb36902fb28eb0df299bd9cca42a5cc030aa059d7cf90c79b8ad79ce8d854801acba4f711753bca47957485d6f4ad7deacd72cbce7d9fa9fba02292
 WHIRLPOOL 
561ad0cab25e7471cd189f9ea3b1d6a358f2cd48fe78550c2020333db66eb8cb13fac9486a033e96b65abffb7e47924d1987d26b84030e9d568dc13542b6fad5
 DIST ovs-2.7.0.tar.gz 73714 SHA256 
a9bc0a530122e45bf0d0f4248dbaab58fec023db005b3038ba79ff20736c9e4a SHA512 
6732721f494b0de24dd6b79ca12d45d7e2da8598906384c6fcc4cc0de4dadb87a822c5e0aa4c07065138a0837a850e7d07ae50e6dea9e0752beba667bf154e22
 WHIRLPOOL 
eace56d7fc39d41f8b1dd551daf63dc0ae708f6e52a6752384a8c6f8e2a13b8692695b17afbee77fad8f0ee9d48576dd13cdf0b082c8215cb5e9602d4263d7c3

diff --git a/dev-python/ovs/ovs-2.6.0.ebuild b/dev-python/ovs/ovs-2.6.0.ebuild
deleted file mode 100644
index 10f7756b446..000
--- a/dev-python/ovs/ovs-2.6.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
-
-inherit distutils-r1
-
-DESCRIPTION="OVS bindings for python."
-HOMEPAGE="https://github.com/openvswitch/ovs/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-
-RDEPEND="!

[gentoo-commits] repo/gentoo:master commit in: dev-python/ovs/

2017-03-04 Thread Matt Thode
commit: 690ae6cd720914a248a3c747cd5db0a904260e66
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Mar  5 03:50:41 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sun Mar  5 04:41:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=690ae6cd

dev-python/ovs: bup

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/ovs/Manifest |  1 +
 dev-python/ovs/ovs-2.7.0.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/dev-python/ovs/Manifest b/dev-python/ovs/Manifest
index f50f81e67db..bc460b4d82c 100644
--- a/dev-python/ovs/Manifest
+++ b/dev-python/ovs/Manifest
@@ -1,3 +1,4 @@
 DIST ovs-2.4.0.tar.gz 61230 SHA256 
ea38287b56fd19af24dd6d1c0098ccc8ded9e8f9daeb04b152e3835278becd01 SHA512 
45dd7e040c56f8ef16a2ca1fddb769c6d2c67c729f1889dcd867d57d6de8fe4f6baafe99113db05e20adf41389feea2ea9f69739256842404edce6ac28782e07
 WHIRLPOOL 
2dfde0a2eb334deea8bf88ceea15ad8c5e237cdd3e01cf6a0a7a5a1029bb7aca9bfc3ee83f88687d014723e82199776882ac89ccca1cac051142f48e46ad53a5
 DIST ovs-2.6.0.tar.gz 67450 SHA256 
f30d7c4bf06398f5b0d5992d0460e90efb1b8334337fd27078ec28a5c9e34d89 SHA512 
6efc35a6935253cbf5f7b17b200d79e8c705c43c465668fbe060d76708728b27a537e25120539628ea10d041643caa61d70871adf6d6dfdbd394cc221cc0bd63
 WHIRLPOOL 
08cf29e1fe2bc3caf744a35b3bdedba4111b8cca5646e72aaea9290a8a211cf2240043e6ee329357a9f85956d8feb0e396bb083d4eafb34552d4b09c771f1b21
 DIST ovs-2.6.1.tar.gz 67436 SHA256 
939aa4e3135b02143907c850ab573d42c192b14a5c210cd6417a9489a7e65f3f SHA512 
967baf44ccb36902fb28eb0df299bd9cca42a5cc030aa059d7cf90c79b8ad79ce8d854801acba4f711753bca47957485d6f4ad7deacd72cbce7d9fa9fba02292
 WHIRLPOOL 
561ad0cab25e7471cd189f9ea3b1d6a358f2cd48fe78550c2020333db66eb8cb13fac9486a033e96b65abffb7e47924d1987d26b84030e9d568dc13542b6fad5
+DIST ovs-2.7.0.tar.gz 73714 SHA256 
a9bc0a530122e45bf0d0f4248dbaab58fec023db005b3038ba79ff20736c9e4a SHA512 
6732721f494b0de24dd6b79ca12d45d7e2da8598906384c6fcc4cc0de4dadb87a822c5e0aa4c07065138a0837a850e7d07ae50e6dea9e0752beba667bf154e22
 WHIRLPOOL 
eace56d7fc39d41f8b1dd551daf63dc0ae708f6e52a6752384a8c6f8e2a13b8692695b17afbee77fad8f0ee9d48576dd13cdf0b082c8215cb5e9602d4263d7c3

diff --git a/dev-python/ovs/ovs-2.7.0.ebuild b/dev-python/ovs/ovs-2.7.0.ebuild
new file mode 100644
index 000..5958de06906
--- /dev/null
+++ b/dev-python/ovs/ovs-2.7.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+
+inherit distutils-r1
+
+DESCRIPTION="OVS bindings for python."
+HOMEPAGE="https://github.com/openvswitch/ovs/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="!

[gentoo-commits] repo/gentoo:master commit in: dev-python/ovs/

2017-02-07 Thread Patrice Clement
commit: 71bb69a781df52eca450a7c6ba2c2bafd9b90bdf
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Feb  7 16:10:16 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Feb  7 16:10:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71bb69a7

dev-python/ovs: remove superflous variables.

Package-Manager: portage-2.3.3

 dev-python/ovs/ovs-2.4.0.ebuild | 4 +---
 dev-python/ovs/ovs-2.6.0.ebuild | 3 +--
 dev-python/ovs/ovs-2.6.1.ebuild | 1 -
 3 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/dev-python/ovs/ovs-2.4.0.ebuild b/dev-python/ovs/ovs-2.4.0.ebuild
index 5c763c7..7075663 100644
--- a/dev-python/ovs/ovs-2.4.0.ebuild
+++ b/dev-python/ovs/ovs-2.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,5 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND=""

diff --git a/dev-python/ovs/ovs-2.6.0.ebuild b/dev-python/ovs/ovs-2.6.0.ebuild
index a1b1869..e9d50ba 100644
--- a/dev-python/ovs/ovs-2.6.0.ebuild
+++ b/dev-python/ovs/ovs-2.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
 
 

[gentoo-commits] repo/gentoo:master commit in: dev-python/ovs/

2017-01-08 Thread Matt Thode
commit: 124b15f1b2cce2b16109cc0c6e5dfc116de68904
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Jan  8 22:24:20 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sun Jan  8 22:33:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=124b15f1

dev-python/ovs: bup

Package-Manager: portage-2.3.0

 dev-python/ovs/Manifest |  1 +
 dev-python/ovs/ovs-2.6.1.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-python/ovs/Manifest b/dev-python/ovs/Manifest
index 6957f48..f50f81e 100644
--- a/dev-python/ovs/Manifest
+++ b/dev-python/ovs/Manifest
@@ -1,2 +1,3 @@
 DIST ovs-2.4.0.tar.gz 61230 SHA256 
ea38287b56fd19af24dd6d1c0098ccc8ded9e8f9daeb04b152e3835278becd01 SHA512 
45dd7e040c56f8ef16a2ca1fddb769c6d2c67c729f1889dcd867d57d6de8fe4f6baafe99113db05e20adf41389feea2ea9f69739256842404edce6ac28782e07
 WHIRLPOOL 
2dfde0a2eb334deea8bf88ceea15ad8c5e237cdd3e01cf6a0a7a5a1029bb7aca9bfc3ee83f88687d014723e82199776882ac89ccca1cac051142f48e46ad53a5
 DIST ovs-2.6.0.tar.gz 67450 SHA256 
f30d7c4bf06398f5b0d5992d0460e90efb1b8334337fd27078ec28a5c9e34d89 SHA512 
6efc35a6935253cbf5f7b17b200d79e8c705c43c465668fbe060d76708728b27a537e25120539628ea10d041643caa61d70871adf6d6dfdbd394cc221cc0bd63
 WHIRLPOOL 
08cf29e1fe2bc3caf744a35b3bdedba4111b8cca5646e72aaea9290a8a211cf2240043e6ee329357a9f85956d8feb0e396bb083d4eafb34552d4b09c771f1b21
+DIST ovs-2.6.1.tar.gz 67436 SHA256 
939aa4e3135b02143907c850ab573d42c192b14a5c210cd6417a9489a7e65f3f SHA512 
967baf44ccb36902fb28eb0df299bd9cca42a5cc030aa059d7cf90c79b8ad79ce8d854801acba4f711753bca47957485d6f4ad7deacd72cbce7d9fa9fba02292
 WHIRLPOOL 
561ad0cab25e7471cd189f9ea3b1d6a358f2cd48fe78550c2020333db66eb8cb13fac9486a033e96b65abffb7e47924d1987d26b84030e9d568dc13542b6fad5

diff --git a/dev-python/ovs/ovs-2.6.1.ebuild b/dev-python/ovs/ovs-2.6.1.ebuild
new file mode 100644
index ..dea2836
--- /dev/null
+++ b/dev-python/ovs/ovs-2.6.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+
+inherit distutils-r1
+
+DESCRIPTION="OVS bindings for python."
+HOMEPAGE="https://github.com/openvswitch/ovs/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+RDEPEND="!

[gentoo-commits] repo/gentoo:master commit in: dev-python/ovs/

2016-12-03 Thread Justin Lecher
commit: 524cdf74a35947c6df8f021f76d6a40b38a12792
Author: Justin Lecher  gentoo  org>
AuthorDate: Sat Dec  3 21:35:54 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sat Dec  3 21:35:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=524cdf74

dev-python/ovs: Refine file collision blocker

Package-Manager: portage-2.3.2
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/ovs/ovs-2.6.0.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-python/ovs/ovs-2.6.0.ebuild b/dev-python/ovs/ovs-2.6.0.ebuild
index 0569d34..a1b1869 100644
--- a/dev-python/ovs/ovs-2.6.0.ebuild
+++ b/dev-python/ovs/ovs-2.6.0.ebuild
@@ -16,8 +16,7 @@ SLOT="0"
 KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
-DEPEND="
-   !

[gentoo-commits] repo/gentoo:master commit in: dev-python/ovs/

2016-12-03 Thread Justin Lecher
commit: 26ff06556bd126b35ae2ebb2b5bb4b5a0fdc0c90
Author: Justin Lecher  gentoo  org>
AuthorDate: Sat Dec  3 21:04:55 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sat Dec  3 21:34:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26ff0655

dev-python/ovs: Block file collision

Package-Manager: portage-2.3.2
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/ovs/ovs-2.6.0.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-python/ovs/ovs-2.6.0.ebuild b/dev-python/ovs/ovs-2.6.0.ebuild
index 879bda5..0569d34 100644
--- a/dev-python/ovs/ovs-2.6.0.ebuild
+++ b/dev-python/ovs/ovs-2.6.0.ebuild
@@ -16,5 +16,8 @@ SLOT="0"
 KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="
+   !

[gentoo-commits] repo/gentoo:master commit in: dev-python/ovs/

2016-03-25 Thread Matt Thode
commit: 191f40c8f3ef5f48945c0cc3d44353bad9eb515c
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Mar 26 02:24:05 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Mar 26 02:24:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=191f40c8

dev-python/ovs: adding for mitaka

Package-Manager: portage-2.2.26

 dev-python/ovs/Manifest |  1 +
 dev-python/ovs/metadata.xml | 11 +++
 dev-python/ovs/ovs-2.4.0.ebuild | 20 
 3 files changed, 32 insertions(+)

diff --git a/dev-python/ovs/Manifest b/dev-python/ovs/Manifest
new file mode 100644
index 000..ac26ba4
--- /dev/null
+++ b/dev-python/ovs/Manifest
@@ -0,0 +1 @@
+DIST ovs-2.4.0.tar.gz 61230 SHA256 
ea38287b56fd19af24dd6d1c0098ccc8ded9e8f9daeb04b152e3835278becd01 SHA512 
45dd7e040c56f8ef16a2ca1fddb769c6d2c67c729f1889dcd867d57d6de8fe4f6baafe99113db05e20adf41389feea2ea9f69739256842404edce6ac28782e07
 WHIRLPOOL 
2dfde0a2eb334deea8bf88ceea15ad8c5e237cdd3e01cf6a0a7a5a1029bb7aca9bfc3ee83f88687d014723e82199776882ac89ccca1cac051142f48e46ad53a5

diff --git a/dev-python/ovs/metadata.xml b/dev-python/ovs/metadata.xml
new file mode 100644
index 000..86ca28f
--- /dev/null
+++ b/dev-python/ovs/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   prometheanf...@gentoo.org
+   Matthew Thode
+   
+   
+   Openvsywitch python bindings
+   
+

diff --git a/dev-python/ovs/ovs-2.4.0.ebuild b/dev-python/ovs/ovs-2.4.0.ebuild
new file mode 100644
index 000..fcd3125
--- /dev/null
+++ b/dev-python/ovs/ovs-2.4.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="OVS bindings for python."
+HOMEPAGE="https://github.com/openvswitch/ovs/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND=""