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

2023-10-20 Thread Michał Górny
commit: 51d603e0298b9aad33b8d7c1ca34b82cef09a3ef
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 20 13:45:54 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 20 13:45:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51d603e0

dev-python/pyeclib: Enable py3.12

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

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

diff --git a/dev-python/pyeclib/pyeclib-1.6.1.ebuild 
b/dev-python/pyeclib/pyeclib-1.6.1.ebuild
index 2cbde35b2b1d..d7b6b193ba80 100644
--- a/dev-python/pyeclib/pyeclib-1.6.1.ebuild
+++ b/dev-python/pyeclib/pyeclib-1.6.1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 optfeature pypi
 



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

2023-05-04 Thread Michał Górny
commit: e70a8560ca640affab782664fa7d9a9659714e3d
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  4 16:20:15 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  4 16:20:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e70a8560

dev-python/pyeclib: Set DISTUTILS_EXT=1

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

 dev-python/pyeclib/pyeclib-1.6.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/pyeclib/pyeclib-1.6.1.ebuild 
b/dev-python/pyeclib/pyeclib-1.6.1.ebuild
index 51d61fc97d01..2cbde35b2b1d 100644
--- a/dev-python/pyeclib/pyeclib-1.6.1.ebuild
+++ b/dev-python/pyeclib/pyeclib-1.6.1.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=8
 
+DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{9..11} )
 



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

2023-02-15 Thread Michał Górny
commit: 4e57d14e65d72512e468a29482977cab0486d1f6
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 15 17:06:31 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 15 17:11:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e57d14e

dev-python/pyeclib: Use pypi.eclass

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

 dev-python/pyeclib/pyeclib-1.6.1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/pyeclib/pyeclib-1.6.1.ebuild 
b/dev-python/pyeclib/pyeclib-1.6.1.ebuild
index d0a4fdabe863..51d61fc97d01 100644
--- a/dev-python/pyeclib/pyeclib-1.6.1.ebuild
+++ b/dev-python/pyeclib/pyeclib-1.6.1.ebuild
@@ -6,14 +6,13 @@ EAPI=8
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{9..11} )
 
-inherit distutils-r1 optfeature
+inherit distutils-r1 optfeature pypi
 
 DESCRIPTION="Messaging API for RPC and notifications over different messaging 
transports"
 HOMEPAGE="
https://opendev.org/openstack/pyeclib/
https://pypi.org/project/pyeclib/
 "
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"



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

2023-02-15 Thread Michał Górny
commit: 7bf2c0cd6c247afcaef4d8db8ebde246adaf7419
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 15 17:06:19 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 15 17:11:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bf2c0cd

dev-python/pyeclib: Enable py3.11

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

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

diff --git a/dev-python/pyeclib/pyeclib-1.6.1.ebuild 
b/dev-python/pyeclib/pyeclib-1.6.1.ebuild
index 1c8dcd15ed16..d0a4fdabe863 100644
--- a/dev-python/pyeclib/pyeclib-1.6.1.ebuild
+++ b/dev-python/pyeclib/pyeclib-1.6.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit distutils-r1 optfeature
 



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

2022-06-19 Thread Matthew Thode
commit: 58355c2a9d44161ad90125a083ba56229fd03a6c
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Jun 19 14:46:03 2022 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Jun 19 14:47:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58355c2a

dev-python/pyeclib: 1.6.0-r1 cleanup

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

 dev-python/pyeclib/Manifest|  1 -
 dev-python/pyeclib/pyeclib-1.6.0-r1.ebuild | 37 --
 2 files changed, 38 deletions(-)

diff --git a/dev-python/pyeclib/Manifest b/dev-python/pyeclib/Manifest
index 93330e19229d..b8bb78a8c226 100644
--- a/dev-python/pyeclib/Manifest
+++ b/dev-python/pyeclib/Manifest
@@ -1,2 +1 @@
-DIST pyeclib-1.6.0.tar.gz 6685306 BLAKE2B 
0b758bd500afc7f9d8e38513cc41f1916413d8ad6f3b1bd34d9ff46d6d33321391eaf90164e412154a14d63d4ba61502457bb943e124dd7054a5d5ec20732294
 SHA512 
507f78388e941e4600f4b77f636ce27b7f63e635f108dd5a452b3f98f779e87d94d8f82239d9d5733846faa5cc574c0474e366d99e44b8f03b70707d352f56c8
 DIST pyeclib-1.6.1.tar.gz 6690168 BLAKE2B 
4e59c2827487f09a21f49751455fabd9ce672d6edb83befbc06e7aebe66c2f8de5f83a5ddec612fee2ac727fad247d66f36c659ebdf316759cd9e4438c7f085c
 SHA512 
fdb81e9695c3748d78d43bc306e536ef45476143445520284d4918f2c84757247d217ada2df565d03b1769ef83ac8c82b92b8438c2d40915f8008fd769c4

