public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/qt:master commit in: dev-python/shiboken/
@ 2012-02-15 17:58 Johannes Huber
  0 siblings, 0 replies; 17+ messages in thread
From: Johannes Huber @ 2012-02-15 17:58 UTC (permalink / raw
  To: gentoo-commits

commit:     634b39519c1a285c8f989acd82e970562b286383
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 15 18:03:07 2012 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Feb 15 18:03:07 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=634b3951

[dev-python/shiboken] EAPI 4, git-2 eclass.

(Portage version: 2.2.0_alpha86/git/Linux i686, unsigned Manifest commit)

---
 dev-python/shiboken/shiboken-9999.ebuild |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-python/shiboken/shiboken-9999.ebuild b/dev-python/shiboken/shiboken-9999.ebuild
index 16a3fda..052c099 100644
--- a/dev-python/shiboken/shiboken-9999.ebuild
+++ b/dev-python/shiboken/shiboken-9999.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/shiboken-0.3.2.ebuild,v 1.2 2010/06/16 19:36:37 ayoy Exp $
+# $Header: $
 
-EAPI="2"
+EAPI=4
 
-inherit cmake-utils git
+inherit cmake-utils git-2
 
 DESCRIPTION="A tool for creating Python bindings for C++ libraries"
 HOMEPAGE="http://www.pyside.org/"
-EGIT_REPO_URI="git://gitorious.org/pyside/${PN}.git"
+EGIT_REPO_URI="git://gitorious.org/pyside/${PN}"
 
 LICENSE="LGPL-2.1"
 SLOT="0"



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

* [gentoo-commits] proj/qt:master commit in: dev-python/shiboken/
@ 2012-09-08 20:52 Davide Pesavento
  0 siblings, 0 replies; 17+ messages in thread
From: Davide Pesavento @ 2012-09-08 20:52 UTC (permalink / raw
  To: gentoo-commits

commit:     9d081a65b68641e6a333e31d3f189600c6289d5c
Author:     Davide Pesavento <davidepesa <AT> gmail <DOT> com>
AuthorDate: Sat Sep  8 20:52:35 2012 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sat Sep  8 20:52:35 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=9d081a65

[dev-python/shiboken] Version bump.

(Portage version: 2.2.0_alpha124/git/Linux x86_64, unsigned Manifest commit)

---
 dev-python/shiboken/Manifest              |    1 +
 dev-python/shiboken/shiboken-1.1.2.ebuild |   93 +++++++++++++++++++++++++++++
 2 files changed, 94 insertions(+), 0 deletions(-)

diff --git a/dev-python/shiboken/Manifest b/dev-python/shiboken/Manifest
new file mode 100644
index 0000000..05238dd
--- /dev/null
+++ b/dev-python/shiboken/Manifest
@@ -0,0 +1 @@
+DIST shiboken-1.1.2.tar.bz2 1067457 SHA256 8f9e8fbe7b3667aafdf6bc88663d28f43999d7ccbfdc3e63aa791db1a554a9dd SHA512 520818743497d82ca2e111a617176068d9daf47b96e8a545949ca644f000d2281dac4d0bd1c12af7822a4895b4019a6e1a76eca47121e792669be0f5ba6f6bd6 WHIRLPOOL b85747663a969c8bac711d55ca4b20de03715777289ef453d6c88354e1ede39f1a3f9c1286ddbcb130570cd49bbfd4f299b46aca822b6f6edcf23e039db9c126

diff --git a/dev-python/shiboken/shiboken-1.1.2.ebuild b/dev-python/shiboken/shiboken-1.1.2.ebuild
new file mode 100644
index 0000000..a38f20a
--- /dev/null
+++ b/dev-python/shiboken/shiboken-1.1.2.ebuild
@@ -0,0 +1,93 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/shiboken-1.1.1.ebuild,v 1.6 2012/07/27 21:31:46 steev Exp $
+
+EAPI=4
+
+PYTHON_DEPEND="2:2.6 3:3.2"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="2.4 2.5 3.1 *-jython 2.7-pypy-*"
+
+inherit multilib cmake-utils python
+
+DESCRIPTION="A tool for creating Python bindings for C++ libraries"
+HOMEPAGE="http://www.pyside.org/"
+SRC_URI="http://www.pyside.org/files/${P}.tar.bz2"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="
+	>=dev-libs/libxml2-2.6.32
+	>=dev-libs/libxslt-1.1.19
+	>=x11-libs/qt-core-4.7.0:4
+	>=x11-libs/qt-xmlpatterns-4.7.0:4
+	!dev-python/apiextractor
+	!dev-python/generatorrunner
+"
+DEPEND="${RDEPEND}
+	test? (
+		>=x11-libs/qt-gui-4.7.0:4
+		>=x11-libs/qt-test-4.7.0:4
+	)"
+
+DOCS=( AUTHORS ChangeLog )
+
+src_prepare() {
+	# Fix inconsistent naming of libshiboken.so and ShibokenConfig.cmake,
+	# caused by the usage of a different version suffix with python >= 3.2
+	sed -i -e "/get_config_var('SOABI')/d" \
+		cmake/Modules/FindPython3InterpWithDebug.cmake || die
+
+	if use prefix; then
+		cp "${FILESDIR}"/rpath.cmake .
+		sed \
+			-i '1iinclude(rpath.cmake)' \
+			CMakeLists.txt || die
+	fi
+}
+
+src_configure() {
+	configuration() {
+		local mycmakeargs=(
+			-DPYTHON_EXECUTABLE="$(PYTHON -a)"
+			-DPYTHON_SUFFIX="-python${PYTHON_ABI}"
+			$(cmake-utils_use_build test TESTS)
+		)
+
+		if [[ $(python_get_version -l --major) == 3 ]]; then
+			mycmakeargs+=(
+				-DUSE_PYTHON3=ON
+				-DPYTHON3_INCLUDE_DIR="$(python_get_includedir)"
+				-DPYTHON3_LIBRARY="$(python_get_library)"
+			)
+		fi
+
+		CMAKE_BUILD_DIR="${S}_${PYTHON_ABI}" cmake-utils_src_configure
+	}
+	python_execute_function configuration
+}
+
+src_compile() {
+	compilation() {
+		CMAKE_BUILD_DIR="${S}_${PYTHON_ABI}" cmake-utils_src_make
+	}
+	python_execute_function compilation
+}
+
+src_test() {
+	testing() {
+		CMAKE_BUILD_DIR="${S}_${PYTHON_ABI}" cmake-utils_src_test
+	}
+	python_execute_function testing
+}
+
+src_install() {
+	installation() {
+		CMAKE_BUILD_DIR="${S}_${PYTHON_ABI}" cmake-utils_src_install
+		mv "${ED}"usr/$(get_libdir)/pkgconfig/${PN}{,-python${PYTHON_ABI}}.pc || die
+	}
+	python_execute_function installation
+}


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

* [gentoo-commits] proj/qt:master commit in: dev-python/shiboken/
@ 2012-09-08 21:52 Davide Pesavento
  0 siblings, 0 replies; 17+ messages in thread
From: Davide Pesavento @ 2012-09-08 21:52 UTC (permalink / raw
  To: gentoo-commits

commit:     4ca9ad5a763124e0a721bfa5f11ae2bc71cf63cd
Author:     Davide Pesavento <davidepesa <AT> gmail <DOT> com>
AuthorDate: Sat Sep  8 21:51:44 2012 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sat Sep  8 21:51:44 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=4ca9ad5a

[dev-python/shiboken] Move 1.1.2 to portage.

(Portage version: 2.2.0_alpha124/git/Linux x86_64, unsigned Manifest commit)

---
 dev-python/shiboken/Manifest              |    1 -
 dev-python/shiboken/shiboken-1.1.2.ebuild |   93 -----------------------------
 2 files changed, 0 insertions(+), 94 deletions(-)

diff --git a/dev-python/shiboken/Manifest b/dev-python/shiboken/Manifest
deleted file mode 100644
index 05238dd..0000000
--- a/dev-python/shiboken/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST shiboken-1.1.2.tar.bz2 1067457 SHA256 8f9e8fbe7b3667aafdf6bc88663d28f43999d7ccbfdc3e63aa791db1a554a9dd SHA512 520818743497d82ca2e111a617176068d9daf47b96e8a545949ca644f000d2281dac4d0bd1c12af7822a4895b4019a6e1a76eca47121e792669be0f5ba6f6bd6 WHIRLPOOL b85747663a969c8bac711d55ca4b20de03715777289ef453d6c88354e1ede39f1a3f9c1286ddbcb130570cd49bbfd4f299b46aca822b6f6edcf23e039db9c126

diff --git a/dev-python/shiboken/shiboken-1.1.2.ebuild b/dev-python/shiboken/shiboken-1.1.2.ebuild
deleted file mode 100644
index a38f20a..0000000
--- a/dev-python/shiboken/shiboken-1.1.2.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/shiboken-1.1.1.ebuild,v 1.6 2012/07/27 21:31:46 steev Exp $
-
-EAPI=4
-
-PYTHON_DEPEND="2:2.6 3:3.2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="2.4 2.5 3.1 *-jython 2.7-pypy-*"
-
-inherit multilib cmake-utils python
-
-DESCRIPTION="A tool for creating Python bindings for C++ libraries"
-HOMEPAGE="http://www.pyside.org/"
-SRC_URI="http://www.pyside.org/files/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND="
-	>=dev-libs/libxml2-2.6.32
-	>=dev-libs/libxslt-1.1.19
-	>=x11-libs/qt-core-4.7.0:4
-	>=x11-libs/qt-xmlpatterns-4.7.0:4
-	!dev-python/apiextractor
-	!dev-python/generatorrunner
-"
-DEPEND="${RDEPEND}
-	test? (
-		>=x11-libs/qt-gui-4.7.0:4
-		>=x11-libs/qt-test-4.7.0:4
-	)"
-
-DOCS=( AUTHORS ChangeLog )
-
-src_prepare() {
-	# Fix inconsistent naming of libshiboken.so and ShibokenConfig.cmake,
-	# caused by the usage of a different version suffix with python >= 3.2
-	sed -i -e "/get_config_var('SOABI')/d" \
-		cmake/Modules/FindPython3InterpWithDebug.cmake || die
-
-	if use prefix; then
-		cp "${FILESDIR}"/rpath.cmake .
-		sed \
-			-i '1iinclude(rpath.cmake)' \
-			CMakeLists.txt || die
-	fi
-}
-
-src_configure() {
-	configuration() {
-		local mycmakeargs=(
-			-DPYTHON_EXECUTABLE="$(PYTHON -a)"
-			-DPYTHON_SUFFIX="-python${PYTHON_ABI}"
-			$(cmake-utils_use_build test TESTS)
-		)
-
-		if [[ $(python_get_version -l --major) == 3 ]]; then
-			mycmakeargs+=(
-				-DUSE_PYTHON3=ON
-				-DPYTHON3_INCLUDE_DIR="$(python_get_includedir)"
-				-DPYTHON3_LIBRARY="$(python_get_library)"
-			)
-		fi
-
-		CMAKE_BUILD_DIR="${S}_${PYTHON_ABI}" cmake-utils_src_configure
-	}
-	python_execute_function configuration
-}
-
-src_compile() {
-	compilation() {
-		CMAKE_BUILD_DIR="${S}_${PYTHON_ABI}" cmake-utils_src_make
-	}
-	python_execute_function compilation
-}
-
-src_test() {
-	testing() {
-		CMAKE_BUILD_DIR="${S}_${PYTHON_ABI}" cmake-utils_src_test
-	}
-	python_execute_function testing
-}
-
-src_install() {
-	installation() {
-		CMAKE_BUILD_DIR="${S}_${PYTHON_ABI}" cmake-utils_src_install
-		mv "${ED}"usr/$(get_libdir)/pkgconfig/${PN}{,-python${PYTHON_ABI}}.pc || die
-	}
-	python_execute_function installation
-}


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

* [gentoo-commits] proj/qt:master commit in: dev-python/shiboken/
@ 2012-10-12 23:59 Davide Pesavento
  0 siblings, 0 replies; 17+ messages in thread
From: Davide Pesavento @ 2012-10-12 23:59 UTC (permalink / raw
  To: gentoo-commits

commit:     724dc178c3381387a8ba102832e6879772b3152d
Author:     Davide Pesavento <davidepesa <AT> gmail <DOT> com>
AuthorDate: Fri Oct 12 23:57:32 2012 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Fri Oct 12 23:57:32 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=724dc178

[dev-python/shiboken] Fix paths for prefix.

---
 dev-python/shiboken/shiboken-9999.ebuild |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-python/shiboken/shiboken-9999.ebuild b/dev-python/shiboken/shiboken-9999.ebuild
index b882d41..055d3c5 100644
--- a/dev-python/shiboken/shiboken-9999.ebuild
+++ b/dev-python/shiboken/shiboken-9999.ebuild
@@ -51,6 +51,7 @@ src_configure() {
 	configuration() {
 		local mycmakeargs=(
 			-DPYTHON_EXECUTABLE="$(PYTHON -a)"
+			-DPYTHON_SITE_PACKAGES="${EPREFIX}$(python_get_sitedir)"
 			-DPYTHON_SUFFIX="-python${PYTHON_ABI}"
 			$(cmake-utils_use_build test TESTS)
 		)
@@ -58,8 +59,8 @@ src_configure() {
 		if [[ $(python_get_version -l --major) == 3 ]]; then
 			mycmakeargs+=(
 				-DUSE_PYTHON3=ON
-				-DPYTHON3_INCLUDE_DIR="$(python_get_includedir)"
-				-DPYTHON3_LIBRARY="$(python_get_library)"
+				-DPYTHON3_INCLUDE_DIR="${EPREFIX}$(python_get_includedir)"
+				-DPYTHON3_LIBRARY="${EPREFIX}$(python_get_library)"
 			)
 		fi
 


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

* [gentoo-commits] proj/qt:master commit in: dev-python/shiboken/
@ 2012-10-14 14:03 Davide Pesavento
  0 siblings, 0 replies; 17+ messages in thread
From: Davide Pesavento @ 2012-10-14 14:03 UTC (permalink / raw
  To: gentoo-commits

commit:     c6c39a165e5327606af2ec25a05b78f63707f021
Author:     Davide Pesavento <davidepesa <AT> gmail <DOT> com>
AuthorDate: Sun Oct 14 14:02:44 2012 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sun Oct 14 14:02:44 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=c6c39a16

[dev-python/shiboken] Tests require numpy.

(Portage version: 2.2.0_alpha137/git/Linux x86_64)

---
 dev-python/shiboken/shiboken-9999.ebuild |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dev-python/shiboken/shiboken-9999.ebuild b/dev-python/shiboken/shiboken-9999.ebuild
index 055d3c5..5889f2c 100644
--- a/dev-python/shiboken/shiboken-9999.ebuild
+++ b/dev-python/shiboken/shiboken-9999.ebuild
@@ -29,6 +29,7 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
 	test? (
+		dev-python/numpy
 		>=x11-libs/qt-gui-4.7.0:4
 		>=x11-libs/qt-test-4.7.0:4
 	)"


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

* [gentoo-commits] proj/qt:master commit in: dev-python/shiboken/
@ 2012-10-17  6:34 Michael Palimaka
  0 siblings, 0 replies; 17+ messages in thread
From: Michael Palimaka @ 2012-10-17  6:34 UTC (permalink / raw
  To: gentoo-commits

commit:     edbcf5cdcd676c839dd376571345f158daee0a36
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 17 06:32:20 2012 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Oct 17 06:32:20 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=edbcf5cd

[dev-python/shiboken] Restrict python-3.3, wrt bug #438552.

Package-Manager: portage-2.1.11.28

---
 dev-python/shiboken/shiboken-9999.ebuild |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dev-python/shiboken/shiboken-9999.ebuild b/dev-python/shiboken/shiboken-9999.ebuild
index 5889f2c..9da6feb 100644
--- a/dev-python/shiboken/shiboken-9999.ebuild
+++ b/dev-python/shiboken/shiboken-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=4
 
 PYTHON_DEPEND="2:2.6 3:3.2"
 SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="2.4 2.5 3.1 *-jython 2.7-pypy-*"
+RESTRICT_PYTHON_ABIS="2.4 2.5 3.1 3.3 *-jython 2.7-pypy-*"
 
 inherit multilib cmake-utils python git-2
 


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

* [gentoo-commits] proj/qt:master commit in: dev-python/shiboken/
@ 2013-02-04 16:53 Michael Palimaka
  0 siblings, 0 replies; 17+ messages in thread
From: Michael Palimaka @ 2013-02-04 16:53 UTC (permalink / raw
  To: gentoo-commits

commit:     bc9ea7e0470c908fb9a05c8119e003bc515c2e1a
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  4 16:40:04 2013 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Feb  4 16:40:04 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=bc9ea7e0

[dev-python/shiboken] Sync with portage.

Package-Manager: portage-2.1.11.50

---
 dev-python/shiboken/shiboken-9999.ebuild |   40 ++++++++++++-----------------
 1 files changed, 17 insertions(+), 23 deletions(-)

diff --git a/dev-python/shiboken/shiboken-9999.ebuild b/dev-python/shiboken/shiboken-9999.ebuild
index 1ff5ab1..e074d1e 100644
--- a/dev-python/shiboken/shiboken-9999.ebuild
+++ b/dev-python/shiboken/shiboken-9999.ebuild
@@ -2,13 +2,11 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=4
+EAPI=5
 
-PYTHON_DEPEND="2:2.6 3:3.2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="2.4 2.5 3.1 3.3 *-jython 2.7-pypy-*"
+PYTHON_COMPAT=( python{2_6,2_7,3_2} )
 
-inherit multilib cmake-utils python git-2
+inherit multilib cmake-utils python-r1 git-2
 
 DESCRIPTION="A tool for creating Python bindings for C++ libraries"
 HOMEPAGE="http://www.pyside.org/"
@@ -29,11 +27,13 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
 	test? (
-		dev-python/numpy
+		dev-python/numpy[${PYTHON_USEDEP}]
 		>=x11-libs/qt-gui-4.7.0:4
 		>=x11-libs/qt-test-4.7.0:4
 	)"
 
+DOCS=( AUTHORS ChangeLog )
+
 src_prepare() {
 	# Fix inconsistent naming of libshiboken.so and ShibokenConfig.cmake,
 	# caused by the usage of a different version suffix with python >= 3.2
@@ -51,43 +51,37 @@ src_prepare() {
 src_configure() {
 	configuration() {
 		local mycmakeargs=(
-			-DPYTHON_EXECUTABLE="$(PYTHON -a)"
+			-DPYTHON_EXECUTABLE="${PYTHON}"
 			-DPYTHON_SITE_PACKAGES="${EPREFIX}$(python_get_sitedir)"
-			-DPYTHON_SUFFIX="-python${PYTHON_ABI}"
+			-DPYTHON_SUFFIX="-${EPYTHON}"
 			$(cmake-utils_use_build test TESTS)
 		)
 
-		if [[ $(python_get_version -l --major) == 3 ]]; then
+		if [[ ${EPYTHON} == python3* ]]; then
 			mycmakeargs+=(
 				-DUSE_PYTHON3=ON
 				-DPYTHON3_INCLUDE_DIR="${EPREFIX}$(python_get_includedir)"
-				-DPYTHON3_LIBRARY="${EPREFIX}$(python_get_library)"
+				-DPYTHON3_LIBRARY="${EPREFIX}$(python_get_library_path)"
 			)
 		fi
 
-		CMAKE_BUILD_DIR="${S}_${PYTHON_ABI}" cmake-utils_src_configure
+		cmake-utils_src_configure
 	}
-	python_execute_function configuration
+	python_foreach_impl configuration
 }
 
 src_compile() {
-	compilation() {
-		CMAKE_BUILD_DIR="${S}_${PYTHON_ABI}" cmake-utils_src_make
-	}
-	python_execute_function compilation
+	python_foreach_impl cmake-utils_src_make
 }
 
 src_test() {
-	testing() {
-		CMAKE_BUILD_DIR="${S}_${PYTHON_ABI}" cmake-utils_src_test
-	}
-	python_execute_function testing
+	python_foreach_impl cmake-utils_src_test
 }
 
 src_install() {
 	installation() {
-		CMAKE_BUILD_DIR="${S}_${PYTHON_ABI}" cmake-utils_src_install
-		mv "${ED}"usr/$(get_libdir)/pkgconfig/${PN}{,-python${PYTHON_ABI}}.pc || die
+		cmake-utils_src_install
+		mv "${ED}"usr/$(get_libdir)/pkgconfig/${PN}{,-${EPYTHON}}.pc || die
 	}
-	python_execute_function installation
+	python_foreach_impl installation
 }


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

* [gentoo-commits] proj/qt:master commit in: dev-python/shiboken/
@ 2014-06-10  8:01 Michael Palimaka
  0 siblings, 0 replies; 17+ messages in thread
From: Michael Palimaka @ 2014-06-10  8:01 UTC (permalink / raw
  To: gentoo-commits

commit:     1996892a3b7acbe7fef6689c8609e792b2264321
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 10 08:01:35 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Jun 10 08:01:35 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=1996892a

[dev-python/shiboken] Remove Python 2.6 support.

Package-Manager: portage-2.2.10

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

diff --git a/dev-python/shiboken/shiboken-9999.ebuild b/dev-python/shiboken/shiboken-9999.ebuild
index 1d6bb13..8ca5d37 100644
--- a/dev-python/shiboken/shiboken-9999.ebuild
+++ b/dev-python/shiboken/shiboken-9999.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_2,3_3} )
 
 inherit multilib cmake-utils python-r1 git-r3
 


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

* [gentoo-commits] proj/qt:master commit in: dev-python/shiboken/
@ 2014-09-20 23:32 Davide Pesavento
  0 siblings, 0 replies; 17+ messages in thread
From: Davide Pesavento @ 2014-09-20 23:32 UTC (permalink / raw
  To: gentoo-commits

commit:     e61dde13d2615267e9ab53945c7abd1d02d8edb3
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 20 23:32:39 2014 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sat Sep 20 23:32:39 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=e61dde13

[dev-python/shiboken] Sync with portage.

Package-Manager: portage-2.2.13

---
 dev-python/shiboken/shiboken-9999.ebuild | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/dev-python/shiboken/shiboken-9999.ebuild b/dev-python/shiboken/shiboken-9999.ebuild
index dff6cf9..6723d94 100644
--- a/dev-python/shiboken/shiboken-9999.ebuild
+++ b/dev-python/shiboken/shiboken-9999.ebuild
@@ -1,12 +1,12 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/shiboken-1.2.1-r1.ebuild,v 1.2 2013/12/25 17:44:15 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/shiboken-1.2.2.ebuild,v 1.4 2014/09/20 23:15:39 pesa Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_3} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 
-inherit multilib cmake-utils python-r1 git-r3
+inherit cmake-utils multilib python-r1 git-r3
 
 DESCRIPTION="A tool for creating Python bindings for C++ libraries"
 HOMEPAGE="http://qt-project.org/wiki/PySide"
@@ -21,17 +21,15 @@ KEYWORDS=""
 IUSE="test"
 
 RDEPEND="
-	>=dev-libs/libxml2-2.6.32
-	>=dev-libs/libxslt-1.1.19
-	>=dev-qt/qtcore-4.7.0:4
-	>=dev-qt/qtxmlpatterns-4.7.0:4
-	!dev-python/apiextractor
-	!dev-python/generatorrunner
+	dev-libs/libxml2
+	dev-libs/libxslt
+	dev-qt/qtcore:4
+	dev-qt/qtxmlpatterns:4
 "
 DEPEND="${RDEPEND}
 	test? (
-		>=dev-qt/qtgui-4.7.0:4
-		>=dev-qt/qttest-4.7.0:4
+		dev-qt/qtgui:4
+		dev-qt/qttest:4
 	)"
 
 DOCS=( AUTHORS ChangeLog )
@@ -46,6 +44,8 @@ src_prepare() {
 		cp "${FILESDIR}"/rpath.cmake . || die
 		sed -i -e '1iinclude(rpath.cmake)' CMakeLists.txt || die
 	fi
+
+	cmake-utils_src_prepare
 }
 
 src_configure() {
@@ -72,7 +72,7 @@ src_configure() {
 }
 
 src_compile() {
-	python_foreach_impl cmake-utils_src_make
+	python_foreach_impl cmake-utils_src_compile
 }
 
 src_test() {


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

* [gentoo-commits] proj/qt:master commit in: dev-python/shiboken/
@ 2014-09-21  0:01 Davide Pesavento
  0 siblings, 0 replies; 17+ messages in thread
From: Davide Pesavento @ 2014-09-21  0:01 UTC (permalink / raw
  To: gentoo-commits

commit:     0e3ea2a7ec94d67a23860a2bbd4450565608261f
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 21 00:01:34 2014 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sun Sep 21 00:01:34 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=0e3ea2a7

[dev-python/shiboken] Sync again.

Package-Manager: portage-2.2.13

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

diff --git a/dev-python/shiboken/shiboken-9999.ebuild b/dev-python/shiboken/shiboken-9999.ebuild
index 6723d94..bfb016a 100644
--- a/dev-python/shiboken/shiboken-9999.ebuild
+++ b/dev-python/shiboken/shiboken-9999.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/shiboken-1.2.2.ebuild,v 1.4 2014/09/20 23:15:39 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/shiboken-1.2.2.ebuild,v 1.5 2014/09/20 23:58:11 pesa Exp $
 
 EAPI=5
 
@@ -18,9 +18,12 @@ EGIT_REPO_URI=(
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS=""
+
 IUSE="test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
+	${PYTHON_DEPS}
 	dev-libs/libxml2
 	dev-libs/libxslt
 	dev-qt/qtcore:4


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

* [gentoo-commits] proj/qt:master commit in: dev-python/shiboken/
@ 2016-10-28 16:12 Michael Palimaka
  0 siblings, 0 replies; 17+ messages in thread
From: Michael Palimaka @ 2016-10-28 16:12 UTC (permalink / raw
  To: gentoo-commits

commit:     3e8f92f3984df2929fb4595cf7680c60693c7ac8
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 28 15:47:42 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Oct 28 16:12:44 2016 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=3e8f92f3

dev-python/shiboken: follow upstream changes

Package-Manager: portage-2.3.2

 dev-python/shiboken/shiboken-9999.ebuild | 37 +++++++++++++-------------------
 1 file changed, 15 insertions(+), 22 deletions(-)

diff --git a/dev-python/shiboken/shiboken-9999.ebuild b/dev-python/shiboken/shiboken-9999.ebuild
index fd339bd..d04a967 100644
--- a/dev-python/shiboken/shiboken-9999.ebuild
+++ b/dev-python/shiboken/shiboken-9999.ebuild
@@ -2,11 +2,11 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
 
-inherit cmake-utils multilib python-r1 git-r3
+inherit cmake-utils python-r1 git-r3
 
 DESCRIPTION="A tool for creating Python bindings for C++ libraries"
 HOMEPAGE="https://wiki.qt.io/Pyside"
@@ -18,31 +18,28 @@ EGIT_REPO_URI=(
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS=""
-
 IUSE="test"
+
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
 	${PYTHON_DEPS}
 	dev-libs/libxml2
 	dev-libs/libxslt
-	dev-qt/qtcore:4
-	dev-qt/qtxmlpatterns:4
+	dev-qt/qtcore:5
+	dev-qt/qtxml:5
+	dev-qt/qtxmlpatterns:5
 "
 DEPEND="${RDEPEND}
 	test? (
-		dev-qt/qtgui:4
-		dev-qt/qttest:4
-	)"
+		dev-qt/qtgui:5
+		dev-qt/qttest:5
+	)
+"
 
-DOCS=( AUTHORS ChangeLog )
+DOCS=( AUTHORS )
 
 src_prepare() {
-	# Fix inconsistent naming of libshiboken.so and ShibokenConfig.cmake,
-	# caused by the usage of a different version suffix with python >= 3.2
-	sed -i -e "/get_config_var('SOABI')/d" \
-		cmake/Modules/FindPython3InterpWithDebug.cmake || die
-
 	if use prefix; then
 		cp "${FILESDIR}"/rpath.cmake . || die
 		sed -i -e '1iinclude(rpath.cmake)' CMakeLists.txt || die
@@ -54,18 +51,14 @@ src_prepare() {
 src_configure() {
 	configuration() {
 		local mycmakeargs=(
-			$(cmake-utils_use_build test TESTS)
+			-DBUILD_TESTS=$(usex test)
 			-DPYTHON_EXECUTABLE="${PYTHON}"
 			-DPYTHON_SITE_PACKAGES="$(python_get_sitedir)"
-			-DPYTHON_SUFFIX="-${EPYTHON}"
 		)
 
 		if [[ ${EPYTHON} == python3* ]]; then
 			mycmakeargs+=(
-				-DUSE_PYTHON3=ON
-				-DPYTHON3_EXECUTABLE="${PYTHON}"
-				-DPYTHON3_INCLUDE_DIR="$(python_get_includedir)"
-				-DPYTHON3_LIBRARY="$(python_get_library_path)"
+				-DUSE_PYTHON_VERSION=3
 			)
 		fi
 
@@ -85,7 +78,7 @@ src_test() {
 src_install() {
 	installation() {
 		cmake-utils_src_install
-		mv "${ED}"usr/$(get_libdir)/pkgconfig/${PN}{,-${EPYTHON}}.pc || die
+		mv "${ED}"usr/$(get_libdir)/pkgconfig/${PN}2{,-${EPYTHON}}.pc || die
 	}
 	python_foreach_impl installation
 }


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

* [gentoo-commits] proj/qt:master commit in: dev-python/shiboken/
@ 2017-04-30 20:10 Davide Pesavento
  0 siblings, 0 replies; 17+ messages in thread
From: Davide Pesavento @ 2017-04-30 20:10 UTC (permalink / raw
  To: gentoo-commits

commit:     ca191eebe4ba022498f3edb0dc665fad8efc1bb3
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 30 20:10:16 2017 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sun Apr 30 20:10:16 2017 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=ca191eeb

dev-python/shiboken: update LICENSE

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/dev-python/shiboken/shiboken-9999.ebuild b/dev-python/shiboken/shiboken-9999.ebuild
index 721c08d3..a0b130fe 100644
--- a/dev-python/shiboken/shiboken-9999.ebuild
+++ b/dev-python/shiboken/shiboken-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit cmake-utils llvm python-r1 git-r3
 
@@ -16,7 +16,7 @@ EGIT_REPO_URI=(
 #FIXME: Switch to the clang-enabled "dev" branch once stable.
 EGIT_BRANCH="5.6"
 
-LICENSE="LGPL-2.1"
+LICENSE="|| ( GPL-2+ LGPL-3 ) GPL-3"
 SLOT="2"
 KEYWORDS=""
 IUSE="test"


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

* [gentoo-commits] proj/qt:master commit in: dev-python/shiboken/
@ 2017-05-04 14:14 Davide Pesavento
  0 siblings, 0 replies; 17+ messages in thread
From: Davide Pesavento @ 2017-05-04 14:14 UTC (permalink / raw
  To: gentoo-commits

commit:     c4ab11d8c0f3469148e6d3db11633d459e8be7a5
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Thu May  4 14:14:27 2017 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Thu May  4 14:14:27 2017 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=c4ab11d8

dev-python/shiboken: simplify

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/shiboken/shiboken-9999.ebuild | 16 ++--------------
 1 file changed, 2 insertions(+), 14 deletions(-)

diff --git a/dev-python/shiboken/shiboken-9999.ebuild b/dev-python/shiboken/shiboken-9999.ebuild
index a0b130fe..6eb6cdd8 100644
--- a/dev-python/shiboken/shiboken-9999.ebuild
+++ b/dev-python/shiboken/shiboken-9999.ebuild
@@ -26,7 +26,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 QT_PV="5.6*:5"
 
 #FIXME: Add "sys-devel/clang:*" after switching to the "dev" branch.
-RDEPEND="
+DEPEND="
 	${PYTHON_DEPS}
 	dev-libs/libxml2
 	dev-libs/libxslt
@@ -34,12 +34,7 @@ RDEPEND="
 	=dev-qt/qtxml-${QT_PV}
 	=dev-qt/qtxmlpatterns-${QT_PV}
 "
-DEPEND="${RDEPEND}
-	test? (
-		=dev-qt/qtgui-${QT_PV}
-		=dev-qt/qttest-${QT_PV}
-	)
-"
+RDEPEND="${DEPEND}"
 
 DOCS=( AUTHORS )
 
@@ -60,15 +55,8 @@ src_configure() {
 		local mycmakeargs=(
 			-DBUILD_TESTS=$(usex test)
 			-DPYTHON_EXECUTABLE="${PYTHON}"
-			-DPYTHON_SITE_PACKAGES="$(python_get_sitedir)"
 		)
 
-		if [[ ${EPYTHON} == python3* ]]; then
-			mycmakeargs+=(
-				-DUSE_PYTHON_VERSION=3
-			)
-		fi
-
 		#FIXME: Uncomment after switching to the "dev" branch.
 		#FIXME: "CMakeLists.txt" currently requires that callers manually set
 		#this environment variable to the absolute path of the directory


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

* [gentoo-commits] proj/qt:master commit in: dev-python/shiboken/
@ 2017-09-03  0:35 Davide Pesavento
  0 siblings, 0 replies; 17+ messages in thread
From: Davide Pesavento @ 2017-09-03  0:35 UTC (permalink / raw
  To: gentoo-commits

commit:     9bc42542f34ee8de0a15ab319a75c2e0e750e53e
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  3 00:33:05 2017 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sun Sep  3 00:33:05 2017 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=9bc42542

dev-python/shiboken: drop insecure git:// repo URI

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-python/shiboken/shiboken-9999.ebuild | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-python/shiboken/shiboken-9999.ebuild b/dev-python/shiboken/shiboken-9999.ebuild
index db5f67f6..8993de01 100644
--- a/dev-python/shiboken/shiboken-9999.ebuild
+++ b/dev-python/shiboken/shiboken-9999.ebuild
@@ -9,10 +9,7 @@ inherit cmake-utils llvm python-r1 git-r3
 
 DESCRIPTION="Tool for creating Python bindings for C++ libraries"
 HOMEPAGE="https://wiki.qt.io/PySide2"
-EGIT_REPO_URI=(
-	"git://code.qt.io/pyside/pyside-setup.git"
-	"https://code.qt.io/git/pyside/pyside-setup.git"
-)
+EGIT_REPO_URI="https://code.qt.io/pyside/pyside-setup.git"
 #FIXME: Switch to the clang-enabled "dev" branch once stable.
 EGIT_BRANCH="5.6"
 


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

* [gentoo-commits] proj/qt:master commit in: dev-python/shiboken/
@ 2017-12-30 18:41 Davide Pesavento
  0 siblings, 0 replies; 17+ messages in thread
From: Davide Pesavento @ 2017-12-30 18:41 UTC (permalink / raw
  To: gentoo-commits

commit:     ebd4191bab4126ea9c5aa14b9f454def43919966
Author:     bug2017@wolke7.net <bug2017 <AT> wolke7 <DOT> net>
AuthorDate: Sat Dec 30 18:34:39 2017 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sat Dec 30 18:36:55 2017 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=ebd4191b

dev-python/shiboken: allow qt > 5.9

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-python/shiboken/shiboken-9999.ebuild | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/dev-python/shiboken/shiboken-9999.ebuild b/dev-python/shiboken/shiboken-9999.ebuild
index 1f5a91b9..bc1ee479 100644
--- a/dev-python/shiboken/shiboken-9999.ebuild
+++ b/dev-python/shiboken/shiboken-9999.ebuild
@@ -24,17 +24,15 @@ IUSE="numpy test"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 # Minimum version of Qt required.
-QT_PV="5.9*:5"
+QT_PV="5.9.0:5"
 
-#FIXME: Determine the maximum supported version of clang.
-#FIXME: Determine exactly which versions of numpy are supported.
 DEPEND="
 	${PYTHON_DEPS}
 	dev-libs/libxml2
 	dev-libs/libxslt
-	=dev-qt/qtcore-${QT_PV}
-	=dev-qt/qtxml-${QT_PV}
-	=dev-qt/qtxmlpatterns-${QT_PV}
+	>=dev-qt/qtcore-${QT_PV}
+	>=dev-qt/qtxml-${QT_PV}
+	>=dev-qt/qtxmlpatterns-${QT_PV}
 	>=sys-devel/clang-3.9.1:=
 	numpy? ( dev-python/numpy )
 "


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

* [gentoo-commits] proj/qt:master commit in: dev-python/shiboken/
@ 2017-12-30 21:25 Davide Pesavento
  0 siblings, 0 replies; 17+ messages in thread
From: Davide Pesavento @ 2017-12-30 21:25 UTC (permalink / raw
  To: gentoo-commits

commit:     1c4b5030fc575bc2a7ed66b59e42c6dce9599543
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 30 21:24:49 2017 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sat Dec 30 21:25:21 2017 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=1c4b5030

dev-python/shiboken: fix detection of clang builtin includes

Bug: https://bugs.gentoo.org/624682
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-python/shiboken/shiboken-9999.ebuild | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-python/shiboken/shiboken-9999.ebuild b/dev-python/shiboken/shiboken-9999.ebuild
index bc1ee479..0192869d 100644
--- a/dev-python/shiboken/shiboken-9999.ebuild
+++ b/dev-python/shiboken/shiboken-9999.ebuild
@@ -50,8 +50,7 @@ llvm_check_deps() {
 src_prepare() {
 	#FIXME: File an upstream issue requesting a sane way to disable NumPy support.
 	if ! use numpy; then
-		sed -i -e '/print(os\.path\.realpath(numpy))/d' \
-			libshiboken/CMakeLists.txt || die
+		sed -i -e '/print(os\.path\.realpath(numpy))/d' libshiboken/CMakeLists.txt || die
 	fi
 
 	if use prefix; then
@@ -59,6 +58,10 @@ src_prepare() {
 		sed -i -e '1iinclude(rpath.cmake)' CMakeLists.txt || die
 	fi
 
+	# CMakeLists.txt assumes clang builtin includes are installed
+	# under LLVM_INSTALL_DIR. They are not on Gentoo. See bug 624682.
+	sed -i -e "/set(CLANG_BUILTIN_INCLUDES_DIR_PREFIX /s:\${CLANG_DIR}:${EPREFIX}/usr:" CMakeLists.txt || die
+
 	cmake-utils_src_prepare
 }
 
@@ -67,6 +70,7 @@ src_configure() {
 		local mycmakeargs=(
 			-DBUILD_TESTS=$(usex test)
 			-DPYTHON_EXECUTABLE="${PYTHON}"
+			-DPYTHON_SITE_PACKAGES="$(python_get_sitedir)"
 		)
 		# CMakeLists.txt expects LLVM_INSTALL_DIR as an environment variable.
 		LLVM_INSTALL_DIR="$(get_llvm_prefix)" cmake-utils_src_configure


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

* [gentoo-commits] proj/qt:master commit in: dev-python/shiboken/
@ 2019-07-13 19:17 Davide Pesavento
  0 siblings, 0 replies; 17+ messages in thread
From: Davide Pesavento @ 2019-07-13 19:17 UTC (permalink / raw
  To: gentoo-commits

commit:     797554b39dce8fdec55d6094445afd1144996c44
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 13 19:17:20 2019 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sat Jul 13 19:17:20 2019 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=797554b3

dev-python/shiboken: relax Qt version requirements

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Davide Pesavento <pesa <AT> gentoo.org>

 dev-python/shiboken/shiboken-5.12.4.ebuild | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/dev-python/shiboken/shiboken-5.12.4.ebuild b/dev-python/shiboken/shiboken-5.12.4.ebuild
index 6df0fb8d..d1aac88a 100644
--- a/dev-python/shiboken/shiboken-5.12.4.ebuild
+++ b/dev-python/shiboken/shiboken-5.12.4.ebuild
@@ -31,19 +31,22 @@ KEYWORDS="~amd64"
 IUSE="+docstrings numpy test"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
+# Minimal supported version of Qt.
+QT_PV="$(ver_cut 1-2):5"
+
 RDEPEND="${PYTHON_DEPS}
-	>=dev-qt/qtcore-${PV}:5
+	>=dev-qt/qtcore-${QT_PV}
 	>=sys-devel/clang-6:=
 	docstrings? (
 		>=dev-libs/libxml2-2.6.32
 		>=dev-libs/libxslt-1.1.19
-		>=dev-qt/qtxml-${PV}:5
-		>=dev-qt/qtxmlpatterns-${PV}:5
+		>=dev-qt/qtxml-${QT_PV}
+		>=dev-qt/qtxmlpatterns-${QT_PV}
 	)
 	numpy? ( dev-python/numpy[${PYTHON_USEDEP}] )
 "
 DEPEND="${RDEPEND}
-	test? ( >=dev-qt/qttest-${PV}:5 )
+	test? ( >=dev-qt/qttest-${QT_PV} )
 "
 
 S=${WORKDIR}/${MY_P}/sources/shiboken2


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

end of thread, other threads:[~2019-07-13 19:17 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-12 23:59 [gentoo-commits] proj/qt:master commit in: dev-python/shiboken/ Davide Pesavento
  -- strict thread matches above, loose matches on Subject: below --
2019-07-13 19:17 Davide Pesavento
2017-12-30 21:25 Davide Pesavento
2017-12-30 18:41 Davide Pesavento
2017-09-03  0:35 Davide Pesavento
2017-05-04 14:14 Davide Pesavento
2017-04-30 20:10 Davide Pesavento
2016-10-28 16:12 Michael Palimaka
2014-09-21  0:01 Davide Pesavento
2014-09-20 23:32 Davide Pesavento
2014-06-10  8:01 Michael Palimaka
2013-02-04 16:53 Michael Palimaka
2012-10-17  6:34 Michael Palimaka
2012-10-14 14:03 Davide Pesavento
2012-09-08 21:52 Davide Pesavento
2012-09-08 20:52 Davide Pesavento
2012-02-15 17:58 Johannes Huber

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