[gentoo-commits] repo/gentoo:master commit in: dev-python/pmw/

2024-05-17 Thread Michał Górny
commit: e4c9ac0c57651d3287d08a0331fbeb1eb9a47aa9
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 18 06:44:57 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 18 06:54:24 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4c9ac0c

dev-python/pmw: Enable py3.13

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

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

diff --git a/dev-python/pmw/pmw-2.1.1.ebuild b/dev-python/pmw/pmw-2.1.1.ebuild
index 51b2e0a96cbe..4e72c60e0eab 100644
--- a/dev-python/pmw/pmw-2.1.1.ebuild
+++ b/dev-python/pmw/pmw-2.1.1.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
 PYPI_PN=${PN^}
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 PYTHON_REQ_USE="tk"
 
 inherit distutils-r1 virtualx pypi



[gentoo-commits] repo/gentoo:master commit in: dev-python/pmw/

2024-04-11 Thread Michał Górny
commit: 6d7a6d52ff5af7a29ce24e739ac0bb94e27c
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Apr 11 18:00:34 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Apr 11 19:04:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d7a6d52

dev-python/pmw: Remove old

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

 dev-python/pmw/Manifest|  1 -
 dev-python/pmw/pmw-2.0.1-r3.ebuild | 43 --
 2 files changed, 44 deletions(-)

diff --git a/dev-python/pmw/Manifest b/dev-python/pmw/Manifest
index db7c6f3cc171..0e1ba494fa74 100644
--- a/dev-python/pmw/Manifest
+++ b/dev-python/pmw/Manifest
@@ -1,2 +1 @@
-DIST Pmw-2.0.1.tar.gz 830448 BLAKE2B 
c78fef1570a34b9784f936f16856c4450164d8a232770e59cc084c1113888af8ee002cd1c7ddeadcddaacb5eae9ff58fcbfc270fc066875523e31a9d26770cd3
 SHA512 
99654e961aa40a64eebc08fe473e94da0ce431e6465255c68c251dfd544a51edef1a5d97dfd89ce756eb5f7fcf917dbef27f646ba9451ab72f3d460daa09a556
 DIST Pmw-2.1.1.tar.gz 1077119 BLAKE2B 
3e78796489d996df8fbcaca119f03b718f5457d38af175232c055c1c94e6c98c3f198e3dd0859a4af1cc88f36df83ed57c0d8ee67f90362a8590de5a37d2f669
 SHA512 
7f4c3181b0ae546f9f89cf666917fd9ea0161a2c4a4e6b5756e0aeb543fcd3ed4598c83e294b04312fea6a386b06b370668b4400f1497cc8b2fc2ab19a3fdd3d