diff --git a/dev-python/pyeclib/pyeclib-1.6.0-r1.ebuild 
b/dev-python/pyeclib/pyeclib-1.6.0-r1.ebuild
deleted file mode 100644
index c3c2fba942f5..
--- a/dev-python/pyeclib/pyeclib-1.6.0-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..9} )
-
-inherit distutils-r1 optfeature
-
-DESCRIPTION="Messaging API for RPC and notifications over different messaging 
transports"
-HOMEPAGE="https://pypi.org/project/PyECLib/;
-SRC_URI="mirror://pypi/p/pyeclib/pyeclib-${PV}.tar.gz"
-S="${WORKDIR}/pyeclib-${PV}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-
-DEPEND="dev-libs/liberasurecode"
-RDEPEND="${DEPEND}"
-BDEPEND="
-   test? (
-   dev-python/six[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests unittest
-
-src_prepare() {
-   # https://review.opendev.org/c/openstack/pyeclib/+/798010
-   sed -e '/library_dirs/d' -i setup.py || die
-   distutils-r1_src_prepare
-}
-
-pkg_postinst() {
-   optfeature "jerasure backend" dev-libs/jerasure
-}



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

2022-05-19 Thread Matthew Thode
commit: bde570dc1645a12916633b855eaed3504643ff34
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu May 19 16:52:42 2022 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu May 19 16:52:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bde570dc

dev-python/pyeclib: 1.6.1 stable amd64/x86

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

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

diff --git a/dev-python/pyeclib/pyeclib-1.6.1.ebuild 
b/dev-python/pyeclib/pyeclib-1.6.1.ebuild
index 0709af870095..92ca26df9edd 100644
--- a/dev-python/pyeclib/pyeclib-1.6.1.ebuild
+++ b/dev-python/pyeclib/pyeclib-1.6.1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 DEPEND="
dev-libs/liberasurecode



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyECLib/, dev-python/pyeclib/, profiles/updates/

2022-04-20 Thread Michał Górny
commit: 6ef6f670725aa12c42a05ea30ab9cccde00f1e9e
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 20 07:42:54 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 20 07:47:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ef6f670

Rename dev-python/{PyECLib → pyeclib}

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

 dev-python/{PyECLib => pyeclib}/Manifest| 0
 dev-python/{PyECLib => pyeclib}/metadata.xml| 0
 .../PyECLib-1.6.0-r1.ebuild => pyeclib/pyeclib-1.6.0-r1.ebuild} | 2 +-
 .../{PyECLib/PyECLib-1.6.1.ebuild => pyeclib/pyeclib-1.6.1.ebuild}  | 0
 profiles/updates/2Q-2022| 1 +
 5 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/PyECLib/Manifest b/dev-python/pyeclib/Manifest
similarity index 100%
rename from dev-python/PyECLib/Manifest
rename to dev-python/pyeclib/Manifest

diff --git a/dev-python/PyECLib/metadata.xml b/dev-python/pyeclib/metadata.xml
similarity index 100%
rename from dev-python/PyECLib/metadata.xml
rename to dev-python/pyeclib/metadata.xml

diff --git a/dev-python/PyECLib/PyECLib-1.6.0-r1.ebuild 
b/dev-python/pyeclib/pyeclib-1.6.0-r1.ebuild
similarity index 95%
rename from dev-python/PyECLib/PyECLib-1.6.0-r1.ebuild
rename to dev-python/pyeclib/pyeclib-1.6.0-r1.ebuild
index 48ee0854..c3c2fba942f5 100644
--- a/dev-python/PyECLib/PyECLib-1.6.0-r1.ebuild
+++ b/dev-python/pyeclib/pyeclib-1.6.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8

diff --git a/dev-python/PyECLib/PyECLib-1.6.1.ebuild 
b/dev-python/pyeclib/pyeclib-1.6.1.ebuild
similarity index 100%
rename from dev-python/PyECLib/PyECLib-1.6.1.ebuild
rename to dev-python/pyeclib/pyeclib-1.6.1.ebuild

diff --git a/profiles/updates/2Q-2022 b/profiles/updates/2Q-2022
index 4f647a9b517e..df9345f94245 100644
--- a/profiles/updates/2Q-2022
+++ b/profiles/updates/2Q-2022
@@ -1 +1,2 @@
 move app-text/kramdown-rfc2629 app-text/kramdown-rfc
+move dev-python/PyECLib dev-python/pyeclib



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

2022-04-20 Thread Michał Górny
commit: 04df7d95ef75257be5f96d54ef200a390393ba2c
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 20 07:44:25 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 20 07:47:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04df7d95

dev-python/pyeclib: Post-rename cleanup

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

 dev-python/pyeclib/pyeclib-1.6.1.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-python/pyeclib/pyeclib-1.6.1.ebuild 
b/dev-python/pyeclib/pyeclib-1.6.1.ebuild
index 8fa3328630d7..0709af870095 100644
--- a/dev-python/pyeclib/pyeclib-1.6.1.ebuild
+++ b/dev-python/pyeclib/pyeclib-1.6.1.ebuild
@@ -8,14 +8,12 @@ PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1 optfeature
 
-MY_P=${P,,}
 DESCRIPTION="Messaging API for RPC and notifications over different messaging 
transports"
 HOMEPAGE="
https://opendev.org/openstack/pyeclib/
https://pypi.org/project/pyeclib/
 "
-SRC_URI="mirror://pypi/${MY_P::1}/${PN,,}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"



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

2022-04-20 Thread Michał Górny
commit: 9edc1a5752a8c79f845431d35f52c6f728b5a439
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 20 07:25:47 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 20 07:47:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9edc1a57

dev-python/PyECLib: Bump to 1.6.1

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

 dev-python/PyECLib/Manifest |  1 +
 dev-python/PyECLib/PyECLib-1.6.1.ebuild | 46 +
 dev-python/PyECLib/metadata.xml |  2 +-
 3 files changed, 48 insertions(+), 1 deletion(-)

diff --git a/dev-python/PyECLib/Manifest b/dev-python/PyECLib/Manifest
index d046078c1773..93330e19229d 100644
--- a/dev-python/PyECLib/Manifest
+++ b/dev-python/PyECLib/Manifest
@@ -1 +1,2 @@
 DIST pyeclib-1.6.0.tar.gz 6685306 BLAKE2B 
0b758bd500afc7f9d8e38513cc41f1916413d8ad6f3b1bd34d9ff46d6d33321391eaf90164e412154a14d63d4ba61502457bb943e124dd7054a5d5ec20732294
 SHA512 
507f78388e941e4600f4b77f636ce27b7f63e635f108dd5a452b3f98f779e87d94d8f82239d9d5733846faa5cc574c0474e366d99e44b8f03b70707d352f56c8
+DIST pyeclib-1.6.1.tar.gz 6690168 BLAKE2B 
4e59c2827487f09a21f49751455fabd9ce672d6edb83befbc06e7aebe66c2f8de5f83a5ddec612fee2ac727fad247d66f36c659ebdf316759cd9e4438c7f085c
 SHA512 
fdb81e9695c3748d78d43bc306e536ef45476143445520284d4918f2c84757247d217ada2df565d03b1769ef83ac8c82b92b8438c2d40915f8008fd769c4

diff --git a/dev-python/PyECLib/PyECLib-1.6.1.ebuild 
b/dev-python/PyECLib/PyECLib-1.6.1.ebuild
new file mode 100644
index ..8fa3328630d7
--- /dev/null
+++ b/dev-python/PyECLib/PyECLib-1.6.1.ebuild
@@ -0,0 +1,46 @@
+# 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 optfeature
+
+MY_P=${P,,}
+DESCRIPTION="Messaging API for RPC and notifications over different messaging 
transports"
+HOMEPAGE="
+   https://opendev.org/openstack/pyeclib/
+   https://pypi.org/project/pyeclib/
+"
+SRC_URI="mirror://pypi/${MY_P::1}/${PN,,}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+DEPEND="
+   dev-libs/liberasurecode
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   test? (
+   dev-python/six[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests unittest
+
+src_prepare() {
+   # https://review.opendev.org/c/openstack/pyeclib/+/798010
+   sed -e '/library_dirs/d' -i setup.py || die
+   distutils-r1_src_prepare
+}
+
+pkg_postinst() {
+   optfeature "jerasure backend" dev-libs/jerasure
+}

diff --git a/dev-python/PyECLib/metadata.xml b/dev-python/PyECLib/metadata.xml
index cfe23ca07d06..cd19d9c314af 100644
--- a/dev-python/PyECLib/metadata.xml
+++ b/dev-python/PyECLib/metadata.xml
@@ -13,6 +13,6 @@
 This library provides a simple Python interface for implementing erasure 
codes. To obtain the best possible performance, the underlying erasure code 
algorithms are written in C.
   
   
-PyECLib
+pyeclib
   
 



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

2021-09-18 Thread Arthur Zamarin
commit: 8930172cdb8f9347eadc2e03bce57bf781c35ec7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Sep 18 07:58:33 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Sep 18 15:13:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8930172c

dev-python/PyECLib: cleanup, EAPI=8, enable test

Closes: https://bugs.gentoo.org/730234
Closes: https://bugs.gentoo.org/737858
Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/PyECLib/PyECLib-1.6.0-r1.ebuild | 37 ++
 dev-python/PyECLib/PyECLib-1.6.0.ebuild| 24 ---
 2 files changed, 37 insertions(+), 24 deletions(-)

diff --git a/dev-python/PyECLib/PyECLib-1.6.0-r1.ebuild 
b/dev-python/PyECLib/PyECLib-1.6.0-r1.ebuild
new file mode 100644
index 000..48ee085
--- /dev/null
+++ b/dev-python/PyECLib/PyECLib-1.6.0-r1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit distutils-r1 optfeature
+
+DESCRIPTION="Messaging API for RPC and notifications over different messaging 
transports"
+HOMEPAGE="https://pypi.org/project/PyECLib/;
+SRC_URI="mirror://pypi/p/pyeclib/pyeclib-${PV}.tar.gz"
+S="${WORKDIR}/pyeclib-${PV}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="amd64 ~arm64 x86"
+
+DEPEND="dev-libs/liberasurecode"
+RDEPEND="${DEPEND}"
+BDEPEND="
+   test? (
+   dev-python/six[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests unittest
+
+src_prepare() {
+   # https://review.opendev.org/c/openstack/pyeclib/+/798010
+   sed -e '/library_dirs/d' -i setup.py || die
+   distutils-r1_src_prepare
+}
+
+pkg_postinst() {
+   optfeature "jerasure backend" dev-libs/jerasure
+}

diff --git a/dev-python/PyECLib/PyECLib-1.6.0.ebuild 
b/dev-python/PyECLib/PyECLib-1.6.0.ebuild
deleted file mode 100644
index a333cdf7312..000
--- a/dev-python/PyECLib/PyECLib-1.6.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_7 python3_8 python3_9 )
-
-inherit distutils-r1 multilib
-
-DESCRIPTION="Messaging API for RPC and notifications over different messaging 
transports"
-HOMEPAGE="https://pypi.org/project/PyECLib/;
-SRC_URI="mirror://pypi/p/pyeclib/pyeclib-${PV}.tar.gz"
-S="${WORKDIR}/pyeclib-${PV}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-CDEPEND="dev-libs/jerasure"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}"
-RDEPEND="dev-libs/liberasurecode
-   ${CDEPEND}"



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

2021-04-13 Thread Matthew Thode
commit: f461923488099badc2a227fcbd87d5b31267f010
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Apr 14 04:19:39 2021 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Apr 14 04:19:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4619234

dev-python/PyECLib: add py39

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

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

diff --git a/dev-python/PyECLib/PyECLib-1.6.0.ebuild 
b/dev-python/PyECLib/PyECLib-1.6.0.ebuild
index 72e3bb14389..2932a93997d 100644
--- a/dev-python/PyECLib/PyECLib-1.6.0.ebuild
+++ b/dev-python/PyECLib/PyECLib-1.6.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python3_7 python3_8 )
+PYTHON_COMPAT=( python3_7 python3_8 python3_9 )
 
 inherit distutils-r1 eutils multilib
 



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

2020-09-22 Thread Matthew Thode
commit: 6699d706da0de3303ca7ecdefe105b422909ea12
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Sep 22 23:18:56 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Sep 22 23:20:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6699d706

dev-python/PyECLib: add py38

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

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

diff --git a/dev-python/PyECLib/PyECLib-1.6.0.ebuild 
b/dev-python/PyECLib/PyECLib-1.6.0.ebuild
index fedd15c2e45..3453a05f31a 100644
--- a/dev-python/PyECLib/PyECLib-1.6.0.ebuild
+++ b/dev-python/PyECLib/PyECLib-1.6.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python3_6 python3_7 )
+PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
 
 inherit distutils-r1 eutils multilib
 



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

2020-02-05 Thread Michał Górny
commit: 963c87638c66a119d8cc131eea73835a861db7f9
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb  5 19:20:48 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb  5 19:37:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=963c8763

dev-python/PyECLib: Remove old (py2)

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

 dev-python/PyECLib/Manifest |  1 -
 dev-python/PyECLib/PyECLib-1.5.0.ebuild | 24 
 2 files changed, 25 deletions(-)

diff --git a/dev-python/PyECLib/Manifest b/dev-python/PyECLib/Manifest
index 907335f12e4..d046078c177 100644
--- a/dev-python/PyECLib/Manifest
+++ b/dev-python/PyECLib/Manifest
@@ -1,2 +1 @@
-DIST pyeclib-1.5.0.tar.gz 6682493 BLAKE2B 
3f3a595b67a8e216b90c61f8119be6f40de0863a0d77c4e65c41e699aad0d9a5f1d621e8bb9510d78b9eb495acc5fc5af7178afe127780151b9be60ca246fbff
 SHA512 
89831fc8b04a1488504b632f75da8f2f29bc6b4e33b35d0d4305b4d5ec4bc25c0e16d149580badb15be7dbf8aeb2bdebef81f78f7b7871233afaaf96823e3a3e
 DIST pyeclib-1.6.0.tar.gz 6685306 BLAKE2B 
0b758bd500afc7f9d8e38513cc41f1916413d8ad6f3b1bd34d9ff46d6d33321391eaf90164e412154a14d63d4ba61502457bb943e124dd7054a5d5ec20732294
 SHA512 
507f78388e941e4600f4b77f636ce27b7f63e635f108dd5a452b3f98f779e87d94d8f82239d9d5733846faa5cc574c0474e366d99e44b8f03b70707d352f56c8

diff --git a/dev-python/PyECLib/PyECLib-1.5.0.ebuild 
b/dev-python/PyECLib/PyECLib-1.5.0.ebuild
deleted file mode 100644
index 139dcba355e..000
--- a/dev-python/PyECLib/PyECLib-1.5.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 eutils multilib
-
-DESCRIPTION="Messaging API for RPC and notifications over different messaging 
transports"
-HOMEPAGE="https://pypi.org/project/PyECLib/;
-SRC_URI="mirror://pypi/p/pyeclib/pyeclib-${PV}.tar.gz"
-S="${WORKDIR}/pyeclib-${PV}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-CDEPEND="dev-libs/jerasure"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}"
-RDEPEND="dev-libs/liberasurecode
-   ${CDEPEND}"



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

2020-02-05 Thread Michał Górny
commit: 89581208c9e1b72b56b33c91c75d84d2d949887e
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb  5 19:20:50 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb  5 19:37:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89581208

dev-python/PyECLib: Remove py2

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

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

diff --git a/dev-python/PyECLib/PyECLib-1.6.0.ebuild 
b/dev-python/PyECLib/PyECLib-1.6.0.ebuild
index e3086b2e92a..2b80054d39e 100644
--- a/dev-python/PyECLib/PyECLib-1.6.0.ebuild
+++ b/dev-python/PyECLib/PyECLib-1.6.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 python3_7 )
+PYTHON_COMPAT=( python3_6 python3_7 )
 
 inherit distutils-r1 eutils multilib
 



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

2019-07-23 Thread Matthew Thode
commit: 579e7d28dfd711713cdd9d591e6d4958ac5adfad
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Jul 23 14:48:53 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Jul 23 14:51:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=579e7d28

dev-python/PyECLib: mark as supporting py36/37

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

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

diff --git a/dev-python/PyECLib/PyECLib-1.6.0.ebuild 
b/dev-python/PyECLib/PyECLib-1.6.0.ebuild
index ff9c7e77052..60a5e0b5729 100644
--- a/dev-python/PyECLib/PyECLib-1.6.0.ebuild
+++ b/dev-python/PyECLib/PyECLib-1.6.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
 
 inherit distutils-r1 eutils multilib
 



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

2019-05-03 Thread Matthew Thode
commit: b1ec1fdf98f453bddd61bf42d9db0f46baa11fda
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri May  3 16:18:30 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Fri May  3 16:18:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1ec1fdf

dev-python/PyECLib: 1.6.0

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

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

diff --git a/dev-python/PyECLib/PyECLib-1.6.0.ebuild 
b/dev-python/PyECLib/PyECLib-1.6.0.ebuild
index ab29e70bcb7..ff9c7e77052 100644
--- a/dev-python/PyECLib/PyECLib-1.6.0.ebuild
+++ b/dev-python/PyECLib/PyECLib-1.6.0.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/pyeclib-${PV}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="test"
 
 CDEPEND="dev-libs/jerasure"



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

2019-04-04 Thread Matthew Thode
commit: 985674aa671567135d601e5e3ea82800db1fa46d
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Apr  4 14:39:11 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Apr  4 14:39:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=985674aa

dev-python/PyECLib: 1.6.0 bump

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

 dev-python/PyECLib/Manifest |  1 +
 dev-python/PyECLib/PyECLib-1.6.0.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/PyECLib/Manifest b/dev-python/PyECLib/Manifest
index 2c9b700b66f..907335f12e4 100644
--- a/dev-python/PyECLib/Manifest
+++ b/dev-python/PyECLib/Manifest
@@ -1 +1,2 @@
 DIST pyeclib-1.5.0.tar.gz 6682493 BLAKE2B 
3f3a595b67a8e216b90c61f8119be6f40de0863a0d77c4e65c41e699aad0d9a5f1d621e8bb9510d78b9eb495acc5fc5af7178afe127780151b9be60ca246fbff
 SHA512 
89831fc8b04a1488504b632f75da8f2f29bc6b4e33b35d0d4305b4d5ec4bc25c0e16d149580badb15be7dbf8aeb2bdebef81f78f7b7871233afaaf96823e3a3e
+DIST pyeclib-1.6.0.tar.gz 6685306 BLAKE2B 
0b758bd500afc7f9d8e38513cc41f1916413d8ad6f3b1bd34d9ff46d6d33321391eaf90164e412154a14d63d4ba61502457bb943e124dd7054a5d5ec20732294
 SHA512 
507f78388e941e4600f4b77f636ce27b7f63e635f108dd5a452b3f98f779e87d94d8f82239d9d5733846faa5cc574c0474e366d99e44b8f03b70707d352f56c8

diff --git a/dev-python/PyECLib/PyECLib-1.6.0.ebuild 
b/dev-python/PyECLib/PyECLib-1.6.0.ebuild
new file mode 100644
index 000..ab29e70bcb7
--- /dev/null
+++ b/dev-python/PyECLib/PyECLib-1.6.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1 eutils multilib
+
+DESCRIPTION="Messaging API for RPC and notifications over different messaging 
transports"
+HOMEPAGE="https://pypi.org/project/PyECLib/;
+SRC_URI="mirror://pypi/p/pyeclib/pyeclib-${PV}.tar.gz"
+S="${WORKDIR}/pyeclib-${PV}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="test"
+
+CDEPEND="dev-libs/jerasure"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}"
+RDEPEND="dev-libs/liberasurecode
+   ${CDEPEND}"



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

