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: Mon, 25 Jul 2022 07:14:55 +0000 (UTC)	[thread overview]
Message-ID: <1658733290.458a92f719489e63c1743fb2e02183e0ea8b0df6.mgorny@gentoo> (raw)

commit:     458a92f719489e63c1743fb2e02183e0ea8b0df6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 25 07:14:02 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jul 25 07:14:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=458a92f7

dev-python/pytools: Remove old

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

 dev-python/pytools/Manifest                 |  3 ---
 dev-python/pytools/pytools-2022.1.10.ebuild | 34 -----------------------------
 dev-python/pytools/pytools-2022.1.11.ebuild | 34 -----------------------------
 dev-python/pytools/pytools-2022.1.9.ebuild  | 34 -----------------------------
 4 files changed, 105 deletions(-)

diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest
index bf156f2f9d6f..fdca1384823b 100644
--- a/dev-python/pytools/Manifest
+++ b/dev-python/pytools/Manifest
@@ -1,4 +1 @@
-DIST pytools-2022.1.10.tar.gz 70033 BLAKE2B bc7edcaa68110866e2be0f6dec9d712f0c9f4a5eb10c19778940b12fc93437ccae9fa4ebc8ef563fb6127a7348c12532b5d78104dd1c6ce301b2ec6951bb2609 SHA512 6c19ab1b765f036459f24a80b9034b9028b94f1d340bcecdbfa53f955f3240220be3c6c1dad9b4e4d367d1ca094622ee6bcd043b7ecdc85706f2467eed43b58d
-DIST pytools-2022.1.11.tar.gz 70285 BLAKE2B 65d88261aed8d96cef6a111e9ccf15d3f7c15a3bfd42d5cced7a6a13801b4d894b059f80aae5aa03e35ab23461e6e24341c7f1c9bbb23f4d130a448f52baabc9 SHA512 68c08320c15baa0d7e09baf13e311b4f4a354f59947a01753dad71fd239159d336186cf8bce66aa4b25c6404248d729b5de61ce29eca13e61fa6b48ad4fcc574
 DIST pytools-2022.1.12.tar.gz 70346 BLAKE2B 6f3fc1b55185e0ea7e680a089d66c7f64b9d3312ebf02c3fdba776f49d6156ccb83f5eef9139f1c6f9e17448f102c38661c2cd07e33277923f9379a017e72194 SHA512 66a4a60b26ee543a774322583a22105f5e886cb86956b4edb95ae361a5aa6cff28b1bcf6ad84b9e2f68c81bb11f5a18bd2e8d0335343550a6e9bca4cb0e9c0e8
-DIST pytools-2022.1.9.tar.gz 69731 BLAKE2B 12a6b4a299eef5713dbe226b65b3f1d7ef92a67fbef7bcbf166a09dff79ce6eb2ac7976aab9c54d5a1363d96dc61db928ca44c22de8b33637cc0f09f0b0dd347 SHA512 242b41010db581ad18bc96572bd8f25b15ff4228e1ea3ad8eca2016a36d6a2b55bcc570437821eb40605ab45f574b738f8364adbfd0cac28c2b12fb75e75dd14

diff --git a/dev-python/pytools/pytools-2022.1.10.ebuild b/dev-python/pytools/pytools-2022.1.10.ebuild
deleted file mode 100644
index 099c6522be45..000000000000
--- a/dev-python/pytools/pytools-2022.1.10.ebuild
+++ /dev/null
@@ -1,34 +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..11} )
-PYTHON_REQ_USE='sqlite'
-
-inherit distutils-r1
-
-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/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-# 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.8 3.9 3.10)
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/pytools/pytools-2022.1.11.ebuild b/dev-python/pytools/pytools-2022.1.11.ebuild
deleted file mode 100644
index 099c6522be45..000000000000
--- a/dev-python/pytools/pytools-2022.1.11.ebuild
+++ /dev/null
@@ -1,34 +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..11} )
-PYTHON_REQ_USE='sqlite'
-
-inherit distutils-r1
-
-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/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-# 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.8 3.9 3.10)
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/pytools/pytools-2022.1.9.ebuild b/dev-python/pytools/pytools-2022.1.9.ebuild
deleted file mode 100644
index 2b7be207348c..000000000000
--- a/dev-python/pytools/pytools-2022.1.9.ebuild
+++ /dev/null
@@ -1,34 +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..11} )
-PYTHON_REQ_USE='sqlite'
-
-inherit distutils-r1
-
-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/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64"
-
-# 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.8 3.9 3.10)
-"
-
-distutils_enable_tests pytest


             reply	other threads:[~2022-07-25  7:15 UTC|newest]

Thread overview: 151+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-25  7:14 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-01 10:13 [gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/ Michał Górny
2025-02-01  9:56 Arthur Zamarin
2025-01-13  4:37 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-30 11:47 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: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=1658733290.458a92f719489e63c1743fb2e02183e0ea8b0df6.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