diff --git a/dev-python/pmw/pmw-2.0.1-r3.ebuild 
b/dev-python/pmw/pmw-2.0.1-r3.ebuild
deleted file mode 100644
index 0873e357ce2a..
--- a/dev-python/pmw/pmw-2.0.1-r3.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYPI_PN=${PN^}
-PYTHON_COMPAT=( python3_{9..11} )
-PYTHON_REQ_USE="tk"
-
-inherit distutils-r1 virtualx pypi
-
-DESCRIPTION="Toolkit for building high-level compound Python widgets using the 
Tkinter module"
-HOMEPAGE="http://pmw.sourceforge.net/";
-
-LICENSE="BSD"
-SLOT="py3"
-KEYWORDS="~alpha amd64 ~ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-IUSE="doc test"
-# https://sourceforge.net/p/pmw/bugs/39/
-RESTRICT="test"
-
-DEPEND="!dev-python/pmw:0"
-RDEPEND="${DEPEND}"
-
-python_test() {
-   VIRTUALX_COMMAND="${PYTHON}"
-   cd "${BUILD_DIR}/lib/Pmw/Pmw_${PV//./_}/" || die
-   cp tests/{flagup.bmp,earthris.gif} . || die
-   for test in tests/*_test.py; do
-   echo "running test "$test
-   PYTHONPATH=tests:../../ virtx emake -j1 $test || die
-   done
-}
-
-python_install_all() {
-   local DIR="Pmw/Pmw_${PV//./_}"
-
-   use doc && HTML_DOCS=( "${DIR}"/doc/. )
-
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pmw/

2024-04-11 Thread Arthur Zamarin
commit: 074a02a098636a149b9e8af0d805a705655b9645
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Apr 11 17:40:34 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Apr 11 17:40:34 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=074a02a0

dev-python/pmw: Stabilize 2.1.1 ALLARCHES, #929176

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-python/pmw/pmw-2.1.1.ebuild b/dev-python/pmw/pmw-2.1.1.ebuild
index b9c3e6317b8c..51b2e0a96cbe 100644
--- a/dev-python/pmw/pmw-2.1.1.ebuild
+++ b/dev-python/pmw/pmw-2.1.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://pypi.org/project/Pmw/";
 
 LICENSE="BSD"
 SLOT="py3"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux 
~x64-macos"
+KEYWORDS="~alpha amd64 ~ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="doc test"
 # https://sourceforge.net/p/pmw/bugs/39/
 RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pmw/

2024-03-27 Thread Alexey Shvetsov
commit: 79d4d97f2d8d6299bec282110448c078af577050
Author: Alexey Shvetsov  gentoo  org>
AuthorDate: Wed Mar 27 12:23:48 2024 +
Commit: Alexey Shvetsov  gentoo  org>
CommitDate: Wed Mar 27 12:24:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79d4d97f

dev-python/pmw: add 2.1.1

Closes: https://bugs.gentoo.org/905446
Signed-off-by: Alexey Shvetsov  gentoo.org>

 dev-python/pmw/Manifest |  1 +
 dev-python/pmw/pmw-2.1.1.ebuild | 43 +
 2 files changed, 44 insertions(+)

diff --git a/dev-python/pmw/Manifest b/dev-python/pmw/Manifest
index 42cbe402c60e..db7c6f3cc171 100644
--- a/dev-python/pmw/Manifest
+++ b/dev-python/pmw/Manifest
@@ -1 +1,2 @@
 DIST Pmw-2.0.1.tar.gz 830448 BLAKE2B 
c78fef1570a34b9784f936f16856c4450164d8a232770e59cc084c1113888af8ee002cd1c7ddeadcddaacb5eae9ff58fcbfc270fc066875523e31a9d26770cd3
 SHA512 
99654e961aa40a64eebc08fe473e94da0ce431e6465255c68c251dfd544a51edef1a5d97dfd89ce756eb5f7fcf917dbef27f646ba9451ab72f3d460daa09a556
+DIST Pmw-2.1.1.tar.gz 1077119 BLAKE2B 
3e78796489d996df8fbcaca119f03b718f5457d38af175232c055c1c94e6c98c3f198e3dd0859a4af1cc88f36df83ed57c0d8ee67f90362a8590de5a37d2f669
 SHA512 
7f4c3181b0ae546f9f89cf666917fd9ea0161a2c4a4e6b5756e0aeb543fcd3ed4598c83e294b04312fea6a386b06b370668b4400f1497cc8b2fc2ab19a3fdd3d

diff --git a/dev-python/pmw/pmw-2.1.1.ebuild b/dev-python/pmw/pmw-2.1.1.ebuild
new file mode 100644
index ..b9c3e6317b8c
--- /dev/null
+++ b/dev-python/pmw/pmw-2.1.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYPI_PN=${PN^}
+PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_REQ_USE="tk"
+
+inherit distutils-r1 virtualx pypi
+
+DESCRIPTION="Toolkit for building high-level compound Python widgets using the 
Tkinter module"
+HOMEPAGE="https://pypi.org/project/Pmw/";
+
+LICENSE="BSD"
+SLOT="py3"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux 
~x64-macos"
+IUSE="doc test"
+# https://sourceforge.net/p/pmw/bugs/39/
+RESTRICT="test"
+
+DEPEND="!dev-python/pmw:0"
+RDEPEND="${DEPEND}"
+
+python_test() {
+   VIRTUALX_COMMAND="${PYTHON}"
+   cd "${BUILD_DIR}/lib/Pmw/Pmw_${PV//./_}/" || die
+   cp tests/{flagup.bmp,earthris.gif} . || die
+   for test in tests/*_test.py; do
+   echo "running test "$test
+   PYTHONPATH=tests:../../ virtx emake -j1 $test || die
+   done
+}
+
+python_install_all() {
+   local DIR="Pmw/Pmw_${PV//./_}"
+
+   use doc && HTML_DOCS=( "${DIR}"/doc/. )
+
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pmw/

2023-05-02 Thread Pacho Ramos
commit: dc4809b709f1522140d76e5e8252d8891dcce754
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue May  2 18:31:58 2023 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue May  2 18:42:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc4809b7

dev-python/pmw: enable py3.11

Closes: https://bugs.gentoo.org/896814
Signed-off-by: Pacho Ramos  gentoo.org>

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

diff --git a/dev-python/pmw/pmw-2.0.1-r3.ebuild 
b/dev-python/pmw/pmw-2.0.1-r3.ebuild
index ec893763e12c..0873e357ce2a 100644
--- a/dev-python/pmw/pmw-2.0.1-r3.ebuild
+++ b/dev-python/pmw/pmw-2.0.1-r3.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
 PYPI_PN=${PN^}
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 PYTHON_REQ_USE="tk"
 
 inherit distutils-r1 virtualx pypi



[gentoo-commits] repo/gentoo:master commit in: dev-python/pmw/

2022-05-15 Thread Michał Górny
commit: d33f681a0f1c4b96e41b3ac5b5b879eadf8f26a4
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 15 10:32:54 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 15 10:41:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d33f681a

dev-python/pmw: Fix remote-id

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

 dev-python/pmw/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pmw/metadata.xml b/dev-python/pmw/metadata.xml
index 1e51c93f854d..cebbdcc70c62 100644
--- a/dev-python/pmw/metadata.xml
+++ b/dev-python/pmw/metadata.xml
@@ -7,7 +7,7 @@



-   pmw
+   Pmw
pmw

 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pmw/

2022-05-15 Thread Michał Górny
commit: 6e58f45b0120771f9c90684c09782fcc0332f9ed
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 15 10:25:55 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 15 10:41:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e58f45b

dev-python/pmw: Remove old

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

 dev-python/pmw/pmw-2.0.1-r2.ebuild | 47 --
 1 file changed, 47 deletions(-)

diff --git a/dev-python/pmw/pmw-2.0.1-r2.ebuild 
b/dev-python/pmw/pmw-2.0.1-r2.ebuild
deleted file mode 100644
index 8469d86b5509..
--- a/dev-python/pmw/pmw-2.0.1-r2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{7..10} )
-PYTHON_REQ_USE="tk"
-
-inherit distutils-r1 virtualx
-
-MY_PN="Pmw"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Toolkit for building high-level compound Python widgets using the 
Tkinter module"
-HOMEPAGE="http://pmw.sourceforge.net/";
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="py3"
-KEYWORDS="~alpha amd64 ~ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-IUSE="doc test"
-
-DEPEND="!dev-python/pmw:0"
-RDEPEND="${DEPEND}"
-# https://sourceforge.net/p/pmw/bugs/39/
-RESTRICT="test"
-
-S="${WORKDIR}/${MY_P}"
-
-python_test() {
-   VIRTUALX_COMMAND="${PYTHON}"
-   cd "${BUILD_DIR}/lib/Pmw/Pmw_${PV//./_}/" || die
-   cp tests/{flagup.bmp,earthris.gif} . || die
-   for test in tests/*_test.py; do
-   echo "running test "$test
-   PYTHONPATH=tests:../../ virtx emake -j1 $test || die
-   done
-}
-
-python_install_all() {
-   local DIR="Pmw/Pmw_${PV//./_}"
-
-   use doc && HTML_DOCS=( "${DIR}"/doc/. )
-
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pmw/

2022-05-15 Thread Jakov Smolić
commit: 95cf2df2040cf8a801d1038844a4a1954c844a22
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun May 15 08:16:16 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun May 15 08:16:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95cf2df2

dev-python/pmw: Stabilize 2.0.1-r3 ALLARCHES, #844805

Signed-off-by: Jakov Smolić  gentoo.org>

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

diff --git a/dev-python/pmw/pmw-2.0.1-r3.ebuild 
b/dev-python/pmw/pmw-2.0.1-r3.ebuild
index 84486c02a806..f308f527ed85 100644
--- a/dev-python/pmw/pmw-2.0.1-r3.ebuild
+++ b/dev-python/pmw/pmw-2.0.1-r3.ebuild
@@ -19,7 +19,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="BSD"
 SLOT="py3"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux 
~x64-macos"
+KEYWORDS="~alpha amd64 ~ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="doc test"
 # https://sourceforge.net/p/pmw/bugs/39/
 RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pmw/

2022-04-11 Thread Michał Górny
commit: 18a861a7bdc818124f4ca75f44f5f75376d87f29
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Apr 11 09:08:20 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Apr 11 09:17:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18a861a7

dev-python/pmw: Switch to PEP517 build

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

 dev-python/pmw/pmw-2.0.1-r3.ebuild | 46 ++
 1 file changed, 46 insertions(+)

diff --git a/dev-python/pmw/pmw-2.0.1-r3.ebuild 
b/dev-python/pmw/pmw-2.0.1-r3.ebuild
new file mode 100644
index ..84486c02a806
--- /dev/null
+++ b/dev-python/pmw/pmw-2.0.1-r3.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_REQ_USE="tk"
+
+inherit distutils-r1 virtualx
+
+MY_PN="Pmw"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Toolkit for building high-level compound Python widgets using the 
Tkinter module"
+HOMEPAGE="http://pmw.sourceforge.net/";
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="BSD"
+SLOT="py3"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux 
~x64-macos"
+IUSE="doc test"
+# https://sourceforge.net/p/pmw/bugs/39/
+RESTRICT="test"
+
+DEPEND="!dev-python/pmw:0"
+RDEPEND="${DEPEND}"
+
+python_test() {
+   VIRTUALX_COMMAND="${PYTHON}"
+   cd "${BUILD_DIR}/lib/Pmw/Pmw_${PV//./_}/" || die
+   cp tests/{flagup.bmp,earthris.gif} . || die
+   for test in tests/*_test.py; do
+   echo "running test "$test
+   PYTHONPATH=tests:../../ virtx emake -j1 $test || die
+   done
+}
+
+python_install_all() {
+   local DIR="Pmw/Pmw_${PV//./_}"
+
+   use doc && HTML_DOCS=( "${DIR}"/doc/. )
+
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pmw/

2022-01-13 Thread Alexey Shvetsov
commit: fb1d88cbc0f4792b9003e975c160651d9137bf8a
Author: Alexey Shvetsov  gentoo  org>
AuthorDate: Thu Jan 13 16:08:09 2022 +
Commit: Alexey Shvetsov  gentoo  org>
CommitDate: Thu Jan 13 16:08:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb1d88cb

dev-python/pmw: Add py3.10

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alexey Shvetsov  gentoo.org>

 dev-python/pmw/pmw-2.0.1-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pmw/pmw-2.0.1-r2.ebuild 
b/dev-python/pmw/pmw-2.0.1-r2.ebuild
index 94b2b97025c9..8469d86b5509 100644
--- a/dev-python/pmw/pmw-2.0.1-r2.ebuild
+++ b/dev-python/pmw/pmw-2.0.1-r2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
 PYTHON_REQ_USE="tk"
 
 inherit distutils-r1 virtualx



[gentoo-commits] repo/gentoo:master commit in: dev-python/pmw/

2021-04-05 Thread Andreas Sturmlechner
commit: 6b21356cda2b16c4fb6f1447ff9aa74fcee69679
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr  4 14:10:28 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Apr  5 08:59:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b21356c

dev-python/pmw: Banned virtualmake is banned

Fix brokenness that was hidden by RESTRICT=test.

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

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

diff --git a/dev-python/pmw/pmw-2.0.1-r2.ebuild 
b/dev-python/pmw/pmw-2.0.1-r2.ebuild
index 34af70bd3ca..94b2b97025c 100644
--- a/dev-python/pmw/pmw-2.0.1-r2.ebuild
+++ b/dev-python/pmw/pmw-2.0.1-r2.ebuild
@@ -34,7 +34,7 @@ python_test() {
cp tests/{flagup.bmp,earthris.gif} . || die
for test in tests/*_test.py; do
echo "running test "$test
-   PYTHONPATH=tests:../../ virtualmake $test || die
+   PYTHONPATH=tests:../../ virtx emake -j1 $test || die
done
 }
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pmw/

2021-02-05 Thread Michał Górny
commit: 0cf7d4e383ed7c3de87f7abf33d28e282a562fc8
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb  5 08:42:02 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb  5 08:43:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cf7d4e3

dev-python/pmw: Remove python@

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

 dev-python/pmw/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/dev-python/pmw/metadata.xml b/dev-python/pmw/metadata.xml
index 596e52d88fb..33452d20135 100644
--- a/dev-python/pmw/metadata.xml
+++ b/dev-python/pmw/metadata.xml
@@ -5,10 +5,6 @@
ale...@gentoo.org
Alexey Shvetsov

-   
-   pyt...@gentoo.org
-   Python
-   


pmw



[gentoo-commits] repo/gentoo:master commit in: dev-python/pmw/

2020-11-27 Thread Alexey Shvetsov
commit: 5810875d7ec83ae416818000be714d9ddb419657
Author: Alexey Shvetsov  gentoo  org>
AuthorDate: Fri Nov 27 12:59:45 2020 +
Commit: Alexey Shvetsov  gentoo  org>
CommitDate: Fri Nov 27 13:00:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5810875d

dev-python/pmw: add myself to maintainers

Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Alexey Shvetsov  gentoo.org>

 dev-python/pmw/metadata.xml| 21 +
 dev-python/pmw/pmw-2.0.1-r2.ebuild |  2 +-
 2 files changed, 14 insertions(+), 9 deletions(-)

diff --git a/dev-python/pmw/metadata.xml b/dev-python/pmw/metadata.xml
index 6fdaea21874..596e52d88fb 100644
--- a/dev-python/pmw/metadata.xml
+++ b/dev-python/pmw/metadata.xml
@@ -1,12 +1,17 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  
-pyt...@gentoo.org
-Python
-  
-  
-pmw
-pmw
-  
+   
+   ale...@gentoo.org
+   Alexey Shvetsov
+   
+   
+   pyt...@gentoo.org
+   Python
+   
+   
+   
+   pmw
+   pmw
+   
 

diff --git a/dev-python/pmw/pmw-2.0.1-r2.ebuild 
b/dev-python/pmw/pmw-2.0.1-r2.ebuild
index f8cad2024dc..aeb8bab2510 100644
--- a/dev-python/pmw/pmw-2.0.1-r2.ebuild
+++ b/dev-python/pmw/pmw-2.0.1-r2.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6..9} )
 PYTHON_REQ_USE="tk"
 
 inherit distutils-r1 virtualx



[gentoo-commits] repo/gentoo:master commit in: dev-python/pmw/

2020-10-16 Thread Michał Górny
commit: 66119d590de704d1dccc80ccd22397fad8eef6f3
Author: Jakov Smolic  sartura  hr>
AuthorDate: Thu Oct 15 06:06:17 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 16 18:21:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66119d59

dev-python/pmw: correct DISTUTILS_USE_SETUPTOOLS

Closes: https://bugs.gentoo.org/748468
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pmw/pmw-2.0.1-r2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/pmw/pmw-2.0.1-r2.ebuild 
b/dev-python/pmw/pmw-2.0.1-r2.ebuild
index 82633a0f298..f8cad2024dc 100644
--- a/dev-python/pmw/pmw-2.0.1-r2.ebuild
+++ b/dev-python/pmw/pmw-2.0.1-r2.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=7
 
+DISTUTILS_USE_SETUPTOOLS=no
 PYTHON_COMPAT=( python3_{6,7} )
 PYTHON_REQ_USE="tk"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pmw/, dev-python/pmw/files/

2020-08-02 Thread Michał Górny
commit: 00aef80d1201c5e7658aa7093f3744872713e022
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug  2 08:33:33 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug  2 08:36:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00aef80d

dev-python/pmw: Remove old (py2.7)

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

 dev-python/pmw/Manifest|  1 -
 .../pmw/files/pmw-1.3.3-install-no-docs.patch  | 17 ---
 dev-python/pmw/pmw-1.3.3-r3.ebuild | 56 --
 3 files changed, 74 deletions(-)

diff --git a/dev-python/pmw/Manifest b/dev-python/pmw/Manifest
index 8965646b133..42cbe402c60 100644
--- a/dev-python/pmw/Manifest
+++ b/dev-python/pmw/Manifest
@@ -1,2 +1 @@
 DIST Pmw-2.0.1.tar.gz 830448 BLAKE2B 
c78fef1570a34b9784f936f16856c4450164d8a232770e59cc084c1113888af8ee002cd1c7ddeadcddaacb5eae9ff58fcbfc270fc066875523e31a9d26770cd3
 SHA512 
99654e961aa40a64eebc08fe473e94da0ce431e6465255c68c251dfd544a51edef1a5d97dfd89ce756eb5f7fcf917dbef27f646ba9451ab72f3d460daa09a556
-DIST Pmw.1.3.3.tar.gz 451232 BLAKE2B 
2ea74cf010b094539b1e052850b358e05a561aee1990de7184244b77a4133c1259ff54fa6e47c5368dac4bf81bf23e9217742ef1327ab7e20b8dca27ebf5f333
 SHA512 
d63fad8f8c5bb9b8cb940b10bdf9e3bc1dabe714e10f32c587d5e1097ef0767492602984089172d85cf57c8ebf34acf555b8fe73a2157c6f734ee36042803668

diff --git a/dev-python/pmw/files/pmw-1.3.3-install-no-docs.patch 
b/dev-python/pmw/files/pmw-1.3.3-install-no-docs.patch
deleted file mode 100644
index bbfd0f35f1c..000
--- a/dev-python/pmw/files/pmw-1.3.3-install-no-docs.patch
+++ /dev/null
@@ -1,17 +0,0 @@
- src/setup.py | 2 --
- 1 file changed, 2 deletions(-)
-
-diff --git a/setup.py b/setup.py
-index a5f9039..cfcf8a2 100755
 a/setup.py
-+++ b/setup.py
-@@ -16,9 +16,7 @@ setup(name="Pmw",
-   'Pmw.Pmw_1_3_3.lib',],
- 
-   package_data={'Pmw': ['Pmw_1_3_3/lib/Pmw.def',
--  'Pmw_1_3_3/doc/*',
-   'Pmw_1_3_3/contrib/*',
--  'Pmw_1_3_3/demos/*',
-   'Pmw_1_3_3/tests/*',
- 'Pmw_1_3_3/bin/*',
-  ]

diff --git a/dev-python/pmw/pmw-1.3.3-r3.ebuild 
b/dev-python/pmw/pmw-1.3.3-r3.ebuild
deleted file mode 100644
index 882fea57a9a..000
--- a/dev-python/pmw/pmw-1.3.3-r3.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="tk"
-
-inherit distutils-r1
-
-MY_P="Pmw.${PV}"
-
-DESCRIPTION="Toolkit for building high-level compound Python widgets using the 
Tkinter module"
-HOMEPAGE="http://pmw.sourceforge.net/";
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="py2"
-KEYWORDS="~alpha amd64 ~ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos"
-IUSE="doc examples"
-
-DEPEND="!dev-python/pmw:0"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/src"
-
-DOCS="Pmw/README"
-# https://sourceforge.net/p/pmw/bugs/39/
-RESTRICT="test"
-
-PATCHES=( "${FILESDIR}"/${P}-install-no-docs.patch )
-
-python_test() {
-   cd "${BUILD_DIR}/lib/Pmw/Pmw_1_3_3/" || die
-   PYTHONPATH=PYTHONPATH=tests:../../
-   cp tests/{flagup.bmp,earthris.gif} . || die
-   for test in tests/*_test.py; do
-   echo "running test "$test
-   PYTHONPATH=tests:../../ "${PYTHON}" $test || die
-   done
-}
-
-python_install_all() {
-   local DIR="Pmw/Pmw_1_3_3"
-
-   if use doc; then
-   dodoc -r ${DIR}/doc/*
-   fi
-
-   if use examples; then
-   insinto /usr/share/doc/${PF}/examples
-   doins ${DIR}/demos/*
-   fi
-
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pmw/

2020-03-30 Thread Agostino Sarubbo
commit: feafac1a1849cf6b17c9f9fdd09f2f52e8bb4d33
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Mar 30 13:37:25 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Mar 30 13:37:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feafac1a

dev-python/pmw: ia64 stable wrt bug #714408

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/pmw/pmw-1.3.3-r3.ebuild 
b/dev-python/pmw/pmw-1.3.3-r3.ebuild
index 882fea57a9a..da21aefad8b 100644
--- a/dev-python/pmw/pmw-1.3.3-r3.ebuild
+++ b/dev-python/pmw/pmw-1.3.3-r3.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="py2"
-KEYWORDS="~alpha amd64 ~ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos"
+KEYWORDS="~alpha amd64 ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos"
 IUSE="doc examples"
 
 DEPEND="!dev-python/pmw:0"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pmw/

2020-03-28 Thread Michał Górny
commit: 4f3890effe6f67676377bb348fa7080278df3679
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 28 12:29:39 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 28 12:41:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f3890ef

dev-python/pmw: Remove redundant versions

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

 dev-python/pmw/pmw-1.3.3-r2.ebuild | 56 --
 1 file changed, 56 deletions(-)

diff --git a/dev-python/pmw/pmw-1.3.3-r2.ebuild 
b/dev-python/pmw/pmw-1.3.3-r2.ebuild
deleted file mode 100644
index 6fa8fba9905..000
--- a/dev-python/pmw/pmw-1.3.3-r2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="tk"
-
-inherit distutils-r1
-
-MY_P="Pmw.${PV}"
-
-DESCRIPTION="Toolkit for building high-level compound widgets in Python using 
the Tkinter module"
-HOMEPAGE="http://pmw.sourceforge.net/";
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="py2"
-KEYWORDS="~alpha amd64 ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos"
-IUSE="doc examples"
-
-DEPEND="!dev-python/pmw:0"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/src"
-
-DOCS="Pmw/README"
-# https://sourceforge.net/p/pmw/bugs/39/
-RESTRICT="test"
-
-PATCHES=( "${FILESDIR}"/${P}-install-no-docs.patch )
-
-python_test() {
-   cd "${BUILD_DIR}/lib/Pmw/Pmw_1_3_3/" || die
-   PYTHONPATH=PYTHONPATH=tests:../../
-   cp tests/{flagup.bmp,earthris.gif} . || die
-   for test in tests/*_test.py; do
-   echo "running test "$test
-   PYTHONPATH=tests:../../ "${PYTHON}" $test || die
-   done
-}
-
-python_install_all() {
-   local DIR="Pmw/Pmw_1_3_3"
-
-   if use doc; then
-   dohtml -a html,gif,py ${DIR}/doc/*
-   fi
-
-   if use examples; then
-   insinto /usr/share/doc/${PF}/examples
-   doins ${DIR}/demos/*
-   fi
-
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pmw/

2020-03-25 Thread Agostino Sarubbo
commit: e8ea9fc2c004f74f21f2e0baab8f098c1909274e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar 25 15:40:33 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar 25 15:42:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8ea9fc2

dev-python/pmw: x86 stable wrt bug #714408

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/pmw/pmw-1.3.3-r3.ebuild 
b/dev-python/pmw/pmw-1.3.3-r3.ebuild
index 1faed4cd818..882fea57a9a 100644
--- a/dev-python/pmw/pmw-1.3.3-r3.ebuild
+++ b/dev-python/pmw/pmw-1.3.3-r3.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="py2"
-KEYWORDS="~alpha amd64 ~ia64 ppc sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos"
+KEYWORDS="~alpha amd64 ~ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos"
 IUSE="doc examples"
 
 DEPEND="!dev-python/pmw:0"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pmw/

2020-03-25 Thread Agostino Sarubbo
commit: de228031473368c6ae52f88ee18ab5a36ed30d8f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar 25 14:14:57 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar 25 14:17:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de228031

dev-python/pmw: amd64 stable wrt bug #714408

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/pmw/pmw-1.3.3-r3.ebuild 
b/dev-python/pmw/pmw-1.3.3-r3.ebuild
index 9a8dc968bed..1faed4cd818 100644
--- a/dev-python/pmw/pmw-1.3.3-r3.ebuild
+++ b/dev-python/pmw/pmw-1.3.3-r3.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="py2"
-KEYWORDS="~alpha ~amd64 ~ia64 ppc sparc ~x86 ~amd64-linux ~x86-linux 
~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~ia64 ppc sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos"
 IUSE="doc examples"
 
 DEPEND="!dev-python/pmw:0"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pmw/

2020-03-19 Thread David Seifert
commit: 477341d3c6d318b5e291f1a209e5d37abfbb9f3d
Author: David Seifert  gentoo  org>
AuthorDate: Thu Mar 19 22:12:32 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Mar 19 22:12:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=477341d3

dev-python/pmw: Remove old

Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: David Seifert  gentoo.org>

 dev-python/pmw/pmw-2.0.1.ebuild | 51 -
 1 file changed, 51 deletions(-)

diff --git a/dev-python/pmw/pmw-2.0.1.ebuild b/dev-python/pmw/pmw-2.0.1.ebuild
deleted file mode 100644
index c369639f7ab..000
--- a/dev-python/pmw/pmw-2.0.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_6 )
-PYTHON_REQ_USE="tk"
-
-inherit distutils-r1 virtualx
-
-MY_PN="Pmw"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Toolkit for building high-level compound widgets in Python using 
the Tkinter module"
-HOMEPAGE="http://pmw.sourceforge.net/";
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="py3"
-KEYWORDS="~alpha amd64 ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos"
-IUSE="doc examples test"
-
-DEPEND="!dev-python/pmw:0"
-RDEPEND="${DEPEND}"
-# https://sourceforge.net/p/pmw/bugs/39/
-RESTRICT="test"
-
-S="${WORKDIR}/${MY_P}"
-
-python_prepare() {
-   2to3 Pmw || die
-}
-
-python_test() {
-   VIRTUALX_COMMAND="${PYTHON}"
-   cd "${BUILD_DIR}/lib/Pmw/Pmw_${PV//./_}/" || die
-   cp tests/{flagup.bmp,earthris.gif} . || die
-   for test in tests/*_test.py; do
-   echo "running test "$test
-   PYTHONPATH=tests:../../ virtualmake $test || die
-   done
-}
-
-python_install_all() {
-   local DIR="Pmw/Pmw_${PV//./_}"
-
-   use doc && HTML_DOCS=( "${DIR}"/doc/. )
-   use examples && EXAMPLES=( "${DIR}"/demos/. )
-
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pmw/

2020-02-14 Thread Sergei Trofimovich
commit: 937f0c14db36fdbb8324c5ecf78c85f494d9c4e3
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Feb 14 15:55:23 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Feb 14 18:09:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=937f0c14

dev-python/pmw: stable 2.0.1-r2 for sparc, bug #706146

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/pmw/pmw-2.0.1-r2.ebuild 
b/dev-python/pmw/pmw-2.0.1-r2.ebuild
index 6f44d092316..fc5323b5018 100644
--- a/dev-python/pmw/pmw-2.0.1-r2.ebuild
+++ b/dev-python/pmw/pmw-2.0.1-r2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="py3"
-KEYWORDS="~alpha amd64 ia64 ppc ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos"
+KEYWORDS="~alpha amd64 ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos"
 IUSE="doc test"
 
 DEPEND="!dev-python/pmw:0"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pmw/

2020-02-13 Thread Mike Gilbert
commit: bcbd2720694f9c8f5eb66ed4f51a132b3c03b483
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Feb 13 15:57:53 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Feb 13 15:57:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcbd2720

dev-python/pmw: drop 2to3 call

Package-Manager: Portage-2.3.88_p6, Repoman-2.3.20_p67
Signed-off-by: Mike Gilbert  gentoo.org>

 dev-python/pmw/{pmw-2.0.1-r1.ebuild => pmw-2.0.1-r2.ebuild} | 4 
 1 file changed, 4 deletions(-)

diff --git a/dev-python/pmw/pmw-2.0.1-r1.ebuild 
b/dev-python/pmw/pmw-2.0.1-r2.ebuild
similarity index 96%
rename from dev-python/pmw/pmw-2.0.1-r1.ebuild
rename to dev-python/pmw/pmw-2.0.1-r2.ebuild
index 1431b59e24d..6f44d092316 100644
--- a/dev-python/pmw/pmw-2.0.1-r1.ebuild
+++ b/dev-python/pmw/pmw-2.0.1-r2.ebuild
@@ -27,10 +27,6 @@ RESTRICT="test"
 
 S="${WORKDIR}/${MY_P}"
 
-python_prepare() {
-   2to3 Pmw || die
-}
-
 python_test() {
VIRTUALX_COMMAND="${PYTHON}"
cd "${BUILD_DIR}/lib/Pmw/Pmw_${PV//./_}/" || die



[gentoo-commits] repo/gentoo:master commit in: dev-python/pmw/

2020-02-13 Thread Mike Gilbert
commit: ef14807266aa6bdce9d6e79557287050f0180b09
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Feb 13 15:50:16 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Feb 13 15:50:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef148072

dev-python/pmw: add missing || die

Package-Manager: Portage-2.3.88_p6, Repoman-2.3.20_p67
Signed-off-by: Mike Gilbert  gentoo.org>

 dev-python/pmw/pmw-2.0.1-r1.ebuild | 3 +--
 dev-python/pmw/pmw-2.0.1.ebuild| 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/dev-python/pmw/pmw-2.0.1-r1.ebuild 
b/dev-python/pmw/pmw-2.0.1-r1.ebuild
index d906f7e5af3..1431b59e24d 100644
--- a/dev-python/pmw/pmw-2.0.1-r1.ebuild
+++ b/dev-python/pmw/pmw-2.0.1-r1.ebuild
@@ -28,8 +28,7 @@ RESTRICT="test"
 S="${WORKDIR}/${MY_P}"
 
 python_prepare() {
-   distutils-r1_python_prepare_all
-   2to3 Pmw
+   2to3 Pmw || die
 }
 
 python_test() {

diff --git a/dev-python/pmw/pmw-2.0.1.ebuild b/dev-python/pmw/pmw-2.0.1.ebuild
index 10564debca1..c369639f7ab 100644
--- a/dev-python/pmw/pmw-2.0.1.ebuild
+++ b/dev-python/pmw/pmw-2.0.1.ebuild
@@ -28,8 +28,7 @@ RESTRICT="test"
 S="${WORKDIR}/${MY_P}"
 
 python_prepare() {
-   distutils-r1_python_prepare
-   2to3 Pmw
+   2to3 Pmw || die
 }
 
 python_test() {



[gentoo-commits] repo/gentoo:master commit in: dev-python/pmw/

2020-02-13 Thread Mike Gilbert
commit: 0dd33a15fc1b5988c45e3aaf65c85dde716ab629
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Feb 13 15:39:39 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Feb 13 15:39:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dd33a15

dev-python/pmw: remove borken 'examples' USE flag

Package-Manager: Portage-2.3.88_p6, Repoman-2.3.20_p67
Signed-off-by: Mike Gilbert  gentoo.org>

 dev-python/pmw/pmw-2.0.1-r1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/pmw/pmw-2.0.1-r1.ebuild 
b/dev-python/pmw/pmw-2.0.1-r1.ebuild
index dd09ab63adf..d906f7e5af3 100644
--- a/dev-python/pmw/pmw-2.0.1-r1.ebuild
+++ b/dev-python/pmw/pmw-2.0.1-r1.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 LICENSE="BSD"
 SLOT="py3"
 KEYWORDS="~alpha amd64 ia64 ppc ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos"
-IUSE="doc examples test"
+IUSE="doc test"
 
 DEPEND="!dev-python/pmw:0"
 RDEPEND="${DEPEND}"
@@ -46,7 +46,6 @@ python_install_all() {
local DIR="Pmw/Pmw_${PV//./_}"
 
use doc && HTML_DOCS=( "${DIR}"/doc/. )
-   use examples && EXAMPLES=( "${DIR}"/demos/. )
 
distutils-r1_python_install_all
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/pmw/

2020-02-11 Thread Agostino Sarubbo
commit: 5a3f951b32c8691481c6d6a1763a4f2d2b9fced8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Feb 12 07:51:03 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Feb 12 07:51:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a3f951b

dev-python/pmw: ppc stable wrt bug #706146

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/pmw/pmw-2.0.1-r1.ebuild 
b/dev-python/pmw/pmw-2.0.1-r1.ebuild
index e84e724614f..dd09ab63adf 100644
--- a/dev-python/pmw/pmw-2.0.1-r1.ebuild
+++ b/dev-python/pmw/pmw-2.0.1-r1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="py3"
-KEYWORDS="~alpha amd64 ia64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos"
+KEYWORDS="~alpha amd64 ia64 ppc ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos"
 IUSE="doc examples test"
 
 DEPEND="!dev-python/pmw:0"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pmw/

2020-02-11 Thread Agostino Sarubbo
commit: 86b78fe07f4c00b1e3e52696a9594f192e897915
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Feb 12 07:47:38 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Feb 12 07:47:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86b78fe0

dev-python/pmw: ia64 stable wrt bug #706146

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/pmw/pmw-2.0.1-r1.ebuild 
b/dev-python/pmw/pmw-2.0.1-r1.ebuild
index d075bb4f6c3..e84e724614f 100644
--- a/dev-python/pmw/pmw-2.0.1-r1.ebuild
+++ b/dev-python/pmw/pmw-2.0.1-r1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="py3"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux 
~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ia64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos"
 IUSE="doc examples test"
 
 DEPEND="!dev-python/pmw:0"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pmw/

2019-10-02 Thread Alexey Shvetsov
commit: be539532b83f854003e51b17a7633a163951e951
Author: Alexey Shvetsov  gentoo  org>
AuthorDate: Wed Oct  2 13:04:16 2019 +
Commit: Alexey Shvetsov  gentoo  org>
CommitDate: Wed Oct  2 13:04:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be539532

dev-python/pmw: remove dohtml

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Alexey Shvetsov  gentoo.org>

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

diff --git a/dev-python/pmw/pmw-1.3.3-r3.ebuild 
b/dev-python/pmw/pmw-1.3.3-r3.ebuild
index 652f36827a0..619e0f5b48c 100644
--- a/dev-python/pmw/pmw-1.3.3-r3.ebuild
+++ b/dev-python/pmw/pmw-1.3.3-r3.ebuild
@@ -44,7 +44,7 @@ python_install_all() {
local DIR="Pmw/Pmw_1_3_3"
 
if use doc; then
-   dohtml -a html,gif,py ${DIR}/doc/*
+   dodoc -r ${DIR}/doc/*
fi
 
if use examples; then



[gentoo-commits] repo/gentoo:master commit in: dev-python/pmw/files/, dev-python/pmw/

2019-08-04 Thread Alexey Shvetsov
commit: 9aa213d7354df7f3f4fde0474088b776b5e3e4f4
Author: Alexey Shvetsov  gentoo  org>
AuthorDate: Sun Aug  4 08:13:47 2019 +
Commit: Alexey Shvetsov  gentoo  org>
CommitDate: Sun Aug  4 08:13:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9aa213d7

dev-python/pmw: Updates for eapi7 ebuilds

Package-Manager: Portage-2.3.70, Repoman-2.3.16
Signed-off-by: Alexey Shvetsov  gentoo.org>

 dev-python/pmw/files/pmw-1.3.3-install-no-docs.patch | 6 +++---
 dev-python/pmw/pmw-2.0.1-r1.ebuild   | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/pmw/files/pmw-1.3.3-install-no-docs.patch 
b/dev-python/pmw/files/pmw-1.3.3-install-no-docs.patch
index 979e24abf59..bbfd0f35f1c 100644
--- a/dev-python/pmw/files/pmw-1.3.3-install-no-docs.patch
+++ b/dev-python/pmw/files/pmw-1.3.3-install-no-docs.patch
@@ -1,10 +1,10 @@
  src/setup.py | 2 --
  1 file changed, 2 deletions(-)
 
-diff --git a/src/setup.py b/src/setup.py
+diff --git a/setup.py b/setup.py
 index a5f9039..cfcf8a2 100755
 a/src/setup.py
-+++ b/src/setup.py
+--- a/setup.py
 b/setup.py
 @@ -16,9 +16,7 @@ setup(name="Pmw",
'Pmw.Pmw_1_3_3.lib',],
  

diff --git a/dev-python/pmw/pmw-2.0.1-r1.ebuild 
b/dev-python/pmw/pmw-2.0.1-r1.ebuild
index 32d3e1c7c8a..9795b10364b 100644
--- a/dev-python/pmw/pmw-2.0.1-r1.ebuild
+++ b/dev-python/pmw/pmw-2.0.1-r1.ebuild
@@ -28,7 +28,7 @@ RESTRICT="test"
 S="${WORKDIR}/${MY_P}"
 
 python_prepare() {
-   distutils-r1_python_prepare
+   distutils-r1_python_prepare_all
2to3 Pmw
 }
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pmw/

2019-08-03 Thread Alexey Shvetsov
commit: 4989edf705f1c32d634868ed50e98fc4dcd92dee
Author: Alexey Shvetsov  gentoo  org>
AuthorDate: Sat Aug  3 20:33:33 2019 +
Commit: Alexey Shvetsov  gentoo  org>
CommitDate: Sat Aug  3 20:33:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4989edf7

dev-python/pmw: Works with py3.7

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

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

diff --git a/dev-python/pmw/pmw-2.0.1-r1.ebuild 
b/dev-python/pmw/pmw-2.0.1-r1.ebuild
index c756fcc9151..32d3e1c7c8a 100644
--- a/dev-python/pmw/pmw-2.0.1-r1.ebuild
+++ b/dev-python/pmw/pmw-2.0.1-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{5,6} )
+PYTHON_COMPAT=( python3_{5,6,7} )
 PYTHON_REQ_USE="tk"
 
 inherit distutils-r1 virtualx



[gentoo-commits] repo/gentoo:master commit in: dev-python/pmw/

2019-08-03 Thread Alexey Shvetsov
commit: 96982eed134119cc6d9943a92ec56a9e6dbdfa7e
Author: Alexey Shvetsov  gentoo  org>
AuthorDate: Sat Aug  3 20:29:09 2019 +
Commit: Alexey Shvetsov  gentoo  org>
CommitDate: Sat Aug  3 20:29:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96982eed

dev-python/pmw: Works with py3

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

 dev-python/pmw/pmw-1.3.3-r3.ebuild | 56 ++
 dev-python/pmw/pmw-2.0.1-r1.ebuild | 52 +++
 2 files changed, 108 insertions(+)

diff --git a/dev-python/pmw/pmw-1.3.3-r3.ebuild 
b/dev-python/pmw/pmw-1.3.3-r3.ebuild
new file mode 100644
index 000..652f36827a0
--- /dev/null
+++ b/dev-python/pmw/pmw-1.3.3-r3.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="tk"
+
+inherit distutils-r1
+
+MY_P="Pmw.${PV}"
+
+DESCRIPTION="Toolkit for building high-level compound Python widgets using the 
Tkinter module"
+HOMEPAGE="http://pmw.sourceforge.net/";
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="py2"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux 
~x64-macos ~x86-macos"
+IUSE="doc examples"
+
+DEPEND="!dev-python/pmw:0"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/src"
+
+DOCS="Pmw/README"
+# https://sourceforge.net/p/pmw/bugs/39/
+RESTRICT="test"
+
+PATCHES=( "${FILESDIR}"/${P}-install-no-docs.patch )
+
+python_test() {
+   cd "${BUILD_DIR}/lib/Pmw/Pmw_1_3_3/" || die
+   PYTHONPATH=PYTHONPATH=tests:../../
+   cp tests/{flagup.bmp,earthris.gif} . || die
+   for test in tests/*_test.py; do
+   echo "running test "$test
+   PYTHONPATH=tests:../../ "${PYTHON}" $test || die
+   done
+}
+
+python_install_all() {
+   local DIR="Pmw/Pmw_1_3_3"
+
+   if use doc; then
+   dohtml -a html,gif,py ${DIR}/doc/*
+   fi
+
+   if use examples; then
+   insinto /usr/share/doc/${PF}/examples
+   doins ${DIR}/demos/*
+   fi
+
+   distutils-r1_python_install_all
+}

diff --git a/dev-python/pmw/pmw-2.0.1-r1.ebuild 
b/dev-python/pmw/pmw-2.0.1-r1.ebuild
new file mode 100644
index 000..c756fcc9151
--- /dev/null
+++ b/dev-python/pmw/pmw-2.0.1-r1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{5,6} )
+PYTHON_REQ_USE="tk"
+
+inherit distutils-r1 virtualx
+
+MY_PN="Pmw"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Toolkit for building high-level compound Python widgets using the 
Tkinter module"
+HOMEPAGE="http://pmw.sourceforge.net/";
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="py3"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux 
~x64-macos ~x86-macos"
+IUSE="doc examples test"
+
+DEPEND="!dev-python/pmw:0"
+RDEPEND="${DEPEND}"
+# https://sourceforge.net/p/pmw/bugs/39/
+RESTRICT="test"
+
+S="${WORKDIR}/${MY_P}"
+
+python_prepare() {
+   distutils-r1_python_prepare
+   2to3 Pmw
+}
+
+python_test() {
+   VIRTUALX_COMMAND="${PYTHON}"
+   cd "${BUILD_DIR}/lib/Pmw/Pmw_${PV//./_}/" || die
+   cp tests/{flagup.bmp,earthris.gif} . || die
+   for test in tests/*_test.py; do
+   echo "running test "$test
+   PYTHONPATH=tests:../../ virtualmake $test || die
+   done
+}
+
+python_install_all() {
+   local DIR="Pmw/Pmw_${PV//./_}"
+
+   use doc && HTML_DOCS=( "${DIR}"/doc/. )
+   use examples && EXAMPLES=( "${DIR}"/demos/. )
+
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pmw/

2017-09-24 Thread Michael Palimaka
commit: a6f72d9e6993bd973721e4d20d62c45bf26bca83
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Sep 24 12:20:27 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Sep 24 12:21:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6f72d9e

dev-python/pmw: stabilise 2.0.1 for x86

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

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

diff --git a/dev-python/pmw/pmw-2.0.1.ebuild b/dev-python/pmw/pmw-2.0.1.ebuild
index 8eb4e3afb2d..b9f3020f2f8 100644
--- a/dev-python/pmw/pmw-2.0.1.ebuild
+++ b/dev-python/pmw/pmw-2.0.1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="py3"
-KEYWORDS="alpha amd64 ia64 ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos"
+KEYWORDS="alpha amd64 ia64 ppc ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos"
 IUSE="doc examples test"
 
 DEPEND="!dev-python/pmw:0"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pmw/

2017-09-24 Thread Michael Palimaka
commit: 2445fbcb79be0798893fc34c0f0deb32d021032e
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Sep 24 12:20:48 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Sep 24 12:21:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2445fbcb

dev-python/pmw: stabilise 2.0.1 for sparc using ALLARCHES

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

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

diff --git a/dev-python/pmw/pmw-2.0.1.ebuild b/dev-python/pmw/pmw-2.0.1.ebuild
index b9f3020f2f8..4bdfc6b21ed 100644
--- a/dev-python/pmw/pmw-2.0.1.ebuild
+++ b/dev-python/pmw/pmw-2.0.1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="py3"
-KEYWORDS="alpha amd64 ia64 ppc ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos"
+KEYWORDS="alpha amd64 ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos"
 IUSE="doc examples test"
 
 DEPEND="!dev-python/pmw:0"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pmw/

2017-09-12 Thread Matt Turner
commit: b84ef2e4f32daf1eb788414272e96bb060d24014
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Sep 12 23:02:35 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Sep 12 23:02:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b84ef2e4

dev-python/pmw-2.0.1: ppc stable, bug 625034

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

diff --git a/dev-python/pmw/pmw-2.0.1.ebuild b/dev-python/pmw/pmw-2.0.1.ebuild
index 6a83ad39a45..8eb4e3afb2d 100644
--- a/dev-python/pmw/pmw-2.0.1.ebuild
+++ b/dev-python/pmw/pmw-2.0.1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="py3"
-KEYWORDS="alpha amd64 ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos"
+KEYWORDS="alpha amd64 ia64 ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos"
 IUSE="doc examples test"
 
 DEPEND="!dev-python/pmw:0"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pmw/

2017-07-16 Thread Tobias Klausmann
commit: 2c9f9e110a9e5a08ab88fad916bbbac9b972cd02
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sun Jul 16 11:07:23 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sun Jul 16 11:07:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c9f9e11

dev-python/pmw-2.0.1-r0: alpha stable

Gentoo-Bug: 625034

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

diff --git a/dev-python/pmw/pmw-2.0.1.ebuild b/dev-python/pmw/pmw-2.0.1.ebuild
index ee6f48caaf0..6a83ad39a45 100644
--- a/dev-python/pmw/pmw-2.0.1.ebuild
+++ b/dev-python/pmw/pmw-2.0.1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="py3"
-KEYWORDS="~alpha amd64 ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux 
~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos"
 IUSE="doc examples test"
 
 DEPEND="!dev-python/pmw:0"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pmw/

2017-07-15 Thread Tobias Klausmann
commit: db0bbb78440508aeb731d158004ac30558c960c2
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sat Jul 15 17:23:11 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sat Jul 15 17:23:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db0bbb78

dev-python/pmw-2.0.1-r0: add amd64 keyword

Gentoo-Bug: 625034

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

diff --git a/dev-python/pmw/pmw-2.0.1.ebuild b/dev-python/pmw/pmw-2.0.1.ebuild
index ce8cb19b713..ee6f48caaf0 100644
--- a/dev-python/pmw/pmw-2.0.1.ebuild
+++ b/dev-python/pmw/pmw-2.0.1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="py3"
-KEYWORDS="~alpha ~amd64 ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux 
~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux 
~x64-macos ~x86-macos"
 IUSE="doc examples test"
 
 DEPEND="!dev-python/pmw:0"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pmw/

2017-07-15 Thread Sergei Trofimovich
commit: deef1209b8522c4603b63907b50cf0d1f9efca19
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jul 15 09:01:18 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jul 15 09:43:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deef1209

dev-python/pmw: ia64 stable, bug #625034

Package-Manager: Portage-2.3.6, Repoman-2.3.2
RepoMan-Options: --include-arches="ia64"

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

diff --git a/dev-python/pmw/pmw-2.0.1.ebuild b/dev-python/pmw/pmw-2.0.1.ebuild
index d492b1797f9..ce8cb19b713 100644
--- a/dev-python/pmw/pmw-2.0.1.ebuild
+++ b/dev-python/pmw/pmw-2.0.1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="py3"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux 
~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux 
~x64-macos ~x86-macos"
 IUSE="doc examples test"
 
 DEPEND="!dev-python/pmw:0"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pmw/files/

2016-09-18 Thread David Seifert
commit: a7cf0e391af84ceec9426f91915ec35e99949894
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Fri Sep 16 15:44:18 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Sep 18 13:28:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7cf0e39

dev-python/pmw: remove unused patches

Closes: https://github.com/gentoo/gentoo/pull/2343

Signed-off-by: David Seifert  gentoo.org>

 dev-python/pmw/files/1.3.2-python2.5.patch | 54 --
 .../pmw/files/pmw-1.3.2-install-no-docs.patch  | 13 --
 2 files changed, 67 deletions(-)

diff --git a/dev-python/pmw/files/1.3.2-python2.5.patch 
b/dev-python/pmw/files/1.3.2-python2.5.patch
deleted file mode 100644
index cae2f9b..
--- a/dev-python/pmw/files/1.3.2-python2.5.patch
+++ /dev/null
@@ -1,54 +0,0 @@
-Source: 
http://github.com/nanotube/pmw_fixes/commit/5e6dcbdaef2bb6c40037b922dd0efa081f1575ab
 (Daniel Folkinshteyn)
-
-fix bug in OptionMenu.setitems, introduced with the fixing of this python 
-bug:
-http://bugs.python.org/issue1342811
-
-versions of python 2.5.4 and newer now automatically delete commands when 
-items are deleted
-however, that causes error if the command is deleted manually beforehand.
-old versions, on the contrary, require manual command deletion to free up 
-the objects.
-
-so we put in a python version check to see if we need to manually delete 
-commands.
-
-fixes the Pmw bug referred to here:
-https://sourceforge.net/forum/forum.php?thread_id=3283195&forum_id=33675
-and here:
-https://sourceforge.net/tracker/?func=detail&aid=2795731&group_id=10743&ati
-d=110743
-
 a/src/Pmw/Pmw_1_3/lib/PmwOptionMenu.py
-+++ b/src/Pmw/Pmw_1_3/lib/PmwOptionMenu.py
-@@ -1,6 +1,7 @@
- import types
- import Tkinter
- import Pmw
-+import sys
- 
- class OptionMenu(Pmw.MegaWidget):
- 
-@@ -59,11 +60,17 @@ class OptionMenu(Pmw.MegaWidget):
- 
- def setitems(self, items, index = None):
- 
--# Clean up old items and callback commands.
--for oldIndex in range(len(self._itemList)):
--tclCommandName = str(self._menu.entrycget(oldIndex, 'command'))
--if tclCommandName != '':   
--self._menu.deletecommand(tclCommandName)
-+# python version check
-+# python versions >= 2.5.4 automatically clean commands
-+# and manually cleaning them causes errors when deleting items
-+
-+if sys.version_info[0] * 100 + sys.version_info[1] * 10 + \
-+sys.version_info[2] < 254:
-+# Clean up old items and callback commands.
-+for oldIndex in range(len(self._itemList)):
-+tclCommandName = str(self._menu.entrycget(oldIndex, 
'command'))
-+if tclCommandName != '':   
-+self._menu.deletecommand(tclCommandName)
- self._menu.delete(0, 'end')
-   self._itemList = list(items)
- 

diff --git a/dev-python/pmw/files/pmw-1.3.2-install-no-docs.patch 
b/dev-python/pmw/files/pmw-1.3.2-install-no-docs.patch
deleted file mode 100644
index 325dc4e..
--- a/dev-python/pmw/files/pmw-1.3.2-install-no-docs.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -uNr Pmw.1.3.2.orig/src/setup.py Pmw.1.3.2/src/setup.py
 Pmw.1.3.2.orig/src/setup.py2008-08-02 15:40:19.0 -0430
-+++ Pmw.1.3.2/src/setup.py 2008-08-02 15:40:36.0 -0430
-@@ -16,9 +16,7 @@
-   'Pmw.Pmw_1_3.lib',],
- 
-   package_data={'Pmw': ['Pmw_1_3/lib/Pmw.def',
--  'Pmw_1_3/doc/*',
-   'Pmw_1_3/contrib/*',
--  'Pmw_1_3/demos/*',
-   'Pmw_1_3/tests/*',
- 'Pmw_1_3/bin/*',
-  ]