2018-01-02 Thread Michał Górny
commit: fe4eb175247a8a14ec1725497555accd8bb2c1aa
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan  2 13:36:43 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan  2 14:57:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe4eb175

dev-python/PyECLib: Clean old up

 dev-python/PyECLib/Manifest |  1 -
 dev-python/PyECLib/PyECLib-1.4.0.ebuild | 23 ---
 2 files changed, 24 deletions(-)

diff --git a/dev-python/PyECLib/Manifest b/dev-python/PyECLib/Manifest
index 239df56014c..2c9b700b66f 100644
--- a/dev-python/PyECLib/Manifest
+++ b/dev-python/PyECLib/Manifest
@@ -1,2 +1 @@
-DIST pyeclib-1.4.0.tar.gz 6682441 BLAKE2B 
284c7b7357b42e758878496dcf795c737e63579eca28d7bc8dc35ef055a693f5bee235e34778850bc373300da3da3f8fc78c4065aab5d59b3efbd840dc9e12a1
 SHA512 
849da9ad32e26ca4e923bc00482734d6431bdcf402eff6b0c5ead4264c7be9e8502eb0bea6e60fa8565d361d9d7d81e01e38fd3c85c4e87c4d6b8b30be328e0c
 DIST pyeclib-1.5.0.tar.gz 6682493 BLAKE2B 
