public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/openbabel-python/
@ 2015-10-27 18:13 Justin Lecher
  0 siblings, 0 replies; 10+ messages in thread
From: Justin Lecher @ 2015-10-27 18:13 UTC (permalink / raw
  To: gentoo-commits

commit:     ef77616271aa0631e2e255952e34ec183ffa522c
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 27 18:09:15 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Oct 27 18:09:15 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef776162

sci-chemistry/openbabel-python: Fix for gcc-5

convert mycmakeargs to be an array

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild b/sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild
index 2650d19..114ace5 100644
--- a/sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild
+++ b/sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild
@@ -45,11 +45,14 @@ src_prepare() {
 		-outdir scripts/python \
 		scripts/openbabel-python.i \
 		|| die "Regeneration of openbabel-python.cpp failed"
+	sed \
+		-e '/__GNUC__/s:== 4:>= 4:g' \
+		-i include/openbabel/shared_ptr.h || die
 }
 
 src_configure() {
 	my_impl_src_configure() {
-		local mycmakeargs="${mycmakeargs}
+		local mycmakeargs=(
 			-DCMAKE_INSTALL_RPATH=
 			-DBINDINGS_ONLY=ON
 			-DBABEL_SYSTEM_LIBRARY="${EPREFIX}/usr/$(get_libdir)/libopenbabel.so"
@@ -60,7 +63,8 @@ src_configure() {
 			-DPYTHON_INCLUDE_DIR="${EPREFIX}/usr/include/${EPYTHON}"
 			-DPYTHON_INCLUDE_PATH="${EPREFIX}/usr/include/${EPYTHON}"
 			-DPYTHON_LIBRARY="${EPREFIX}/usr/$(get_libdir)/lib${EPYTHON}.so"
-			-DENABLE_TESTS=ON"
+			-DENABLE_TESTS=ON
+		)
 
 		cmake-utils_src_configure
 	}


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/openbabel-python/
@ 2015-11-11 15:09 Justin Lecher
  0 siblings, 0 replies; 10+ messages in thread
From: Justin Lecher @ 2015-11-11 15:09 UTC (permalink / raw
  To: gentoo-commits

commit:     877582dae6848c1ba8a82b7437ba8a604b56ed18
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 11 14:10:12 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Nov 11 15:09:16 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=877582da

sci-chemistry/openbabel-python: Adopt to ABIFLAGS change in python

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild b/sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild
index 114ace5..94b84d5 100644
--- a/sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild
+++ b/sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild
@@ -57,12 +57,12 @@ src_configure() {
 			-DBINDINGS_ONLY=ON
 			-DBABEL_SYSTEM_LIBRARY="${EPREFIX}/usr/$(get_libdir)/libopenbabel.so"
 			-DOB_MODULE_PATH="${EPREFIX}/usr/$(get_libdir)/openbabel/${PV}"
-			-DLIB_INSTALL_DIR="${ED}/usr/$(get_libdir)/${EPYTHON}/site-packages"
+			-DLIB_INSTALL_DIR="${D}$(python_get_sitedir)"
 			-DPYTHON_BINDINGS=ON
 			-DPYTHON_EXECUTABLE=${PYTHON}
-			-DPYTHON_INCLUDE_DIR="${EPREFIX}/usr/include/${EPYTHON}"
-			-DPYTHON_INCLUDE_PATH="${EPREFIX}/usr/include/${EPYTHON}"
-			-DPYTHON_LIBRARY="${EPREFIX}/usr/$(get_libdir)/lib${EPYTHON}.so"
+			-DPYTHON_INCLUDE_DIR="$(python_get_includedir)"
+			-DPYTHON_INCLUDE_PATH="$(python_get_includedir)"
+			-DPYTHON_LIBRARY="$(python_get_library_path)"
 			-DENABLE_TESTS=ON
 		)
 


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/openbabel-python/
@ 2017-05-19  9:52 Justin Lecher
  0 siblings, 0 replies; 10+ messages in thread
From: Justin Lecher @ 2017-05-19  9:52 UTC (permalink / raw
  To: gentoo-commits

commit:     8c00d634a2c9ba1ba7c726c14a9459b5e071c054
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri May 19 09:51:35 2017 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri May 19 09:52:25 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c00d634

sci-chemistry/openbabel-python: Version Bump

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=618402
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-chemistry/openbabel-python/Manifest            |  1 +
 .../openbabel-python/openbabel-python-2.4.1.ebuild | 90 ++++++++++++++++++++++
 2 files changed, 91 insertions(+)

diff --git a/sci-chemistry/openbabel-python/Manifest b/sci-chemistry/openbabel-python/Manifest
index 082e5b02984..3d09a5c54b9 100644
--- a/sci-chemistry/openbabel-python/Manifest
+++ b/sci-chemistry/openbabel-python/Manifest
@@ -1 +1,2 @@
 DIST openbabel-2.3.2.tar.gz 20509105 SHA256 4eaca26679aa6cc85ebf96af19191472ac63ca442c36b0427b369c3a25705188 SHA512 d0e1f8b758ffdd65ec6c31d988bffe3279355e286ce69fad12c5905b3b832e2b73ee95b1061b1576aba1ee9fe4da5e31ec30350c473be17493c657dc80caf919 WHIRLPOOL 74eff18b73d24c8f702e5573a58ba6afba8402e9ce8782de95dc0568575a7d2d632dbc8e8a98b3cd25efdfa7379494f7dcd449342c81ddf73f42a387bce77aaa
+DIST openbabel-2.4.1.tar.gz 11618304 SHA256 204136582cdfe51d792000b20202de8950218d617fd9c6e18cee36706a376dfc SHA512 427e678f0a911bd27b9a8a05e60b6e09f113be4e5dd180daaf80c28d06368e52b57501261755ab3817a8d31f2754db24471fd0ceee706d029386d6f70800e9c6 WHIRLPOOL 88e333b47118449e1edba2b164af77ac7fac9c60e2965b5d6657ba8cf981845f49f6bac9427515ebbdf62668fddf38ae2422c4e107b98df46922c5bba860b216

diff --git a/sci-chemistry/openbabel-python/openbabel-python-2.4.1.ebuild b/sci-chemistry/openbabel-python/openbabel-python-2.4.1.ebuild
new file mode 100644
index 00000000000..e5b17f311bc
--- /dev/null
+++ b/sci-chemistry/openbabel-python/openbabel-python-2.4.1.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit cmake-utils python-r1
+
+DESCRIPTION="Python bindings for OpenBabel (including Pybel)"
+HOMEPAGE="http://openbabel.sourceforge.net/"
+SRC_URI="mirror://sourceforge/openbabel/openbabel-${PV}.tar.gz"
+
+KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
+SLOT="0/5"
+LICENSE="GPL-2"
+IUSE=""
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+	~sci-chemistry/openbabel-${PV}
+	sys-libs/zlib"
+DEPEND="${RDEPEND}
+	>=dev-lang/swig-2"
+
+S="${WORKDIR}"/openbabel-${PV}
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-2.3.2-gcc-6_and_7-backport.patch
+	)
+
+src_prepare() {
+	cmake-utils_src_prepare
+	sed \
+		-e "s:\"\.\.\":\"${EPREFIX}/usr\":g" \
+		-i test/testbabel.py || die
+	swig -python -c++ -small -O -templatereduce -naturalvar \
+		-I"${EPREFIX}/usr/include/openbabel-2.0" \
+		-o scripts/python/openbabel-python.cpp \
+		-DHAVE_EIGEN \
+		-outdir scripts/python \
+		scripts/openbabel-python.i \
+		|| die "Regeneration of openbabel-python.cpp failed"
+	sed \
+		-e '/__GNUC__/s:== 4:>= 4:g' \
+		-i include/openbabel/shared_ptr.h || die
+}
+
+src_configure() {
+	my_impl_src_configure() {
+		local mycmakeargs=(
+			-DCMAKE_INSTALL_RPATH=
+			-DBINDINGS_ONLY=ON
+			-DBABEL_SYSTEM_LIBRARY="${EPREFIX}/usr/$(get_libdir)/libopenbabel.so"
+			-DOB_MODULE_PATH="${EPREFIX}/usr/$(get_libdir)/openbabel/${PV}"
+			-DLIB_INSTALL_DIR="${D}$(python_get_sitedir)"
+			-DPYTHON_BINDINGS=ON
+			-DPYTHON_EXECUTABLE=${PYTHON}
+			-DPYTHON_INCLUDE_DIR="$(python_get_includedir)"
+			-DPYTHON_INCLUDE_PATH="$(python_get_includedir)"
+			-DPYTHON_LIBRARY="$(python_get_library_path)"
+			-DENABLE_TESTS=ON
+		)
+
+		cmake-utils_src_configure
+	}
+
+	python_foreach_impl my_impl_src_configure
+}
+
+src_compile() {
+	python_foreach_impl cmake-utils_src_make bindings_python
+}
+
+src_test() {
+	python_foreach_impl cmake-utils_src_test -R py
+}
+
+src_install() {
+	my_impl_src_install() {
+		cd "${BUILD_DIR}" || die
+
+		cmake -DCOMPONENT=bindings_python -P cmake_install.cmake
+
+		python_optimize
+	}
+
+	python_foreach_impl my_impl_src_install
+}


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/openbabel-python/
@ 2017-05-20  9:52 Justin Lecher
  0 siblings, 0 replies; 10+ messages in thread
From: Justin Lecher @ 2017-05-20  9:52 UTC (permalink / raw
  To: gentoo-commits

commit:     277720f7c8bbdb11e714fe05193d6ddaf73b0ebd
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat May 20 09:40:34 2017 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat May 20 09:51:59 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=277720f7

sci-chemistry/openbabel-python: Fix sandbox issue

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=618956
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-chemistry/openbabel-python/openbabel-python-2.4.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sci-chemistry/openbabel-python/openbabel-python-2.4.1.ebuild b/sci-chemistry/openbabel-python/openbabel-python-2.4.1.ebuild
index e5b17f311bc..1e84b3a8794 100644
--- a/sci-chemistry/openbabel-python/openbabel-python-2.4.1.ebuild
+++ b/sci-chemistry/openbabel-python/openbabel-python-2.4.1.ebuild
@@ -61,6 +61,7 @@ src_configure() {
 			-DPYTHON_INCLUDE_PATH="$(python_get_includedir)"
 			-DPYTHON_LIBRARY="$(python_get_library_path)"
 			-DENABLE_TESTS=ON
+			-DCMAKE_INSTALL_PREFIX="${D}"
 		)
 
 		cmake-utils_src_configure


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/openbabel-python/
@ 2017-06-20 12:44 Fabian Groffen
  0 siblings, 0 replies; 10+ messages in thread
From: Fabian Groffen @ 2017-06-20 12:44 UTC (permalink / raw
  To: gentoo-commits

commit:     d84d292eb2fcbe0100703a8f3575ac8b32e2bf83
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 20 12:44:17 2017 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Tue Jun 20 12:44:17 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d84d292e

sci-chemistry/openbabel-python: fix installation in Prefix, thanks nanikata in bug #619498

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sci-chemistry/openbabel-python/openbabel-python-2.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-chemistry/openbabel-python/openbabel-python-2.4.1.ebuild b/sci-chemistry/openbabel-python/openbabel-python-2.4.1.ebuild
index 1e84b3a8794..d83bbba6903 100644
--- a/sci-chemistry/openbabel-python/openbabel-python-2.4.1.ebuild
+++ b/sci-chemistry/openbabel-python/openbabel-python-2.4.1.ebuild
@@ -61,7 +61,7 @@ src_configure() {
 			-DPYTHON_INCLUDE_PATH="$(python_get_includedir)"
 			-DPYTHON_LIBRARY="$(python_get_library_path)"
 			-DENABLE_TESTS=ON
-			-DCMAKE_INSTALL_PREFIX="${D}"
+			-DCMAKE_INSTALL_PREFIX="${ED}"
 		)
 
 		cmake-utils_src_configure


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/openbabel-python/
@ 2017-07-31 11:36 Tobias Klausmann
  0 siblings, 0 replies; 10+ messages in thread
From: Tobias Klausmann @ 2017-07-31 11:36 UTC (permalink / raw
  To: gentoo-commits

commit:     f62393e642e33ad33e65a5b89f79d4a7807eae3d
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 31 11:05:19 2017 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Mon Jul 31 11:36:46 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f62393e6

sci-chemistry/openbabel-python-2.4.1-r0: amd64 stable

Gentoo-Bug: 625088

 sci-chemistry/openbabel-python/openbabel-python-2.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-chemistry/openbabel-python/openbabel-python-2.4.1.ebuild b/sci-chemistry/openbabel-python/openbabel-python-2.4.1.ebuild
index d83bbba6903..8592ce2a6f4 100644
--- a/sci-chemistry/openbabel-python/openbabel-python-2.4.1.ebuild
+++ b/sci-chemistry/openbabel-python/openbabel-python-2.4.1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Python bindings for OpenBabel (including Pybel)"
 HOMEPAGE="http://openbabel.sourceforge.net/"
 SRC_URI="mirror://sourceforge/openbabel/openbabel-${PV}.tar.gz"
 
-KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
 SLOT="0/5"
 LICENSE="GPL-2"
 IUSE=""


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/openbabel-python/
@ 2017-09-12 22:58 Matt Turner
  0 siblings, 0 replies; 10+ messages in thread
From: Matt Turner @ 2017-09-12 22:58 UTC (permalink / raw
  To: gentoo-commits

commit:     ff8dcd33a676d8544bd8e193116e6e46f7f0131c
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 12 22:47:02 2017 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Sep 12 22:58:17 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff8dcd33

sci-chemistry/openbabel-python-2.4.1: dropped ppc keywords, bug 625088

 sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild | 2 +-
 sci-chemistry/openbabel-python/openbabel-python-2.4.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild b/sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild
index 704ad576bc7..999a73bc794 100644
--- a/sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild
+++ b/sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Python bindings for OpenBabel (including Pybel)"
 HOMEPAGE="http://openbabel.sourceforge.net/"
 SRC_URI="mirror://sourceforge/openbabel/openbabel-${PV}.tar.gz"
 
-KEYWORDS="amd64 ~arm ppc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
 SLOT="0"
 LICENSE="GPL-2"
 IUSE=""

diff --git a/sci-chemistry/openbabel-python/openbabel-python-2.4.1.ebuild b/sci-chemistry/openbabel-python/openbabel-python-2.4.1.ebuild
index 8592ce2a6f4..380aca3bc9f 100644
--- a/sci-chemistry/openbabel-python/openbabel-python-2.4.1.ebuild
+++ b/sci-chemistry/openbabel-python/openbabel-python-2.4.1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Python bindings for OpenBabel (including Pybel)"
 HOMEPAGE="http://openbabel.sourceforge.net/"
 SRC_URI="mirror://sourceforge/openbabel/openbabel-${PV}.tar.gz"
 
-KEYWORDS="amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
 SLOT="0/5"
 LICENSE="GPL-2"
 IUSE=""


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/openbabel-python/
@ 2017-10-05 12:05 Michael Palimaka
  0 siblings, 0 replies; 10+ messages in thread
From: Michael Palimaka @ 2017-10-05 12:05 UTC (permalink / raw
  To: gentoo-commits

commit:     5d502a9acdaaa6410a786a6d5f7b3138aa0da80c
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  5 12:04:34 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Oct  5 12:04:47 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d502a9a

sci-chemistry/openbabel-python: avoid installing python modules to /lib/

Package-Manager: Portage-2.3.8, Repoman-2.3.3

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

diff --git a/sci-chemistry/openbabel-python/openbabel-python-2.4.1.ebuild b/sci-chemistry/openbabel-python/openbabel-python-2.4.1-r1.ebuild
similarity index 98%
rename from sci-chemistry/openbabel-python/openbabel-python-2.4.1.ebuild
rename to sci-chemistry/openbabel-python/openbabel-python-2.4.1-r1.ebuild
index d7a9eb9e2cb..84f9aa89e74 100644
--- a/sci-chemistry/openbabel-python/openbabel-python-2.4.1.ebuild
+++ b/sci-chemistry/openbabel-python/openbabel-python-2.4.1-r1.ebuild
@@ -61,7 +61,7 @@ src_configure() {
 			-DPYTHON_INCLUDE_PATH="$(python_get_includedir)"
 			-DPYTHON_LIBRARY="$(python_get_library_path)"
 			-DENABLE_TESTS=ON
-			-DCMAKE_INSTALL_PREFIX="${ED}"
+			-DCMAKE_INSTALL_PREFIX="${ED%/}/usr"
 		)
 
 		cmake-utils_src_configure


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/openbabel-python/
@ 2017-10-05 12:05 Michael Palimaka
  0 siblings, 0 replies; 10+ messages in thread
From: Michael Palimaka @ 2017-10-05 12:05 UTC (permalink / raw
  To: gentoo-commits

commit:     7b7594bc4d29cc34e0930655fbb697e304f99d7d
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  5 11:44:43 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Oct  5 12:04:46 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b7594bc

sci-chemistry/openbabel-python: stabilise 2.4.1 for x86

Bug: https://bugs.gentoo.org/625088
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sci-chemistry/openbabel-python/openbabel-python-2.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-chemistry/openbabel-python/openbabel-python-2.4.1.ebuild b/sci-chemistry/openbabel-python/openbabel-python-2.4.1.ebuild
index 380aca3bc9f..d7a9eb9e2cb 100644
--- a/sci-chemistry/openbabel-python/openbabel-python-2.4.1.ebuild
+++ b/sci-chemistry/openbabel-python/openbabel-python-2.4.1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Python bindings for OpenBabel (including Pybel)"
 HOMEPAGE="http://openbabel.sourceforge.net/"
 SRC_URI="mirror://sourceforge/openbabel/openbabel-${PV}.tar.gz"
 
-KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
 SLOT="0/5"
 LICENSE="GPL-2"
 IUSE=""


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/openbabel-python/
@ 2020-08-02 12:03 Michał Górny
  0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2020-08-02 12:03 UTC (permalink / raw
  To: gentoo-commits

commit:     3adc7ecdf1a9e2ee5eb2c8e553e5f2ad942a88fc
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  2 11:55:37 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug  2 12:02:52 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3adc7ecd

sci-chemistry/openbabel-python: Remove py2.7

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

 sci-chemistry/openbabel-python/openbabel-python-2.4.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-chemistry/openbabel-python/openbabel-python-2.4.1-r1.ebuild b/sci-chemistry/openbabel-python/openbabel-python-2.4.1-r1.ebuild
index 270018c2341..fe6933bd986 100644
--- a/sci-chemistry/openbabel-python/openbabel-python-2.4.1-r1.ebuild
+++ b/sci-chemistry/openbabel-python/openbabel-python-2.4.1-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit cmake-utils python-r1
 


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2020-08-02 12:03 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-31 11:36 [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/openbabel-python/ Tobias Klausmann
  -- strict thread matches above, loose matches on Subject: below --
2020-08-02 12:03 Michał Górny
2017-10-05 12:05 Michael Palimaka
2017-10-05 12:05 Michael Palimaka
2017-09-12 22:58 Matt Turner
2017-06-20 12:44 Fabian Groffen
2017-05-20  9:52 Justin Lecher
2017-05-19  9:52 Justin Lecher
2015-11-11 15:09 Justin Lecher
2015-10-27 18:13 Justin Lecher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox