public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: virtual/python-pmw/
@ 2017-06-15 17:37 Pacho Ramos
  0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos @ 2017-06-15 17:37 UTC (permalink / raw
  To: gentoo-commits

commit:     1f5681988f0ab7b2aeb19531969cf331fc8f5f33
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 15 16:55:42 2017 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Jun 15 16:55:42 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f568198

virtual/python-pmw: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 virtual/python-pmw/python-pmw-1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/python-pmw/python-pmw-1.ebuild b/virtual/python-pmw/python-pmw-1.ebuild
index af288563e04..6339d964df7 100644
--- a/virtual/python-pmw/python-pmw-1.ebuild
+++ b/virtual/python-pmw/python-pmw-1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit python-r1
 


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

* [gentoo-commits] repo/gentoo:master commit in: virtual/python-pmw/
@ 2019-08-03 20:36 Alexey Shvetsov
  0 siblings, 0 replies; 2+ messages in thread
From: Alexey Shvetsov @ 2019-08-03 20:36 UTC (permalink / raw
  To: gentoo-commits

commit:     164b63bd5a785cb185435a984f13680451f0222e
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  3 20:34:18 2019 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Sat Aug  3 20:34:18 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=164b63bd

virtual/python-pmw: Works with py3.7

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org>

 virtual/python-pmw/python-pmw-1-r1.ebuild | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/virtual/python-pmw/python-pmw-1-r1.ebuild b/virtual/python-pmw/python-pmw-1-r1.ebuild
new file mode 100644
index 00000000000..cebeca672dc
--- /dev/null
+++ b/virtual/python-pmw/python-pmw-1-r1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+
+inherit python-r1
+
+DESCRIPTION="A virtual for pmw, for Python 2 & 3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+	$(python_gen_cond_dep 'dev-python/pmw:py2[${PYTHON_USEDEP}]' python2_7)
+	$(python_gen_cond_dep 'dev-python/pmw:py3[${PYTHON_USEDEP}]' python3_{5,6,7})"


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

end of thread, other threads:[~2019-08-03 20:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-15 17:37 [gentoo-commits] repo/gentoo:master commit in: virtual/python-pmw/ Pacho Ramos
  -- strict thread matches above, loose matches on Subject: below --
2019-08-03 20:36 Alexey Shvetsov

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