3f3a595b67a8e216b90c61f8119be6f40de0863a0d77c4e65c41e699aad0d9a5f1d621e8bb9510d78b9eb495acc5fc5af7178afe127780151b9be60ca246fbff
 SHA512 
89831fc8b04a1488504b632f75da8f2f29bc6b4e33b35d0d4305b4d5ec4bc25c0e16d149580badb15be7dbf8aeb2bdebef81f78f7b7871233afaaf96823e3a3e

diff --git a/dev-python/PyECLib/PyECLib-1.4.0.ebuild 
b/dev-python/PyECLib/PyECLib-1.4.0.ebuild
deleted file mode 100644
index 7d57a5c8f14..000
--- a/dev-python/PyECLib/PyECLib-1.4.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 eutils multilib
-
-DESCRIPTION="Messaging API for RPC and notifications over different messaging 
transports"
-HOMEPAGE="https://pypi.python.org/pypi/PyECLib;
-SRC_URI="mirror://pypi/p/pyeclib/pyeclib-${PV}.tar.gz"
-S="${WORKDIR}/pyeclib-${PV}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="test"
-
-CDEPEND="dev-libs/jerasure"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}"
-RDEPEND="dev-libs/liberasurecode
-   ${CDEPEND}"



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

2017-09-29 Thread Matt Thode
commit: 22242a1bfffaf3a479dccda3ca60265ecc533c80
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Sep 29 23:32:04 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Sep 29 23:32:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22242a1b

dev-python/PyECLib: 1.5.0 stablized amd64 x86 under allarches

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

diff --git a/dev-python/PyECLib/PyECLib-1.5.0.ebuild 
b/dev-python/PyECLib/PyECLib-1.5.0.ebuild
index 8ba5f6e1616..7d57a5c8f14 100644
--- a/dev-python/PyECLib/PyECLib-1.5.0.ebuild
+++ b/dev-python/PyECLib/PyECLib-1.5.0.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/pyeclib-${PV}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="test"
 
 CDEPEND="dev-libs/jerasure"



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

2017-08-25 Thread Matt Thode
commit: a29283a0621bc47f6ad3572635de8447147ef4b1
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Aug 25 20:23:31 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Aug 25 20:23:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a29283a0

dev-python/PyECLib: 1.5.0 bup

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-python/PyECLib/Manifest |  1 +
 dev-python/PyECLib/PyECLib-1.5.0.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/PyECLib/Manifest b/dev-python/PyECLib/Manifest
index ed268771fac..464a0b5703a 100644
--- a/dev-python/PyECLib/Manifest
+++ b/dev-python/PyECLib/Manifest
@@ -1 +1,2 @@
 DIST pyeclib-1.4.0.tar.gz 6682441 SHA256 
f5c49956eaef84ff8fe76378d215a21e6f46fdbea4872facc0c97e503f8b5d2c SHA512 
849da9ad32e26ca4e923bc00482734d6431bdcf402eff6b0c5ead4264c7be9e8502eb0bea6e60fa8565d361d9d7d81e01e38fd3c85c4e87c4d6b8b30be328e0c
 WHIRLPOOL 
9c44e1cb630c27975d29e4913025dcd802eacba7eec38c7015e4dff48353564b07d2134e660b66f59fec88d0ae4ba57923306938aac838d572e0a95467ba
+DIST pyeclib-1.5.0.tar.gz 6682493 SHA256 
a201f2d3d4b925e1e54443cb251432809a59eeae50e9b85693ca0047c8ec9023 SHA512 
89831fc8b04a1488504b632f75da8f2f29bc6b4e33b35d0d4305b4d5ec4bc25c0e16d149580badb15be7dbf8aeb2bdebef81f78f7b7871233afaaf96823e3a3e
 WHIRLPOOL 
0cbddec5f949e9c7ca97c97edbb4dbe2210fbc4b0f282e2632a95c20d84fbe99b42eeaed10d07853af2e0ea585a450bcf6ef60c56f6fa8224b56c8ff4b3370a2

diff --git a/dev-python/PyECLib/PyECLib-1.5.0.ebuild 
b/dev-python/PyECLib/PyECLib-1.5.0.ebuild
new file mode 100644
index 000..8ba5f6e1616
--- /dev/null
+++ b/dev-python/PyECLib/PyECLib-1.5.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1 eutils multilib
+
+DESCRIPTION="Messaging API for RPC and notifications over different messaging 
transports"
+HOMEPAGE="https://pypi.python.org/pypi/PyECLib;
+SRC_URI="mirror://pypi/p/pyeclib/pyeclib-${PV}.tar.gz"
+S="${WORKDIR}/pyeclib-${PV}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="test"
+
+CDEPEND="dev-libs/jerasure"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}"
+RDEPEND="dev-libs/liberasurecode
+   ${CDEPEND}"



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

2017-08-04 Thread Amy Liffey
commit: de57f0df7e8f95965452076228a8136591067e82
Author: Jonas Stein  gentoo  org>
AuthorDate: Mon Jul 31 23:22:14 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Fri Aug  4 21:05:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de57f0df

dev-python/PyECLib: Shorter DESCRIPTION

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

diff --git a/dev-python/PyECLib/PyECLib-1.4.0.ebuild 
b/dev-python/PyECLib/PyECLib-1.4.0.ebuild
index 264e32353f7..7d57a5c8f14 100644
--- a/dev-python/PyECLib/PyECLib-1.4.0.ebuild
+++ b/dev-python/PyECLib/PyECLib-1.4.0.ebuild
@@ -6,7 +6,7 @@ PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1 eutils multilib
 
-DESCRIPTION="Messaging API for RPC and notifications over a number of 
different messaging transports"
+DESCRIPTION="Messaging API for RPC and notifications over different messaging 
transports"
 HOMEPAGE="https://pypi.python.org/pypi/PyECLib;
 SRC_URI="mirror://pypi/p/pyeclib/pyeclib-${PV}.tar.gz"
 S="${WORKDIR}/pyeclib-${PV}"



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

2017-03-25 Thread Matt Thode
commit: 4585412fba096145f2ba0d0add88845ee6c3c1a4
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Mar 26 03:23:33 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sun Mar 26 03:23:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4585412f

stablize openstack ocata PyECLib-1.4.0 x86 and amd64

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --force

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

diff --git a/dev-python/PyECLib/PyECLib-1.4.0.ebuild 
b/dev-python/PyECLib/PyECLib-1.4.0.ebuild
index 0434041b335..264e32353f7 100644
--- a/dev-python/PyECLib/PyECLib-1.4.0.ebuild
+++ b/dev-python/PyECLib/PyECLib-1.4.0.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/pyeclib-${PV}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="test"
 
 CDEPEND="dev-libs/jerasure"



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

2017-02-26 Thread Matt Thode
commit: 873cd08e80ea0ddda81f6002a6918b5ae6cecdc1
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Feb 27 03:05:13 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Feb 27 03:05:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=873cd08e

dev-python/PyECLib: bup

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/PyECLib/Manifest |  1 +
 dev-python/PyECLib/PyECLib-1.4.0.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/PyECLib/Manifest b/dev-python/PyECLib/Manifest
index 2de2225072..d1169db8b4 100644
--- a/dev-python/PyECLib/Manifest
+++ b/dev-python/PyECLib/Manifest
@@ -1 +1,2 @@
 DIST PyECLib-1.2.0.tar.gz 6677880 SHA256 
0f55656b4288fef1cc85978ebb8eef2e83515482f68bb1cf19903c048c9f8c9b SHA512 
6413b8f48e05d96bf43d25640d68941aa17a938fba18f0fc7847e51ac75b222eeb6678ae49eba2a582220d55e253f60a1802b175134d1e138764ac1d15b5d88e
 WHIRLPOOL 
d9f14894bec43b97cbcd4bdd0f3f1cc871e8241a4c126fa5b6a3fa83e95da39cda16812e38fea815a21d318f4313c0981a019c2c3d6c874dea82122f6a359ff3
+DIST pyeclib-1.4.0.tar.gz 6682441 SHA256 
f5c49956eaef84ff8fe76378d215a21e6f46fdbea4872facc0c97e503f8b5d2c SHA512 
849da9ad32e26ca4e923bc00482734d6431bdcf402eff6b0c5ead4264c7be9e8502eb0bea6e60fa8565d361d9d7d81e01e38fd3c85c4e87c4d6b8b30be328e0c
 WHIRLPOOL 
9c44e1cb630c27975d29e4913025dcd802eacba7eec38c7015e4dff48353564b07d2134e660b66f59fec88d0ae4ba57923306938aac838d572e0a95467ba

diff --git a/dev-python/PyECLib/PyECLib-1.4.0.ebuild 
b/dev-python/PyECLib/PyECLib-1.4.0.ebuild
new file mode 100644
index 00..0434041b33
--- /dev/null
+++ b/dev-python/PyECLib/PyECLib-1.4.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1 eutils multilib
+
+DESCRIPTION="Messaging API for RPC and notifications over a number of 
different messaging transports"
+HOMEPAGE="https://pypi.python.org/pypi/PyECLib;
+SRC_URI="mirror://pypi/p/pyeclib/pyeclib-${PV}.tar.gz"
+S="${WORKDIR}/pyeclib-${PV}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="test"
+
+CDEPEND="dev-libs/jerasure"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}"
+RDEPEND="dev-libs/liberasurecode
+   ${CDEPEND}"



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

2016-03-25 Thread Matt Thode
commit: 7ab35e1131fd7fb00f447f5363a61e2e981a2adf
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Mar 25 18:54:11 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Mar 25 18:54:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ab35e11

