From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pmw/
Date: Thu, 11 Apr 2024 19:04:28 +0000 (UTC) [thread overview]
Message-ID: <1712862254.6d7a6d522222ff5af7a29ce24e739ac0bb94e27c.mgorny@gentoo> (raw)
commit: 6d7a6d522222ff5af7a29ce24e739ac0bb94e27c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 11 18:00:34 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Apr 11 19:04:14 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d7a6d52
dev-python/pmw: Remove old
Signed-off-by: Michał Górny <mgorny <AT> 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..000000000000
--- 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
-}
next reply other threads:[~2024-04-11 19:04 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-11 19:04 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-18 6:58 [gentoo-commits] repo/gentoo:master commit in: dev-python/pmw/ Michał Górny
2024-04-11 17:40 Arthur Zamarin
2024-03-27 12:25 Alexey Shvetsov
2023-05-02 18:42 Pacho Ramos
2022-05-15 10:41 Michał Górny
2022-05-15 10:41 Michał Górny
2022-05-15 8:19 Jakov Smolić
2022-04-11 9:17 Michał Górny
2022-01-13 16:08 Alexey Shvetsov
2021-04-05 9:00 Andreas Sturmlechner
2021-02-05 8:47 Michał Górny
2020-11-27 13:01 Alexey Shvetsov
2020-10-16 18:22 Michał Górny
2020-03-30 13:37 Agostino Sarubbo
2020-03-28 12:42 Michał Górny
2020-03-25 15:42 Agostino Sarubbo
2020-03-25 14:17 Agostino Sarubbo
2020-03-19 22:12 David Seifert
2020-02-14 18:09 Sergei Trofimovich
2020-02-13 15:58 Mike Gilbert
2020-02-13 15:50 Mike Gilbert
2020-02-13 15:39 Mike Gilbert
2020-02-12 7:51 Agostino Sarubbo
2020-02-12 7:47 Agostino Sarubbo
2019-10-02 13:04 Alexey Shvetsov
2019-08-03 20:36 Alexey Shvetsov
2019-08-03 20:36 Alexey Shvetsov
2017-09-24 12:21 Michael Palimaka
2017-09-24 12:21 Michael Palimaka
2017-09-12 23:02 Matt Turner
2017-07-16 11:08 Tobias Klausmann
2017-07-15 17:25 Tobias Klausmann
2017-07-15 9:43 Sergei Trofimovich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1712862254.6d7a6d522222ff5af7a29ce24e739ac0bb94e27c.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox