From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/munkres/
Date: Sun, 17 Oct 2021 09:07:21 +0000 (UTC) [thread overview]
Message-ID: <1634461478.4c7eb3603259f0d8de325827062a8710a8795e5e.mgorny@gentoo> (raw)
commit: 4c7eb3603259f0d8de325827062a8710a8795e5e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 17 09:04:38 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 17 09:04:38 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c7eb360
dev-python/munkres: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/munkres/Manifest | 1 -
dev-python/munkres/munkres-1.1.2.ebuild | 22 ----------------------
2 files changed, 23 deletions(-)
diff --git a/dev-python/munkres/Manifest b/dev-python/munkres/Manifest
index 2953568eef9..577cb5b5278 100644
--- a/dev-python/munkres/Manifest
+++ b/dev-python/munkres/Manifest
@@ -1,2 +1 @@
-DIST munkres-1.1.2.tar.gz 11186 BLAKE2B 2ba5ab7ce85fdc06598829123ed334209f37c0fa4f82e863c78220db82e9b8b4c51c7369042bdac6e9b33b4d580145bdd37b5743f0b3f511141782588803cb0e SHA512 4a8b698f53812303f5020b4fc357f859a63d97370fe311d16ae959addd9cacee65667e430cd0d00496e423c1f0c7a3c8d4219ba49600a982de323fadd2c03bec
DIST munkres-1.1.4.tar.gz 13777 BLAKE2B d783ac7a4fd55826ef3ddddd2ba82cf0499727e605a2414491af7dd9080193c53f1e48ed17dba9a462578bc958d3d9e2e1e413408143b4cfd0305f9cb3b6c517 SHA512 24ae7d04f4a6fe52f7bb9dc79bbee3e33425b85813382e2634e106a5d26d2d728ba8d34fab9390b7c3d651bc0e95214dcf9c94ac436636cd5b487a054b5a2c54
diff --git a/dev-python/munkres/munkres-1.1.2.ebuild b/dev-python/munkres/munkres-1.1.2.ebuild
deleted file mode 100644
index f243268ad49..00000000000
--- a/dev-python/munkres/munkres-1.1.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Module implementing munkres algorithm for the Assignment Problem"
-HOMEPAGE="https://pypi.org/project/munkres/"
-SRC_URI="https://github.com/bmc/munkres/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-S="${WORKDIR}/${PN}-release-${PV}"
-
-python_test() {
- "${EPYTHON}" ${PN}.py || die
-}
next reply other threads:[~2021-10-17 9:07 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-17 9:07 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-20 17:09 [gentoo-commits] repo/gentoo:master commit in: dev-python/munkres/ Michał Górny
2024-12-28 15:16 Sam James
2024-06-29 15:09 Andreas K. Hüttel
2024-06-24 3:02 Sam James
2024-06-22 17:18 Sam James
2024-06-22 14:23 Arthur Zamarin
2024-06-22 13:49 Arthur Zamarin
2024-06-22 13:49 Arthur Zamarin
2024-06-22 13:48 Arthur Zamarin
2024-06-12 21:50 Sam James
2024-06-12 21:50 Sam James
2024-06-12 21:50 Sam James
2024-06-08 17:14 Arthur Zamarin
2024-06-08 6:06 Arthur Zamarin
2024-05-28 6:25 Jakov Smolić
2024-05-25 12:39 WANG Xuerui
2024-05-25 6:17 Arthur Zamarin
2024-05-25 6:17 Arthur Zamarin
2024-05-25 6:08 Arthur Zamarin
2024-05-25 6:08 Arthur Zamarin
2024-05-25 3:50 Michał Górny
2024-05-18 6:11 Michał Górny
2023-05-31 19:08 Michał Górny
2022-06-22 13:22 Agostino Sarubbo
2022-06-16 8:06 Michał Górny
2022-05-29 19:16 Arthur Zamarin
2022-05-29 19:16 Arthur Zamarin
2021-09-12 15:49 Arthur Zamarin
2021-09-12 15:49 Arthur Zamarin
2021-05-14 11:21 Sam James
2020-03-28 8:34 Michał Górny
2019-12-07 22:53 Andreas Sturmlechner
2019-10-18 5:25 Joonas Niilola
2019-10-18 5:25 Joonas Niilola
2017-10-18 17:29 Patrice Clement
2017-04-27 0:55 Tim Harder
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=1634461478.4c7eb3603259f0d8de325827062a8710a8795e5e.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