dev-python/PyECLib: bup for mitaka

Package-Manager: portage-2.2.26

 dev-python/PyECLib/Manifest |  1 +
 dev-python/PyECLib/PyECLib-1.2.0.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/PyECLib/Manifest b/dev-python/PyECLib/Manifest
index 5dc5ef6..556dd2d 100644
--- a/dev-python/PyECLib/Manifest
+++ b/dev-python/PyECLib/Manifest
@@ -1 +1,2 @@
 DIST PyECLib-1.0.7.tar.gz 8376329 SHA256 
f2136f187900fe3b84c75fea671c9bcb3d4d4a6307e44d9f960ed8296ce52dc3 SHA512 
8f1bbf6bd0c8ceb62862337fd204e497e5826e01c8b7532bd68485b2203e755144d0ac6b7ee9aa59fb290e8c9ee5fa3bd865203dbbdbf471e0112d10c3ea8720
 WHIRLPOOL 
62839fe028fc5a5d96005f337425773254d1fb287d4e2d02010ca9e1fb3df6e79f7a7fc4e03797d854b8965c24665dd93010623cf7bae8a5612b1c2e50513e80
+DIST PyECLib-1.2.0.tar.gz 6677880 SHA256 
0f55656b4288fef1cc85978ebb8eef2e83515482f68bb1cf19903c048c9f8c9b SHA512 
6413b8f48e05d96bf43d25640d68941aa17a938fba18f0fc7847e51ac75b222eeb6678ae49eba2a582220d55e253f60a1802b175134d1e138764ac1d15b5d88e
 WHIRLPOOL 
d9f14894bec43b97cbcd4bdd0f3f1cc871e8241a4c126fa5b6a3fa83e95da39cda16812e38fea815a21d318f4313c0981a019c2c3d6c874dea82122f6a359ff3

diff --git a/dev-python/PyECLib/PyECLib-1.2.0.ebuild 
b/dev-python/PyECLib/PyECLib-1.2.0.ebuild
new file mode 100644
index 000..168d54b
--- /dev/null
+++ b/dev-python/PyECLib/PyECLib-1.2.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1 eutils multilib
+
+DESCRIPTION="Messaging API for RPC and notifications over a number of 
different messaging transports"
+HOMEPAGE="https://pypi.python.org/pypi/PyECLib;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="test"
+
+CDEPEND="dev-libs/jerasure"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}"
+RDEPEND="dev-libs/liberasurecode
+   ${CDEPEND}"



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

2015-09-01 Thread Matt Thode
commit: e64d7eebe660b244136d70fd68b37bb641c3d201
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Sep  2 03:24:38 2015 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Sep  2 03:24:38 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e64d7eeb

dev-python/PyECLib: cleanup

Package-Manager: portage-2.2.20.1

 dev-python/PyECLib/PyECLib-1.0.7.ebuild | 30 --
 1 file changed, 30 deletions(-)

