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/importlib_metadata/
Date: Tue, 15 Mar 2022 14:10:19 +0000 (UTC)	[thread overview]
Message-ID: <1647353236.e1283cdfea6e96c6e91f76360ac95a12174227d0.mgorny@gentoo> (raw)

commit:     e1283cdfea6e96c6e91f76360ac95a12174227d0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 15 14:07:16 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar 15 14:07:16 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1283cdf

dev-python/importlib_metadata: Remove old

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

 dev-python/importlib_metadata/Manifest             |  3 --
 .../importlib_metadata-4.10.1-r1.ebuild            | 51 ----------------------
 .../importlib_metadata-4.10.1.ebuild               | 34 ---------------
 .../importlib_metadata-4.11.0.ebuild               | 51 ----------------------
 .../importlib_metadata-4.11.1.ebuild               | 51 ----------------------
 5 files changed, 190 deletions(-)

diff --git a/dev-python/importlib_metadata/Manifest b/dev-python/importlib_metadata/Manifest
index 9984d5e3ebef..86f9c2d7a6c6 100644
--- a/dev-python/importlib_metadata/Manifest
+++ b/dev-python/importlib_metadata/Manifest
@@ -1,5 +1,2 @@
-DIST importlib_metadata-4.10.1.tar.gz 42013 BLAKE2B 056a8e16cacc961bef5168c903f5143a764eeee028f576da964fa4b1462ecb98b5baa1b59653cf15a49b0f8d8c31cc9993c16c89d04d188cb1a99d3943ac4ec4 SHA512 96ceb9286145e2933ca3a1724fde4519819c27a1dc0947ef8e0c399a4cc2026875e673ab352f08bb4dd6aa10d78d8c9773a6fb0138e3065961df7e850ff37757
-DIST importlib_metadata-4.11.0.tar.gz 42170 BLAKE2B b1f0a887c3b62981b3312a06b0ebb0bc8e03313f6b1cfb58f59ef934f15aeb5247cf58befba7551f3485bd7162ed8a3c90633a88445a03257aeb9c15a101c08a SHA512 d959fdbf947c034fcac921677041a9f765a09b9b63566f83680f4fe68260d09278f5a3fe443ce0c63a8e561f9cc6e0b48721e75c065af3c89a91cdffe6d2d451
-DIST importlib_metadata-4.11.1.tar.gz 42224 BLAKE2B 7d376d0bfaf3304ea8412559bcbafd2a92ee88a045432a1245b5127ac1766c2842374f4e05e140e95f0e7e73072cdfe6fba6b140c656470f1c24aae8500b662f SHA512 1f7a5469b378b9f3080ae893637eb5aa778267250c50c8a56786d912ef8cd2f737cc580686f7ce37351505728493ac5feb243823ec37b7afc978746e7dc70cef
 DIST importlib_metadata-4.11.2.tar.gz 43293 BLAKE2B ea515da66eed404d7d6bdf09fc3ade31c34a48656a6e37219c2d86eed3004ef2c82dc80f916de54b45e4b462a3b142d40b8e2ee959614e9be011844ba12eb3fc SHA512 114a8078b15905a898d63934f208d6409ec043cd5ac35f9455f532956fb7e5262df26aadcd8618ca8b2baf69333147a15d456fdb0d8e50163aecedfccb6003d9
 DIST importlib_metadata-4.11.3.tar.gz 43607 BLAKE2B 661f8ce68869540995dbee39c6be07d7b88e8339267d4d49744691f2347ab2bcc9ac33c4cafd6caed5fa9ce3d4a3640a816e4659eee9a59b5ccc1df2edd2f6aa SHA512 d33efa2abba5f6f770615f133c940a61948ce5091d59526ee2c7e3866aebd74d79ac464f72602404c2b56fe284a93a9cd1b0cac251ceea53666019485bdddf23

