public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/boost-numpy/
@ 2016-06-01 18:52 Sergey Popov
  0 siblings, 0 replies; 4+ messages in thread
From: Sergey Popov @ 2016-06-01 18:52 UTC (permalink / raw
  To: gentoo-commits

commit:     0b0f9f37d0995be0bb173025f37e7e34bc45a5dc
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  1 18:51:22 2016 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Wed Jun  1 18:51:22 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b0f9f37

dev-libs/boost-numpy: update live ebuild

Bump EAPI to 6, use git-r3 and python-single-r1 eclasses.
Add compatibility with new Python ABI naming.

Package-Manager: portage-2.3.0_rc1

 dev-libs/boost-numpy/boost-numpy-9999.ebuild | 26 +++++++++++++++++++-------
 1 file changed, 19 insertions(+), 7 deletions(-)

diff --git a/dev-libs/boost-numpy/boost-numpy-9999.ebuild b/dev-libs/boost-numpy/boost-numpy-9999.ebuild
index 8a984c5..aef1918 100644
--- a/dev-libs/boost-numpy/boost-numpy-9999.ebuild
+++ b/dev-libs/boost-numpy/boost-numpy-9999.ebuild
@@ -1,15 +1,16 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-inherit cmake-utils
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+inherit cmake-utils python-single-r1
 
 DESCRIPTION="Boost.Python interface for NumPy"
 HOMEPAGE="https://github.com/ndarray/Boost.NumPy"
 if [ ${PV} == 9999 ]; then
-	inherit git-2
+	inherit git-r3
 	EGIT_REPO_URI="git://github.com/ndarray/Boost.NumPy.git \
 		https://github.com/ndarray/Boost.NumPy.git"
 else
@@ -18,14 +19,25 @@ fi
 
 LICENSE="Boost-1.0"
 SLOT=0
-IUSE="doc examples"
 KEYWORDS=""
 
-CDEPEND="dev-python/numpy
-	dev-libs/boost[python]"
+IUSE="doc examples"
+
+CDEPEND="dev-python/numpy[${PYTHON_USEDEP}]
+	dev-libs/boost[python,${PYTHON_USEDEP}]"
 DEPEND="${CDEPEND}"
 RDEPEND="${CDEPEND}"
 
+src_prepare() {
+	# Make sure that new Python ABI names are searched too
+	sed -i \
+		-e 's/PythonLibsNew/PythonLibs/' \
+		-e 's/python3/python/' \
+		CMakeLists.txt || die
+
+	cmake-utils_src_prepare
+}
+
 src_install() {
 	cmake-utils_src_install
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/boost-numpy/
@ 2016-06-01 19:09 Sergey Popov
  0 siblings, 0 replies; 4+ messages in thread
From: Sergey Popov @ 2016-06-01 19:09 UTC (permalink / raw
  To: gentoo-commits

commit:     a73d133d9c00e1950756d6f4959c6f02c50d7c2f
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  1 19:08:51 2016 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Wed Jun  1 19:09:10 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a73d133d

dev-libs/boost-numpy: drop obsolete snapshot ebuild

Does not work anymore, more that 3 years old.
Upstream did not care to make any release

Gentoo-Bug: 575760

Package-Manager: portage-2.3.0_rc1

 dev-libs/boost-numpy/Manifest                      |  1 -
 .../boost-numpy/boost-numpy-0_pre20131206.ebuild   | 34 ----------------------
 2 files changed, 35 deletions(-)

diff --git a/dev-libs/boost-numpy/Manifest b/dev-libs/boost-numpy/Manifest
deleted file mode 100644
index 48dadf8..0000000
--- a/dev-libs/boost-numpy/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST boost-numpy-0_pre20131206.tar.xz 53136 SHA256 113a7f71c2f62d009ba8329f05e07a76061e4f1b2392ff68a62998f7c52d62a0 SHA512 323084f58252d51c3dbbbcd49a427cd4c1adb4a9bcb68efb4c5d1b252d1baa3f66f2b7b24a7ed71c5ae0a7ebbfcf5af8033ad562206bc781f12588fb080a0448 WHIRLPOOL 5f6a8443280b2a0b325f14428ed8b7c0b7a976c2ff58adff3427c72deb8abc44c0988020ab9007f24f72c399a531ca6176f3639fa1d446bc3e137e97bf9667c6

diff --git a/dev-libs/boost-numpy/boost-numpy-0_pre20131206.ebuild b/dev-libs/boost-numpy/boost-numpy-0_pre20131206.ebuild
deleted file mode 100644
index 3a493ba..0000000
--- a/dev-libs/boost-numpy/boost-numpy-0_pre20131206.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit cmake-utils
-
-DESCRIPTION="Boost.Python interface for NumPy"
-HOMEPAGE="https://github.com/ndarray/Boost.NumPy"
-if [ ${PV} == 9999 ]; then
-	inherit git-2
-	EGIT_REPO_URI="git://github.com/ndarray/Boost.NumPy.git \
-		https://github.com/ndarray/Boost.NumPy.git"
-else
-	SRC_URI="https://dev.gentoo.org/~heroxbd/${P}.tar.xz"
-fi
-
-LICENSE="Boost-1.0"
-SLOT=0
-IUSE="doc examples"
-KEYWORDS="~amd64"
-
-CDEPEND="dev-python/numpy
-	dev-libs/boost[python]"
-DEPEND="${CDEPEND}"
-RDEPEND="${CDEPEND}"
-
-src_install() {
-	cmake-utils_src_install
-
-	use doc && dodoc -r libs/numpy/doc/*
-	use examples && dodoc -r libs/numpy/example
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/boost-numpy/
@ 2018-06-27 20:32 Pacho Ramos
  0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2018-06-27 20:32 UTC (permalink / raw
  To: gentoo-commits

commit:     f6a7f4a0146e70dfab7897f1ed42861db2ec8f8d
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 27 19:40:35 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Jun 27 20:32:18 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6a7f4a0

dev-libs/boost-numpy: Support python3.6

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-libs/boost-numpy/boost-numpy-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/boost-numpy/boost-numpy-9999.ebuild b/dev-libs/boost-numpy/boost-numpy-9999.ebuild
index e6dd4141386..c084c9a645f 100644
--- a/dev-libs/boost-numpy/boost-numpy-9999.ebuild
+++ b/dev-libs/boost-numpy/boost-numpy-9999.ebuild
@@ -1,9 +1,9 @@
-# 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=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit cmake-utils python-single-r1
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/boost-numpy/
@ 2019-04-16  9:50 David Seifert
  0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2019-04-16  9:50 UTC (permalink / raw
  To: gentoo-commits

commit:     367cb89aa1fc867b2748c491f31b744fa431e562
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 16 09:50:28 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Apr 16 09:50:28 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=367cb89a

dev-libs/boost-numpy: Upper bound on boost

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 dev-libs/boost-numpy/boost-numpy-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/boost-numpy/boost-numpy-9999.ebuild b/dev-libs/boost-numpy/boost-numpy-9999.ebuild
index c084c9a645f..11da47af140 100644
--- a/dev-libs/boost-numpy/boost-numpy-9999.ebuild
+++ b/dev-libs/boost-numpy/boost-numpy-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -27,7 +27,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 RDEPEND="
 	${PYTHON_DEPS}
 	dev-python/numpy[${PYTHON_USEDEP}]
-	dev-libs/boost[python,${PYTHON_USEDEP}]"
+	<dev-libs/boost-1.70[python,${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}"
 
 src_prepare() {


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

end of thread, other threads:[~2019-04-16  9:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-01 18:52 [gentoo-commits] repo/gentoo:master commit in: dev-libs/boost-numpy/ Sergey Popov
  -- strict thread matches above, loose matches on Subject: below --
2016-06-01 19:09 Sergey Popov
2018-06-27 20:32 Pacho Ramos
2019-04-16  9:50 David Seifert

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