diff --git a/dev-python/PyECLib/PyECLib-1.0.7.ebuild 
b/dev-python/PyECLib/PyECLib-1.0.7.ebuild
deleted file mode 100644
index acfd959..000
--- a/dev-python/PyECLib/PyECLib-1.0.7.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Messaging API for RPC and notifications over a number of 
different messaging transports"
-HOMEPAGE="https://pypi.python.org/pypi/PyECLib;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="dev-libs/liberasurecode"
-
-PATCHES=(
-   "${FILESDIR}/1.0.7-erasurecode_locations.patch"
-   "${FILESDIR}/PyECLib-usr-local.patch"
-)
-
-python_install() {
-   distutils-r1_python_install
-   rm "${D}"/usr/lib/*.la || die
-}



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

2015-08-28 Thread Agostino Sarubbo
commit: e4a339bc90c001d9dee88964a2a783de64b4de84
Author: Agostino Sarubbo ago AT gentoo DOT org
AuthorDate: Fri Aug 28 09:00:12 2015 +
Commit: Agostino Sarubbo ago AT gentoo DOT org
CommitDate: Fri Aug 28 09:00:12 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4a339bc

dev-python/PyECLib: amd64 stable wrt bug #558850

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches=amd64

 dev-python/PyECLib/PyECLib-1.0.7-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/PyECLib/PyECLib-1.0.7-r2.ebuild 
b/dev-python/PyECLib/PyECLib-1.0.7-r2.ebuild
index 12215bf..e793d35 100644
--- a/dev-python/PyECLib/PyECLib-1.0.7-r2.ebuild
+++ b/dev-python/PyECLib/PyECLib-1.0.7-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=amd64 ~x86
 IUSE=test
 
 CDEPEND=dev-libs/jerasure



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

2015-08-28 Thread Agostino Sarubbo
commit: a4244baea43538aae5d514169f6daa55bdc31485
Author: Agostino Sarubbo ago AT gentoo DOT org
AuthorDate: Fri Aug 28 09:00:45 2015 +
Commit: Agostino Sarubbo ago AT gentoo DOT org
CommitDate: Fri Aug 28 09:00:45 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4244bae

dev-python/PyECLib: x86 stable wrt bug #558850

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches=x86

 dev-python/PyECLib/PyECLib-1.0.7-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/PyECLib/PyECLib-1.0.7-r2.ebuild 
b/dev-python/PyECLib/PyECLib-1.0.7-r2.ebuild
index e793d35..3465006 100644
--- a/dev-python/PyECLib/PyECLib-1.0.7-r2.ebuild
+++ b/dev-python/PyECLib/PyECLib-1.0.7-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=amd64 ~x86
+KEYWORDS=amd64 x86
 IUSE=test
 
 CDEPEND=dev-libs/jerasure



[gentoo-commits] repo/gentoo:master commit in: dev-python/PyECLib/, dev-libs/jerasure/, dev-python/PyECLib/files/, ...

2015-08-27 Thread Matt Thode
commit: 56240c05e5e9fcbeabef53b465f01dadda09b4bb
Author: Matthew Thode mthode AT mthode DOT org
AuthorDate: Thu Aug 27 21:20:34 2015 +
Commit: Matt Thode prometheanfire AT gentoo DOT org
CommitDate: Thu Aug 27 21:22:01 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56240c05

herd/openstack: Split out libs from dev-python/PyECLib

gentoo-bug: 558884
gentoo-bug: 558886

 dev-libs/gf-complete/Manifest |  1 +
 dev-libs/gf-complete/gf-complete-0.0.0.ebuild | 30 +
 dev-libs/gf-complete/metadata.xml |  9 
 dev-libs/jerasure/Manifest|  1 +
 dev-libs/jerasure/jerasure-0.0.0.ebuild   | 30 +
 dev-libs/jerasure/metadata.xml|  9 
 dev-python/PyECLib/PyECLib-1.0.7-r1.ebuild| 33 ---
 dev-python/PyECLib/PyECLib-1.0.7-r2.ebuild| 27 
 dev-python/PyECLib/files/PyECLib-usr-local2.patch | 51 +++
 9 files changed, 158 insertions(+), 33 deletions(-)

diff --git a/dev-libs/gf-complete/Manifest b/dev-libs/gf-complete/Manifest
new file mode 100644
index 000..86ef162
--- /dev/null
+++ b/dev-libs/gf-complete/Manifest
@@ -0,0 +1 @@
+DIST gf-complete-0.0.0.tar.gz 596339 SHA256 
7ec49204d0ce28f9158c65535183f55c0964fad02707234f4982917308ca521b SHA512 
7942a29b80972fffab15dc86c560345911db5aa976d2c505804d0eff10c9135f674f3511b579e2bac26342ca53a81d323826a1ff1d790836a4650a07769851a2
 WHIRLPOOL 
5e8b27c3514300869c42f6af4084dc498b7ad8bc02a2a2b5120038d3598b364f2344f323ca2b2d55c231f1d2d842266305585bab20582fd1bbc752e27323338a

diff --git a/dev-libs/gf-complete/gf-complete-0.0.0.ebuild 
b/dev-libs/gf-complete/gf-complete-0.0.0.ebuild
new file mode 100644
index 000..f19f324
--- /dev/null
+++ b/dev-libs/gf-complete/gf-complete-0.0.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools eutils
+
+DESCRIPTION=A Comprehensive Open Source Library for Galois Field Arithmetic
+HOMEPAGE=http://jerasure.org/;
+SRC_URI=https://dev.gentoo.org/~prometheanfire/dist/${P}.tar.gz;
+S=${WORKDIR}/${PN}.git
+
+LICENSE=all-rights-reserved
+SLOT=0
+KEYWORDS=~amd64 ~x86
+IUSE=
+
+DEPEND=
+RDEPEND=${DEPEND}
+
+src_prepare() {
+   sed -i -e 's/ -O3 $(SIMD_FLAGS)//g' src/Makefile.am tools/Makefile.am 
test/Makefile.am examples/Makefile.am|| die
+   eautoreconf
+}
+
+src_install() {
+   default
+   prune_libtool_files
+}

diff --git a/dev-libs/gf-complete/metadata.xml 
b/dev-libs/gf-complete/metadata.xml
new file mode 100644
index 000..4d82098
--- /dev/null
+++ b/dev-libs/gf-complete/metadata.xml
@@ -0,0 +1,9 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+  herdopenstack/herd
+  maintainer
+emailprometheanf...@gentoo.org/email
+nameMatthew Thode/name
+  /maintainer
+/pkgmetadata

diff --git a/dev-libs/jerasure/Manifest b/dev-libs/jerasure/Manifest
new file mode 100644
index 000..54df35a
--- /dev/null
+++ b/dev-libs/jerasure/Manifest
@@ -0,0 +1 @@
+DIST jerasure-0.0.0.tar.gz 506400 SHA256 
4bb55ed9858cc623849507ca22f854e52d7408251733e46c6f58bea12cd41d14 SHA512 
447fc9b4b2e2bb30baa241bc8f509eba71d34b8fc504f2fd6bbc6adb8b6f32d171f4d486dc08afd6f594064e11252a246dd663a1d6beda5b3129c4d9cdaf98db
 WHIRLPOOL 
968f3059ac37fd2a168b067c84f311015f0c37c0b0517d496bd940d3352b5027e4e02c99b6bc918eea9d2dc4d5bf308f3bd6625e19710a0cd03cf6297501b6d5

diff --git a/dev-libs/jerasure/jerasure-0.0.0.ebuild 
b/dev-libs/jerasure/jerasure-0.0.0.ebuild
new file mode 100644
index 000..458a416
--- /dev/null
+++ b/dev-libs/jerasure/jerasure-0.0.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools eutils
+
+DESCRIPTION=A Library in C Facilitating Erasure Coding for Storage 
Applications
+HOMEPAGE=http://jerasure.org/;
+SRC_URI=https://dev.gentoo.org/~prometheanfire/dist/${P}.tar.gz;
+S=${WORKDIR}/${PN}.git
+
+LICENSE=all-rights-reserved
+SLOT=0
+KEYWORDS=~amd64 ~x86
+IUSE=
+
+DEPEND=dev-libs/gf-complete
+RDEPEND=${DEPEND}
+
+src_prepare() {
+   sed -i -e 's/ $(SIMD_FLAGS)//g' src/Makefile.am Examples/Makefile.am || 
die
+   eautoreconf
+}
+
+src_install() {
+   default
+   prune_libtool_files
+}

diff --git a/dev-libs/jerasure/metadata.xml b/dev-libs/jerasure/metadata.xml
new file mode 100644
index 000..4d82098
--- /dev/null
+++ b/dev-libs/jerasure/metadata.xml
@@ -0,0 +1,9 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+  herdopenstack/herd
+  maintainer
+emailprometheanf...@gentoo.org/email
+nameMatthew Thode/name
+  /maintainer
+/pkgmetadata

diff --git a/dev-python/PyECLib/PyECLib-1.0.7-r1.ebuild 

[gentoo-commits] repo/gentoo:master commit in: dev-python/PyECLib/files/, dev-python/PyECLib/

2015-08-26 Thread Matt Thode
commit: 244d4e4c13f039ed6520c354d054fb01f4cb22be
Author: Matthew Thode mthode AT mthode DOT org
AuthorDate: Wed Aug 26 21:29:47 2015 +
Commit: Matt Thode prometheanfire AT gentoo DOT org
CommitDate: Wed Aug 26 21:30:09 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=244d4e4c

dev-python/PyECLib: fixing install to /usr/local

gentoo-bug: 558850

Package-Manager: portage-2.2.20.1

 ...yECLib-1.0.7.ebuild = PyECLib-1.0.7-r1.ebuild} | 12 +++-
 dev-python/PyECLib/PyECLib-1.0.7.ebuild| 10 ++-
 dev-python/PyECLib/files/PyECLib-usr-local.patch   | 83 ++
 3 files changed, 102 insertions(+), 3 deletions(-)

diff --git a/dev-python/PyECLib/PyECLib-1.0.7.ebuild 
b/dev-python/PyECLib/PyECLib-1.0.7-r1.ebuild
similarity index 65%
copy from dev-python/PyECLib/PyECLib-1.0.7.ebuild
copy to dev-python/PyECLib/PyECLib-1.0.7-r1.ebuild
index 7e2428f..772f076 100644
--- a/dev-python/PyECLib/PyECLib-1.0.7.ebuild
+++ b/dev-python/PyECLib/PyECLib-1.0.7-r1.ebuild
@@ -13,10 +13,18 @@ SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=amd64 x86
+KEYWORDS=~amd64 ~x86
 IUSE=test
 
 DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
 RDEPEND=dev-libs/liberasurecode
 
-PATCHES=( ${FILESDIR}/1.0.7-erasurecode_locations.patch )
+PATCHES=(
+   ${FILESDIR}/1.0.7-erasurecode_locations.patch
+   ${FILESDIR}/PyECLib-usr-local.patch
+)
+
+python_install() {
+   distutils-r1_python_install
+   sed -i s/^libdir.*$/libdir='\/usr\/lib'/g 
${D}/usr/lib/libgf_complete.la || die
+}

diff --git a/dev-python/PyECLib/PyECLib-1.0.7.ebuild 
b/dev-python/PyECLib/PyECLib-1.0.7.ebuild
index 7e2428f..cf533ff 100644
--- a/dev-python/PyECLib/PyECLib-1.0.7.ebuild
+++ b/dev-python/PyECLib/PyECLib-1.0.7.ebuild
@@ -19,4 +19,12 @@ IUSE=test
 DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
 RDEPEND=dev-libs/liberasurecode
 
-PATCHES=( ${FILESDIR}/1.0.7-erasurecode_locations.patch )
+PATCHES=(
+   ${FILESDIR}/1.0.7-erasurecode_locations.patch
+   ${FILESDIR}/PyECLib-usr-local.patch
+)
+
+python_install() {
+   distutils-r1_python_install
+   sed -i s/^libdir.*$/libdir='\/usr\/lib'/g 
${D}/usr/lib/libgf_complete.la || die
+}

diff --git a/dev-python/PyECLib/files/PyECLib-usr-local.patch 
b/dev-python/PyECLib/files/PyECLib-usr-local.patch
new file mode 100644
index 000..d2697c4
--- /dev/null
+++ b/dev-python/PyECLib/files/PyECLib-usr-local.patch
@@ -0,0 +1,83 @@
+--- setup.py   2015-08-26 16:11:51.163684633 -0500
 setup.py.new   2015-08-26 16:14:24.203682415 -0500
+@@ -55,18 +55,16 @@
+ # and Tushar) cannot explain what is going on with
+ # distutils or libtool here.
+ #
+-standard_library_paths = [('%s/usr/local/lib' % _exec_prefix),
+-  '/lib', '/usr/lib', '/usr/local/lib']
++standard_library_paths = [('%s/usr/lib' % _exec_prefix),
++  '/lib', '/usr/lib']
+ 
+ default_library_paths = [default_python_libdir,
+- ('%s/usr/local/lib' % _exec_prefix),
+- '/lib', '/usr/lib', '/usr/local/lib',
+- 'src/c/liberasurecode-1.0.7/src/.libs']
++ ('%s/usr/lib' % _exec_prefix),
++ '/lib', '/usr/lib']
+ 
+ default_include_paths = [default_python_incdir,
+- '/usr/local/include', '/usr/local/include/jerasure',
+- '/usr/include', 'src/c/pyeclib_c',
+- '/usr/include/liberasurecode', '/usr/local/include']
++ '/usr/include', '/usr/include/jerasure', 
'src/c/pyeclib_c',
++ '/usr/include', '/usr/include/liberasurecode']
+ 
+ libflags = ''
+ includeflags = ''
+@@ -131,8 +129,9 @@
+ if (os.path.isdir(locallibsrcdir)):
+ # patch default include, lib paths
+ topdir = os.getcwd()
+-libdirs = [ (topdir + / + locallibsrcdir + /.libs ),
+-(topdir + / + locallibsrcdir + /src/.libs )] 
++libdirs = []
++#libdirs = [ (topdir + / + locallibsrcdir + /.libs ),
++#(topdir + / + locallibsrcdir + /src/.libs )] 
+ for d in libdirs:
+ libflags = libflags +  -L + d
+ default_library_paths.append(d)
+@@ -148,7 +147,7 @@
+ statefile = . + library + _configured
+ if (not os.path.isfile(statefile)):
+ configure_cmd = (CFLAGS=\%s\ LDFLAGS=\%s\  % 
(includeflags, libflags))
+-configure_cmd = (%s ./configure --prefix=%s/usr/local % \
++configure_cmd = (%s ./configure --prefix=%s/usr % \
+ (configure_cmd, installroot))
+ print(configure_cmd)
+ retval = os.system(configure_cmd)
+@@ -218,7 +217,7 @@
+http://lab.jerasure.org/jerasure/jerasure.git;,
+install, 

[gentoo-commits] repo/gentoo:master commit in: dev-python/PyECLib/, dev-python/PyECLib/files/

2015-08-26 Thread Matt Thode
commit: 397435fe31fe7a8e7b615232b0fc0c64c701a619
Author: Matthew Thode mthode AT mthode DOT org
AuthorDate: Wed Aug 26 21:52:54 2015 +
Commit: Matt Thode prometheanfire AT gentoo DOT org
CommitDate: Wed Aug 26 21:55:23 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=397435fe

dev-python/PyECLib: really fix it this time...

Package-Manager: portage-2.2.20.1

 dev-python/PyECLib/PyECLib-1.0.7-r1.ebuild   | 5 -
 dev-python/PyECLib/PyECLib-1.0.7.ebuild  | 2 +-
 dev-python/PyECLib/files/PyECLib-usr-local.patch | 4 ++--
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/dev-python/PyECLib/PyECLib-1.0.7-r1.ebuild 
b/dev-python/PyECLib/PyECLib-1.0.7-r1.ebuild
index 772f076..46a3b94 100644
--- a/dev-python/PyECLib/PyECLib-1.0.7-r1.ebuild
+++ b/dev-python/PyECLib/PyECLib-1.0.7-r1.ebuild
@@ -26,5 +26,8 @@ PATCHES=(
 
 python_install() {
distutils-r1_python_install
-   sed -i s/^libdir.*$/libdir='\/usr\/lib'/g 
${D}/usr/lib/libgf_complete.la || die
+   # sed -i s/^libdir.*$/libdir='\/usr\/lib'/g 
${D}/usr/lib/libgf_complete.la || die
+   # sed -i s/^dependency_libs.*$/dependency_libs=''/g 
${D}/usr/lib/libgf_complete.la ${D}/usr/lib/libJerasure.la || die
+   # package installs broken la files...
+   rm ${D}/usr/lib/*.la || die
 }

diff --git a/dev-python/PyECLib/PyECLib-1.0.7.ebuild 
b/dev-python/PyECLib/PyECLib-1.0.7.ebuild
index cf533ff..acfd959 100644
--- a/dev-python/PyECLib/PyECLib-1.0.7.ebuild
+++ b/dev-python/PyECLib/PyECLib-1.0.7.ebuild
@@ -26,5 +26,5 @@ PATCHES=(
 
 python_install() {
distutils-r1_python_install
-   sed -i s/^libdir.*$/libdir='\/usr\/lib'/g 
${D}/usr/lib/libgf_complete.la || die
+   rm ${D}/usr/lib/*.la || die
 }

diff --git a/dev-python/PyECLib/files/PyECLib-usr-local.patch 
b/dev-python/PyECLib/files/PyECLib-usr-local.patch
index d2697c4..2d923b2 100644
--- a/dev-python/PyECLib/files/PyECLib-usr-local.patch
+++ b/dev-python/PyECLib/files/PyECLib-usr-local.patch
@@ -32,8 +32,8 @@
 -libdirs = [ (topdir + / + locallibsrcdir + /.libs ),
 -(topdir + / + locallibsrcdir + /src/.libs )] 
 +libdirs = []
-+#libdirs = [ (topdir + / + locallibsrcdir + /.libs ),
-+#(topdir + / + locallibsrcdir + /src/.libs )] 
++libdirs = [ (topdir + / + locallibsrcdir + /.libs ),
++(topdir + / + locallibsrcdir + /src/.libs )] 
  for d in libdirs:
  libflags = libflags +  -L + d
  default_library_paths.append(d)