From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/
Date: Tue, 19 Apr 2022 16:03:14 +0000 (UTC) [thread overview]
Message-ID: <1650384186.59485b7def4f83aaeacbc8dc0f574829ce9a8dc4.mgorny@gentoo> (raw)
commit: 59485b7def4f83aaeacbc8dc0f574829ce9a8dc4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 19 14:00:35 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Apr 19 16:03:06 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59485b7d
dev-python/pytools: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytools/Manifest | 2 --
dev-python/pytools/pytools-2022.1.1.ebuild | 25 -------------------------
dev-python/pytools/pytools-2022.1.2.ebuild | 25 -------------------------
3 files changed, 52 deletions(-)
diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index 85650ba1eb55..a7539bdd6512 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1,4 +1,2 @@
-DIST pytools-2022.1.1.tar.gz 67883 BLAKE2B 915d0a40de77589b3ec7d463f44b677cf47663458895b3f0aed0667eaaae6e6e34a44896f98b5e07016022f48074780c7d24082df616178308b34507713dab8d SHA512 6d69e84124b0894250e82fb9d0f23776b0fee90fa0d7176d83669d3538eeb5e8a3ff706aba88f61442b9889b524cedcbcae635cf6886145deab310319dc2268f
-DIST pytools-2022.1.2.tar.gz 67910 BLAKE2B 7c8cb65ae2ce5a790a2f5985c9d464d156ea49e9d8f17d5ff1bb456fc9d8f297fc2aa738aeadab45b472c08ced4995de487a6d59f1cb62aeb92a783b01292f6c SHA512 eb594188f55fa4d4e5696dbe7ac322675e75683a932369d641b52787af9fbb9eaa9e2697e1db811fd61065472836aaf9875edd73538db40d3b0760fa937547c9
DIST pytools-2022.1.3.tar.gz 68522 BLAKE2B 49223fa3763e40e613708323e755f3cf4df2da4642110742fc9f4dd2275caa171e394023edd62f9cb254e475c9167b49cb9a0d10285d516fb282347c47a919f0 SHA512 d50c4e89714ad7190d2011c3d1c5e572f615c6e1b53d5e4457d784499b796c740f425c53799d74c3376a350eb15591aa6bda64c9458519c0d0aa6d7e98468b33
DIST pytools-2022.1.4.tar.gz 68840 BLAKE2B 27205ec5e4af2f9193c5ca3e2ca33f8511f49105b7252d3fd95006e6eb6086c1650e39050be3cb469b2906ce946144d5c5d5c155380d3e8b62b0af85975cb736 SHA512 feb1d2f10175700d8fea1e531b9f0c78a57f4f1547976ac0c4d2e40b870cba95b99b7484ba2268fb36e62894d074856acfbfeb1219b23011cddb16cea597bb2c
diff --git a/dev-python/pytools/pytools-2022.1.1.ebuild b/dev-python/pytools/pytools-2022.1.1.ebuild
deleted file mode 100644
index 02db777459d3..000000000000
--- a/dev-python/pytools/pytools-2022.1.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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='sqlite'
-
-inherit distutils-r1
-
-DESCRIPTION="Collection of tools missing from the Python standard library"
-HOMEPAGE="https://mathema.tician.de/software/pytools/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64"
-
-RDEPEND="
- >=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}]
- >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
diff --git a/dev-python/pytools/pytools-2022.1.2.ebuild b/dev-python/pytools/pytools-2022.1.2.ebuild
deleted file mode 100644
index d5c96e8e218e..000000000000
--- a/dev-python/pytools/pytools-2022.1.2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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='sqlite'
-
-inherit distutils-r1
-
-DESCRIPTION="Collection of tools missing from the Python standard library"
-HOMEPAGE="https://mathema.tician.de/software/pytools/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- >=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}]
- >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
next reply other threads:[~2022-04-19 16:03 UTC|newest]
Thread overview: 137+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-19 16:03 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-21 12:04 [gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/ Arthur Zamarin
2024-09-06 9:25 Michał Górny
2024-08-31 10:35 Michał Górny
2024-08-31 10:28 Arthur Zamarin
2024-08-13 4:55 Michał Górny
2024-08-10 7:31 Michał Górny
2024-08-10 7:25 Michał Górny
2024-08-07 14:10 Michał Górny
2024-08-03 18:58 Michał Górny
2024-08-03 16:48 Jakov Smolić
2024-08-03 6:24 Michał Górny
2024-07-23 20:06 Michał Górny
2024-07-18 1:56 Michał Górny
2024-07-17 4:11 Michał Górny
2024-07-13 8:01 Michał Górny
2024-07-13 7:35 Arthur Zamarin
2024-07-12 2:33 Michał Górny
2024-07-10 12:31 Sam James
2024-07-10 11:39 Jakov Smolić
2024-07-10 6:32 Michał Górny
2024-06-29 3:26 Michał Górny
2024-06-22 15:01 Michał Górny
2024-06-22 13:48 Arthur Zamarin
2024-06-08 9:02 Michał Górny
2024-06-08 7:20 Arthur Zamarin
2024-06-08 5:06 Michał Górny
2024-06-01 3:57 Michał Górny
2024-05-22 4:49 Michał Górny
2024-05-11 13:45 Michał Górny
2024-05-11 11:06 Arthur Zamarin
2024-04-25 4:43 Michał Górny
2024-04-06 9:35 Michał Górny
2024-04-06 9:31 Arthur Zamarin
2024-03-21 5:39 Michał Górny
2023-11-24 15:45 Arthur Zamarin
2023-09-25 18:52 Michał Górny
2023-09-25 17:33 Arthur Zamarin
2023-08-19 16:24 Marek Szuba
2023-08-19 16:24 Marek Szuba
2023-07-26 6:03 Michał Górny
2023-07-24 10:59 Michał Górny
2023-07-24 8:54 Jakov Smolić
2023-06-19 4:58 Michał Górny
2023-03-16 4:07 Michał Górny
2023-02-17 6:21 Michał Górny
2023-02-16 22:50 Sam James
2022-12-27 8:36 Michał Górny
2022-12-25 17:50 Michał Górny
2022-12-25 16:42 Sam James
2022-11-20 7:45 Michał Górny
2022-07-26 4:46 Sam James
2022-07-25 7:14 Michał Górny
2022-07-25 7:07 Agostino Sarubbo
2022-06-26 16:52 Arthur Zamarin
2022-06-22 16:59 Arthur Zamarin
2022-06-22 11:50 Michał Górny
2022-06-22 10:10 Agostino Sarubbo
2022-06-20 6:22 Michał Górny
2022-06-05 5:48 Michał Górny
2022-05-30 10:42 Marek Szuba
2022-05-21 19:25 Michał Górny
2022-05-21 17:35 Jakov Smolić
2022-05-21 6:47 Michał Górny
2022-05-20 8:29 Michał Górny
2022-05-05 7:08 Arthur Zamarin
2022-04-28 18:48 Michał Górny
2022-04-26 9:59 Michał Górny
2022-04-19 13:46 Jakov Smolić
2022-04-19 8:45 Michał Górny
2022-04-08 7:33 Michał Górny
2022-04-07 16:59 Arthur Zamarin
2022-03-26 22:31 Marek Szuba
2022-03-18 10:08 Michał Górny
2022-03-16 8:09 Michał Górny
2022-03-15 18:30 Jakov Smolić
2022-03-09 20:06 Arthur Zamarin
2022-02-10 23:56 Michał Górny
2021-12-02 9:57 Michał Górny
2021-12-02 8:54 Jakov Smolić
2021-11-02 6:35 Michał Górny
2021-09-18 19:43 Michał Górny
2021-09-18 17:18 Sam James
2021-08-16 5:39 Michał Górny
2021-07-03 6:29 Michał Górny
2021-07-03 6:17 Agostino Sarubbo
2021-05-31 6:39 Michał Górny
2021-05-15 0:36 Marek Szuba
2021-05-06 7:33 Michał Górny
2021-05-06 6:55 Agostino Sarubbo
2021-04-27 11:05 Marek Szuba
2021-04-25 21:58 Michał Górny
2021-04-24 9:04 Michał Górny
2021-04-12 16:17 Michał Górny
2021-04-12 15:50 Sam James
2021-04-11 11:23 Michał Górny
2021-04-11 11:11 Sam James
2021-04-06 7:22 Michał Górny
2021-04-03 6:59 Michał Górny
2021-03-24 8:16 Michał Górny
2021-03-11 8:48 Michał Górny
2021-03-08 7:25 Michał Górny
2021-02-19 16:37 Michał Górny
2021-02-19 12:20 Sam James
2021-02-19 12:07 Sam James
2021-01-13 20:16 Michał Górny
2021-01-13 19:34 Sam James
2021-01-10 9:42 Michał Górny
2020-12-14 8:35 Michał Górny
2020-12-09 10:28 Marek Szuba
2020-09-30 9:15 Marek Szuba
2020-09-05 19:44 Marek Szuba
2020-08-24 17:19 Marek Szuba
2020-08-23 11:34 David Seifert
2020-07-29 11:33 Marek Szuba
2020-07-17 20:10 Marek Szuba
2020-06-26 17:35 Marek Szuba
2020-06-26 17:35 Marek Szuba
2020-06-26 16:10 Marek Szuba
2020-05-17 13:47 Michał Górny
2020-05-17 7:50 Michał Górny
2020-05-10 15:28 Mikle Kolyada
2020-03-30 17:44 Michał Górny
2020-03-25 11:06 Michał Górny
2020-01-16 6:05 Michał Górny
2018-06-26 2:04 Aaron Bauman
2018-06-25 23:20 Thomas Deutschmann
2018-06-24 19:21 Pacho Ramos
2017-09-17 21:09 Matt Turner
2017-09-17 8:43 Michał Górny
2017-07-31 18:12 Sebastien Fabbro
2017-07-15 17:25 Tobias Klausmann
2017-05-02 16:41 Michał Górny
2017-01-21 1:41 David Seifert
2017-01-21 1:41 David Seifert
2017-01-21 1:41 David Seifert
2016-02-10 16:15 Justin Lecher
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=1650384186.59485b7def4f83aaeacbc8dc0f574829ce9a8dc4.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