public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-libs/pymemphis/
@ 2016-01-10  9:07 Michał Górny
  0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2016-01-10  9:07 UTC (permalink / raw
  To: gentoo-commits

commit:     f2be3eee614129282c450d6b933fe2a2b94ee840
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 10 09:02:24 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jan 10 09:06:45 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2be3eee

media-libs/pymemphis: Fix sci-geosciences herd ref

 media-libs/pymemphis/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/pymemphis/metadata.xml b/media-libs/pymemphis/metadata.xml
index 258f8d5..d21d118 100644
--- a/media-libs/pymemphis/metadata.xml
+++ b/media-libs/pymemphis/metadata.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>sci-geoscience</herd>
+<herd>sci-geosciences</herd>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/pymemphis/
@ 2017-02-18 20:25 Michał Górny
  0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2017-02-18 20:25 UTC (permalink / raw
  To: gentoo-commits

commit:     9ef956e8fcc216173a9016cdb1a4591e6aa90d3b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 18 20:24:56 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 18 20:25:30 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ef956e8

media-libs/pymemphis: python-single-r1, EAPI=6

 ...phis-0.2.1.ebuild => pymemphis-0.2.1-r1.ebuild} | 23 +++++++++-------------
 1 file changed, 9 insertions(+), 14 deletions(-)

diff --git a/media-libs/pymemphis/pymemphis-0.2.1.ebuild b/media-libs/pymemphis/pymemphis-0.2.1-r1.ebuild
similarity index 55%
rename from media-libs/pymemphis/pymemphis-0.2.1.ebuild
rename to media-libs/pymemphis/pymemphis-0.2.1-r1.ebuild
index 8b01018f72..c26036a807 100644
--- a/media-libs/pymemphis/pymemphis-0.2.1.ebuild
+++ b/media-libs/pymemphis/pymemphis-0.2.1-r1.ebuild
@@ -1,17 +1,14 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="3"
+EAPI=6
 
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-PYTHON_EXPORT_PHASE_FUNCTIONS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
+PYTHON_COMPAT=( python2_7 )
 
 AT_M4DIR="build/autotools/"
 
-inherit autotools python
+inherit autotools python-single-r1
 
 DESCRIPTION="Python bindings for the libmemphis library"
 HOMEPAGE="http://gitorious.net/pymemphis"
@@ -23,22 +20,20 @@ LICENSE="LGPL-2.1"
 IUSE=""
 
 RDEPEND="
-	dev-python/pycairo
-	dev-python/pygobject:2
+	dev-python/pycairo[${PYTHON_USEDEP}]
+	dev-python/pygobject:2[${PYTHON_USEDEP}]
 	media-libs/memphis"
 DEPEND="${RDEPEND}"
 
 S="${WORKDIR}"/${PN}-mainline
 
 src_prepare() {
+	default
 	eautoreconf
-	echo "#!${EPREFIX}/bin/sh" > py-compile
 	sed 's:0.1:0.2:g' -i pymemphis.pc.in || die
-	python_src_prepare
 }
 
 src_install() {
-	python_src_install
-	python_clean_installation_image
-	dodoc AUTHORS ChangeLog README || die
+	default
+	find "${D}" -name '*.la' -delete || die
 }


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/pymemphis/
@ 2017-02-19 10:33 David Seifert
  0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2017-02-19 10:33 UTC (permalink / raw
  To: gentoo-commits

commit:     80f11f7e0dc08316f2d6ae53019f0a329006a8eb
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 19 10:26:11 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Feb 19 10:26:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80f11f7e

media-libs/pymemphis: Add missing Python variables

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../pymemphis/{pymemphis-0.2.1-r1.ebuild => pymemphis-0.2.1-r2.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/media-libs/pymemphis/pymemphis-0.2.1-r1.ebuild b/media-libs/pymemphis/pymemphis-0.2.1-r2.ebuild
similarity index 92%
rename from media-libs/pymemphis/pymemphis-0.2.1-r1.ebuild
rename to media-libs/pymemphis/pymemphis-0.2.1-r2.ebuild
index c26036a807..002a992d42 100644
--- a/media-libs/pymemphis/pymemphis-0.2.1-r1.ebuild
+++ b/media-libs/pymemphis/pymemphis-0.2.1-r2.ebuild
@@ -18,8 +18,9 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 LICENSE="LGPL-2.1"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-RDEPEND="
+RDEPEND="${PYTHON_DEPS}
 	dev-python/pycairo[${PYTHON_USEDEP}]
 	dev-python/pygobject:2[${PYTHON_USEDEP}]
 	media-libs/memphis"


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

* [gentoo-commits] repo/gentoo:master commit in: media-libs/pymemphis/
@ 2020-02-09 16:29 Michał Górny
  0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2020-02-09 16:29 UTC (permalink / raw
  To: gentoo-commits

commit:     9aaa0954e09ad9b259eab450459628744cf58830
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  7 16:42:34 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb  9 16:27:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9aaa0954

media-libs/pymemphis: Switch to PYTHON_MULTI_USEDEP API

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

 .../{pymemphis-0.2.1-r2.ebuild => pymemphis-0.2.1-r3.ebuild}      | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/media-libs/pymemphis/pymemphis-0.2.1-r2.ebuild b/media-libs/pymemphis/pymemphis-0.2.1-r3.ebuild
similarity index 80%
rename from media-libs/pymemphis/pymemphis-0.2.1-r2.ebuild
rename to media-libs/pymemphis/pymemphis-0.2.1-r3.ebuild
index a9f890cbaea..5239a296f16 100644
--- a/media-libs/pymemphis/pymemphis-0.2.1-r2.ebuild
+++ b/media-libs/pymemphis/pymemphis-0.2.1-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -20,8 +20,10 @@ IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
-	dev-python/pycairo[${PYTHON_USEDEP}]
-	dev-python/pygobject:2[${PYTHON_USEDEP}]
+	$(python_gen_cond_dep '
+		dev-python/pycairo[${PYTHON_MULTI_USEDEP}]
+		dev-python/pygobject:2[${PYTHON_MULTI_USEDEP}]
+	')
 	media-libs/memphis"
 DEPEND="${RDEPEND}"
 


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

end of thread, other threads:[~2020-02-09 16:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-09 16:29 [gentoo-commits] repo/gentoo:master commit in: media-libs/pymemphis/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2017-02-19 10:33 David Seifert
2017-02-18 20:25 Michał Górny
2016-01-10  9:07 Michał Górny

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