diff --git a/dev-python/importlib_metadata/importlib_metadata-4.10.1-r1.ebuild b/dev-python/importlib_metadata/importlib_metadata-4.10.1-r1.ebuild
deleted file mode 100644
index 10f54d59b68d..000000000000
--- a/dev-python/importlib_metadata/importlib_metadata-4.10.1-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-# NB: this package extends beyond built-in importlib stuff in py3.8+
-# new entry_point API not yet included in cpython release
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Read metadata from Python packages"
-HOMEPAGE="https://github.com/python/importlib_metadata"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
-
-RDEPEND="
-	dev-python/zipp[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	test? (
-		dev-python/packaging[${PYTHON_USEDEP}]
-		dev-python/pyfakefs[${PYTHON_USEDEP}]
-		$(python_gen_cond_dep '
-			dev-python/importlib_resources[${PYTHON_USEDEP}]
-		' pypy3 python3_8)
-	)
-"
-
-distutils_enable_sphinx docs dev-python/jaraco-packaging dev-python/rst-linker
-distutils_enable_tests unittest
-
-src_configure() {
-	grep -q 'build-backend = "setuptools' pyproject.toml ||
-		die "Upstream changed build-backend, recheck"
-	# write a custom pyproject.toml to ease setuptools bootstrap
-	cat > pyproject.toml <<-EOF || die
-		[build-system]
-		requires = ["flit_core >=3.2,<4"]
-		build-backend = "flit_core.buildapi"
-
-		[project]
-		name = "importlib_metadata"
-		version = "${PV}"
-		description = "Read metadata from Python packages"
-	EOF
-}

diff --git a/dev-python/importlib_metadata/importlib_metadata-4.10.1.ebuild b/dev-python/importlib_metadata/importlib_metadata-4.10.1.ebuild
deleted file mode 100644
index 8d0367de7209..000000000000
--- a/dev-python/importlib_metadata/importlib_metadata-4.10.1.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
-
-# NB: this package extends beyond built-in importlib stuff in py3.8+
-# new entry_point API not yet included in cpython release
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Read metadata from Python packages"
-HOMEPAGE="https://github.com/python/importlib_metadata"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
-
-RDEPEND="
-	dev-python/zipp[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	dev-python/setuptools_scm[${PYTHON_USEDEP}]
-	test? (
-		dev-python/packaging[${PYTHON_USEDEP}]
-		dev-python/pyfakefs[${PYTHON_USEDEP}]
-		$(python_gen_cond_dep '
-			dev-python/importlib_resources[${PYTHON_USEDEP}]
-		' pypy3 python3_8)
-	)
-"
-
-distutils_enable_sphinx docs dev-python/jaraco-packaging dev-python/rst-linker
-distutils_enable_tests unittest

diff --git a/dev-python/importlib_metadata/importlib_metadata-4.11.0.ebuild b/dev-python/importlib_metadata/importlib_metadata-4.11.0.ebuild
deleted file mode 100644
index 3d83a45dfd42..000000000000
--- a/dev-python/importlib_metadata/importlib_metadata-4.11.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-# NB: this package extends beyond built-in importlib stuff in py3.8+
-# new entry_point API not yet included in cpython release
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Read metadata from Python packages"
-HOMEPAGE="https://github.com/python/importlib_metadata"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
-
-RDEPEND="
-	dev-python/zipp[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	test? (
-		dev-python/packaging[${PYTHON_USEDEP}]
-		dev-python/pyfakefs[${PYTHON_USEDEP}]
-		$(python_gen_cond_dep '
-			dev-python/importlib_resources[${PYTHON_USEDEP}]
-		' 3.8)
-	)
-"
-
-distutils_enable_sphinx docs dev-python/jaraco-packaging dev-python/rst-linker
-distutils_enable_tests unittest
-
-src_configure() {
-	grep -q 'build-backend = "setuptools' pyproject.toml ||
-		die "Upstream changed build-backend, recheck"
-	# write a custom pyproject.toml to ease setuptools bootstrap
-	cat > pyproject.toml <<-EOF || die
-		[build-system]
-		requires = ["flit_core >=3.2,<4"]
-		build-backend = "flit_core.buildapi"
-
-		[project]
-		name = "importlib_metadata"
-		version = "${PV}"
-		description = "Read metadata from Python packages"
-	EOF
-}

diff --git a/dev-python/importlib_metadata/importlib_metadata-4.11.1.ebuild b/dev-python/importlib_metadata/importlib_metadata-4.11.1.ebuild
deleted file mode 100644
index 3d83a45dfd42..000000000000
--- a/dev-python/importlib_metadata/importlib_metadata-4.11.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-# NB: this package extends beyond built-in importlib stuff in py3.8+
-# new entry_point API not yet included in cpython release
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Read metadata from Python packages"
-HOMEPAGE="https://github.com/python/importlib_metadata"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
-
-RDEPEND="
-	dev-python/zipp[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	test? (
-		dev-python/packaging[${PYTHON_USEDEP}]
-		dev-python/pyfakefs[${PYTHON_USEDEP}]
-		$(python_gen_cond_dep '
-			dev-python/importlib_resources[${PYTHON_USEDEP}]
-		' 3.8)
-	)
-"
-
-distutils_enable_sphinx docs dev-python/jaraco-packaging dev-python/rst-linker
-distutils_enable_tests unittest
-
-src_configure() {
-	grep -q 'build-backend = "setuptools' pyproject.toml ||
-		die "Upstream changed build-backend, recheck"
-	# write a custom pyproject.toml to ease setuptools bootstrap
-	cat > pyproject.toml <<-EOF || die
-		[build-system]
-		requires = ["flit_core >=3.2,<4"]
-		build-backend = "flit_core.buildapi"
-
-		[project]
-		name = "importlib_metadata"
-		version = "${PV}"
-		description = "Read metadata from Python packages"
-	EOF
-}


             reply	other threads:[~2022-03-15 14:10 UTC|newest]

Thread overview: 201+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-15 14:10 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-04-19 15:07 [gentoo-commits] repo/gentoo:master commit in: dev-python/importlib_metadata/ Michał Górny
2023-04-19  6:34 Michał Górny
2023-04-15 19:39 Michał Górny
2023-04-11 20:59 Louis Sautier
2023-04-10  6:07 Michał Górny
2023-04-10  5:30 Michał Górny
2023-04-10  5:30 Michał Górny
2023-04-10  5:21 Sam James
2023-04-08  5:13 Michał Górny
2023-04-01 17:43 Michał Górny
2023-03-19  4:13 Michał Górny
2023-03-19  4:13 Michał Górny
2023-02-03 12:32 Michał Górny
2023-02-03 12:04 Arthur Zamarin
2023-01-02 14:54 Michał Górny
2022-12-25 17:33 Michał Górny
2022-12-19  6:46 Michał Górny
2022-11-25 13:53 Arthur Zamarin
2022-11-25  5:14 Michał Górny
2022-11-03 19:41 Arthur Zamarin
2022-11-03 19:34 Arthur Zamarin
2022-10-02 18:54 Arthur Zamarin
2022-07-29 12:49 Michał Górny
2022-07-29 11:43 Arthur Zamarin
2022-06-26  4:49 Michał Górny
2022-06-24 11:33 Arthur Zamarin
2022-06-24 11:32 Arthur Zamarin
2022-06-02  8:32 Michał Górny
2022-05-24  6:16 Michał Górny
2022-05-22  5:53 Michał Górny
2022-04-19 16:03 Michał Górny
2022-04-19 13:46 Jakov Smolić
2022-03-27  9:50 Fabian Groffen
2022-03-15 11:36 Jakov Smolić
2022-03-14 17:04 Michał Górny
2022-03-04  7:18 Michał Górny
2022-02-28  8:28 Michał Górny
2022-02-15  9:05 Michał Górny
2022-02-11  9:42 Michał Górny
2022-02-07 21:15 James Le Cuirot
2022-01-18 17:50 Michał Górny
2022-01-18 12:24 Sam James
2022-01-17  9:21 Michał Górny
2021-12-20  8:40 Michał Górny
2021-12-16 21:05 Michał Górny
2021-12-09 22:39 Michał Górny
2021-12-09 21:24 Sam James
2021-11-09 14:01 Michał Górny
2021-11-09 10:23 Michał Górny
2021-10-03 19:24 Michał Górny
2021-10-03 18:48 Sam James
2021-09-05  6:35 Michał Górny
2021-09-05  6:05 Michał Górny
2021-09-05  6:02 Sam James
2021-08-29 21:50 Michał Górny
2021-08-29  6:57 Michał Górny
2021-08-27  7:28 Michał Górny
2021-08-14  8:03 Michał Górny
2021-08-07 14:52 Michał Górny
2021-08-07 14:43 Sam James
2021-08-01 12:25 Michał Górny
2021-07-12 22:53 Michał Górny
2021-07-12 21:50 Sam James
2021-07-05  6:07 Michał Górny
2021-06-27 14:20 Michał Górny
2021-06-24  8:00 Michał Górny
2021-06-24  4:26 Agostino Sarubbo
2021-06-04  7:15 Michał Górny
2021-06-02 16:12 Michał Górny
2021-05-31 19:11 Michał Górny
2021-05-29  8:06 Michał Górny
2021-05-27 23:18 Michał Górny
2021-05-27 23:18 Michał Górny
2021-05-26 20:39 Michał Górny
2021-05-24 21:20 Joshua Kinard
2021-05-17 17:59 Georgy Yakovlev
2021-05-06 11:03 Michał Górny
2021-05-06  9:57 Sam James
2021-04-21  6:40 Michał Górny
2021-04-19  7:23 Michał Górny
2021-04-18 16:18 Michał Górny
2021-04-18  7:05 Michał Górny
2021-04-18  1:41 Sam James
2021-04-13  9:05 Michał Górny
2021-04-09 22:25 Michał Górny
2021-04-09 22:17 Sam James
2021-03-30 11:10 Michał Górny
2021-03-30  9:27 Sam James
2021-03-30  7:17 Michał Górny
2021-03-29  8:37 Louis Sautier
2021-03-29  8:37 Louis Sautier
2021-03-29  7:46 Michał Górny
2021-03-28  9:48 Michał Górny
2021-03-27  7:49 Michał Górny
2021-03-14 22:10 Michał Górny
2021-03-08  7:25 Michał Górny
2021-03-07 23:03 Michał Górny
2021-03-06 16:38 Michał Górny
2021-03-02  8:25 Michał Górny
2021-03-02  1:34 Sam James
2021-02-24 21:43 Michał Górny
2021-02-24  7:59 Michał Górny
2021-02-23 18:43 Michał Górny
2021-01-13 20:16 Michał Górny
2021-01-13 19:06 Sam James
2021-01-11  9:21 Michał Górny
2021-01-05 21:27 Michał Górny
2021-01-05 21:03 Sam James
2020-12-25 23:35 Michał Górny
2020-12-25 23:00 Sam James
2020-12-14  8:21 Michał Górny
2020-12-13 20:24 Louis Sautier
2020-12-02 12:02 Louis Sautier
2020-12-02 12:02 Louis Sautier
2020-11-28  8:32 Sam James
2020-11-24 22:19 Louis Sautier
2020-11-24  0:05 Louis Sautier
2020-11-24  0:05 Louis Sautier
2020-10-25 21:48 Sam James
2020-10-25 21:34 Thomas Deutschmann
2020-09-23 12:13 Louis Sautier
2020-09-23  7:29 Michał Górny
2020-09-20 15:38 Michał Górny
2020-08-18 15:39 Sam James
2020-07-23 10:00 Michał Górny
2020-07-23  8:56 Sergei Trofimovich
2020-07-17  0:35 Sam James
2020-07-12  2:45 Sam James
2020-07-09 10:39 Michał Górny
2020-07-09 10:39 Michał Górny
2020-07-09  8:41 Agostino Sarubbo
2020-07-09  8:27 Agostino Sarubbo
2020-07-03  9:58 Michał Górny
2020-06-28 12:00 Michał Górny
2020-06-26 21:16 Mart Raudsepp
2020-06-06  8:38 Michał Górny
2020-05-30  7:27 Michał Górny
2020-05-30  7:27 Michał Górny
2020-05-01  8:40 Mart Raudsepp
2020-04-13 21:50 Sergei Trofimovich
2020-04-09  2:07 Patrick McLean
2020-03-27 11:19 Louis Sautier
2020-03-27 11:19 Louis Sautier
2020-03-26 14:40 Louis Sautier
2020-03-21  9:24 Mart Raudsepp
2020-03-03  7:22 Matt Turner
2020-02-23  8:54 Sergei Trofimovich
2020-02-23  8:54 Sergei Trofimovich
2020-02-12 18:21 Agostino Sarubbo
2020-02-06  8:34 Sergei Trofimovich
2020-01-31 22:17 Sergei Trofimovich
2020-01-30 12:31 Agostino Sarubbo
2020-01-30 12:11 Agostino Sarubbo
2020-01-30 11:05 Agostino Sarubbo
2020-01-30 11:00 Agostino Sarubbo
2020-01-30 10:17 Agostino Sarubbo
2020-01-30  7:28 Sergei Trofimovich
2020-01-29 10:17 Agostino Sarubbo
2020-01-29  6:44 Michał Górny
2020-01-29  6:44 Michał Górny
2020-01-11  1:08 Louis Sautier
2020-01-11  1:08 Louis Sautier
2019-12-30 10:15 Sergei Trofimovich
2019-12-24 14:21 Mikle Kolyada
2019-12-16  7:54 Agostino Sarubbo
2019-12-16  7:54 Agostino Sarubbo
2019-12-16  7:53 Agostino Sarubbo
2019-12-16  7:52 Agostino Sarubbo
2019-12-16  7:51 Agostino Sarubbo
2019-12-16  7:49 Agostino Sarubbo
2019-12-11  9:12 Michał Górny
2019-12-05  7:12 Michał Górny
2019-12-05  7:12 Michał Górny
2019-12-02  8:31 Michał Górny
2019-12-02  8:31 Michał Górny
2019-12-02  2:48 Aaron Bauman
2019-12-01  5:29 Michał Górny
2019-11-25 12:35 Michał Górny
2019-11-25  8:32 Patrick McLean
2019-11-21  2:35 Patrick McLean
2019-09-17  9:59 Louis Sautier
2019-09-17  9:59 Louis Sautier
2019-09-11 21:03 Louis Sautier
2019-09-11 21:03 Louis Sautier
2019-09-10 16:01 Louis Sautier
2019-09-10 16:01 Louis Sautier
2019-09-02 14:47 Louis Sautier
2019-09-02 14:47 Louis Sautier
2019-08-10  9:08 Sergei Trofimovich
2019-08-02  8:36 Mikle Kolyada
2019-08-02  8:36 Mikle Kolyada
2019-08-02  8:36 Mikle Kolyada
2019-08-02  8:36 Mikle Kolyada
2019-08-01  6:34 Sergei Trofimovich
2019-08-01  6:28 Sergei Trofimovich
2019-07-31 17:44 Sergei Trofimovich
2019-07-29 22:50 Aaron Bauman
2019-07-29 13:02 Louis Sautier
2019-07-29  1:07 Georgy Yakovlev
2019-07-13  1:09 Louis Sautier

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=1647353236.e1283cdfea6e96c6e91f76360ac95a12174227d0.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