public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Sat, 13 Jul 2024 08:01:15 +0000 (UTC)	[thread overview]
Message-ID: <1720857666.354ea57eabe42e14562e0e16bdfedc4553f62c32.mgorny@gentoo> (raw)

commit:     354ea57eabe42e14562e0e16bdfedc4553f62c32
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 13 07:58:56 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 13 08:01:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=354ea57e

dev-python/pytools: Remove old

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

 dev-python/pytools/Manifest                |  2 --
 dev-python/pytools/pytools-2024.1.5.ebuild | 33 -----------------------------
 dev-python/pytools/pytools-2024.1.7.ebuild | 34 ------------------------------
 3 files changed, 69 deletions(-)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index c45e6549ff12..5af06df5a26f 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1,4 +1,2 @@
-DIST pytools-2024.1.5.tar.gz 80774 BLAKE2B 37e9e14d5a62cdad34ddbfd0eabec747c392ba1506aacc76322f090699192369915882ba948fa07cd7a45369d3391343d9b2554def851e844976bc0442ddcfb6 SHA512 af7b79f1e26a43459765627ce6e6740953c38e05e26f3ec17360ccdf588ac320eabb5540fbbf9570cde324b8aae2412878316e9930e5195f467dbf5b74ca76b8
 DIST pytools-2024.1.6.tar.gz 81344 BLAKE2B ff68e2606170bf54e3f609ee7f4cfe58e063f43dcfb2706d5ed7659ea2fde863e6315d0d81dff2e62a3378f195413561a927b0c1e7bedc06388cf4893c07b873 SHA512 a9e934f1cbaf0ace32420f9b74224a06ce8421ee291b837292133969c6788c4cc8bea01446cd4d1505aca9fa81e8ae0d3eacf60d3285186e66d67d5abe10ce3e
-DIST pytools-2024.1.7.tar.gz 82211 BLAKE2B 07da2dbd2d19ec11a481f71aac1273f64e3eb00483b1a633d42a08e36aa8d76e0cae0235538f58d0c2acf12079544b168a97d78c9aa1d3421525e6fe47f1db82 SHA512 9833cf5c3b72cb89bf25dde5f15c5970db5dd86e1eaf1dbfb8e7024ac0854fa200f6bb64f8ebd346998c4ca792ee0dca898b0de0f839445c64e2279dcc771788
 DIST pytools-2024.1.8.tar.gz 82220 BLAKE2B bc1dd2eb80be38f6ee450f2d0a780b4815b3a3349bc99ca8521a891bccbc0c4e532881db749def53e26e088238f852ca9174e0fc2a7a7a43a064c1caadec2772 SHA512 d49a6c2cd73915dbc9446f4ed2a05ac30c3235b8fd57fc26814c42cb31ab43c54ae3b06ad69354c7932f266e0f2e0fcde4b9ff91426f8744f924e3d6837f0060

diff --git a/dev-python/pytools/pytools-2024.1.5.ebuild b/dev-python/pytools/pytools-2024.1.5.ebuild
deleted file mode 100644
index c190bc38483c..000000000000
--- a/dev-python/pytools/pytools-2024.1.5.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-PYTHON_REQ_USE='sqlite'
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Collection of tools missing from the Python standard library"
-HOMEPAGE="
-	https://mathema.tician.de/software/pytools/
-	https://github.com/inducer/pytools/
-	https://pypi.org/project/pytools/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~ppc64 ~riscv"
-
-# NB: numpy is now an "extra" (optional) dep -- we can remove it from
-# RDEPEND If revdeps don't need it
-RDEPEND="
-	>=dev-python/numpy-1.6.0[${PYTHON_USEDEP}]
-	>=dev-python/platformdirs-2.2.0[${PYTHON_USEDEP}]
-	$(python_gen_cond_dep '
-		>=dev-python/typing-extensions-4.0[${PYTHON_USEDEP}]
-	' 3.10)
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/pytools/pytools-2024.1.7.ebuild b/dev-python/pytools/pytools-2024.1.7.ebuild
deleted file mode 100644
index a2fde559d718..000000000000
--- a/dev-python/pytools/pytools-2024.1.7.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-PYTHON_REQ_USE='sqlite'
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Collection of tools missing from the Python standard library"
-HOMEPAGE="
-	https://mathema.tician.de/software/pytools/
-	https://github.com/inducer/pytools/
-	https://pypi.org/project/pytools/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv"
-
-# NB: numpy is now an "extra" (optional) dep -- we can remove it from
-# RDEPEND If revdeps don't need it
-RDEPEND="
-	>=dev-python/numpy-1.6[${PYTHON_USEDEP}]
-	>=dev-python/platformdirs-2.2[${PYTHON_USEDEP}]
-	>=dev-python/siphash24-1.6[${PYTHON_USEDEP}]
-	$(python_gen_cond_dep '
-		>=dev-python/typing-extensions-4[${PYTHON_USEDEP}]
-	' 3.10)
-"
-
-distutils_enable_tests pytest


             reply	other threads:[~2024-07-13  8:01 UTC|newest]

Thread overview: 137+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-13  8:01 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  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 16:03 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=1720857666.354ea57eabe42e14562e0e16bdfedc4553f62c32.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