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, 30 Nov 2024 11:47:37 +0000 (UTC) [thread overview]
Message-ID: <1732966957.0cf36da3881821d7fc6b4d21afe22d00cf17d719.mgorny@gentoo> (raw)
commit: 0cf36da3881821d7fc6b4d21afe22d00cf17d719
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 30 11:42:37 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 30 11:42:37 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cf36da3
dev-python/pytools: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytools/Manifest | 3 ---
dev-python/pytools/pytools-2024.1.13.ebuild | 33 -----------------------------
dev-python/pytools/pytools-2024.1.14.ebuild | 33 -----------------------------
dev-python/pytools/pytools-2024.1.16.ebuild | 31 ---------------------------
4 files changed, 100 deletions(-)
diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index f0cffd3de22c..a644c43542e2 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1,6 +1,3 @@
-DIST pytools-2024.1.13.tar.gz 82559 BLAKE2B c9b2d43a9538eb4a0daaf623345961e839cd227de22dc141923129418315947dc813b67d78c39d84062ef712842dfad63ef7d519d672960f25594e7f8bd5b0e5 SHA512 dc5d8e9ef291afc9cfab39450ecd886c3ca5776cb9f29b675ae7459a5ef2bdf29cc9978fe3991ef86b11516902d04c7de861947ea9f2d261735d52db2bfefc5c
-DIST pytools-2024.1.14.tar.gz 83715 BLAKE2B 7670a6876f908097b07322fcce1acbebce9d4cbb9a955425544fe9f456895606629b84df894eb156eced9990f2f033301b48ebd511ee7dcbc06d1558dba4847a SHA512 07a4b2066553e0f2db5227e7f55db749e38c77afd566dcb45c65665a444451e8209ef028b7fdd3f855447bbac712e290211f3908b72335099057ff11371efe4a
DIST pytools-2024.1.15.tar.gz 77565 BLAKE2B 3f17e86ff07d52b7f749846a9da7ed176aed63402b22a8c2c7ad96f49a5a62f22463f2db111e2d01139212e2c489a22f2ea16d2e67840bd3d077a2d87fd75b88 SHA512 112832d9a826243c76600c80e6464aba9ad0ad11017befa04e8104ce84431f3da993c768cef441786c6458adee6c4bd067e235dc369918367c5acb9aebd903ec
-DIST pytools-2024.1.16.tar.gz 77921 BLAKE2B f0e2952d99944140c44600d4e3e0eb0d9b69cbc13b1e2bf75b7061299515811b3308e00909e782f4048fe03684766bfbc0cb63afb8bc1c2be8658286be3c5d3e SHA512 396f6eb5ba2cf6116cbcfb436eef8d78cd2061a8e888ebbd77d93703a8bb3ec41062264d84487d571f0ee871c33c215272e2dce1d7b3150aa772f0142a7711e0
DIST pytools-2024.1.17.tar.gz 78163 BLAKE2B eac043f8f53fe82f76f21a3019e2fba4474345379ae9772023f40da5d284b2d146a7da2652c152d3d5990dab2ae1a6365713a325bdb469f54ef7bee2ed0cf69b SHA512 de15035ca129c5425a54c151d6be5fe8ec906e06c43cb40c09c86105441b328ff537b154f95d3bfb84289b4357fb67d2b0df027aeb80e1b9c8a9d197a37d8f11
DIST pytools-2024.1.6.tar.gz 81344 BLAKE2B ff68e2606170bf54e3f609ee7f4cfe58e063f43dcfb2706d5ed7659ea2fde863e6315d0d81dff2e62a3378f195413561a927b0c1e7bedc06388cf4893c07b873 SHA512 a9e934f1cbaf0ace32420f9b74224a06ce8421ee291b837292133969c6788c4cc8bea01446cd4d1505aca9fa81e8ae0d3eacf60d3285186e66d67d5abe10ce3e
diff --git a/dev-python/pytools/pytools-2024.1.13.ebuild b/dev-python/pytools/pytools-2024.1.13.ebuild
deleted file mode 100644
index 286373743ec2..000000000000
--- a/dev-python/pytools/pytools-2024.1.13.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 ~riscv"
-
-# NB: numpy & siphash24 are an "extra" (optional) deps
-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..12})
-"
-
-distutils_enable_tests pytest
diff --git a/dev-python/pytools/pytools-2024.1.14.ebuild b/dev-python/pytools/pytools-2024.1.14.ebuild
deleted file mode 100644
index 286373743ec2..000000000000
--- a/dev-python/pytools/pytools-2024.1.14.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 ~riscv"
-
-# NB: numpy & siphash24 are an "extra" (optional) deps
-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..12})
-"
-
-distutils_enable_tests pytest
diff --git a/dev-python/pytools/pytools-2024.1.16.ebuild b/dev-python/pytools/pytools-2024.1.16.ebuild
deleted file mode 100644
index 2582190bc524..000000000000
--- a/dev-python/pytools/pytools-2024.1.16.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-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 & siphash24 are an "extra" (optional) deps
-RDEPEND="
- >=dev-python/numpy-1.6[${PYTHON_USEDEP}]
- >=dev-python/platformdirs-2.2[${PYTHON_USEDEP}]
- >=dev-python/siphash24-1.6[${PYTHON_USEDEP}]
- >=dev-python/typing-extensions-4[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
next reply other threads:[~2024-11-30 11:47 UTC|newest]
Thread overview: 149+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-30 11:47 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-13 4:37 [gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/ Michał Górny
2025-01-12 3:32 Michał Górny
2024-12-28 10:47 Michał Górny
2024-12-28 9:45 Sam James
2024-12-21 12:31 Michał Górny
2024-12-13 6:15 Michał Górny
2024-12-10 4:35 Michał Górny
2024-12-05 5:39 Michał Górny
2024-12-01 3:24 Michał Górny
2024-11-22 12:32 Michał Górny
2024-11-13 6:55 Michał Górny
2024-09-21 12:04 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 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=1732966957.0cf36da3881821d7fc6b4d21afe22d00cf17d719.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