public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Louis Sautier" <sbraz@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/importlib_resources/
Date: Mon, 26 Oct 2020 11:49:06 +0000 (UTC)	[thread overview]
Message-ID: <1603712931.77b5994d333bbf2bf35421d7c4ad0dfd1098a139.sbraz@gentoo> (raw)

commit:     77b5994d333bbf2bf35421d7c4ad0dfd1098a139
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 26 11:46:51 2020 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Mon Oct 26 11:48:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77b5994d

dev-python/importlib_resources: remove old

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 dev-python/importlib_resources/Manifest            |  1 -
 .../importlib_resources-3.0.0-r2.ebuild            | 47 ----------------------
 2 files changed, 48 deletions(-)

diff --git a/dev-python/importlib_resources/Manifest b/dev-python/importlib_resources/Manifest
index cd4c4a30f9e..921f668fb2e 100644
--- a/dev-python/importlib_resources/Manifest
+++ b/dev-python/importlib_resources/Manifest
@@ -1,4 +1,3 @@
 DIST importlib_resources-1.5.0.tar.gz 23660 BLAKE2B aed7a2d730f945505083812355a63d3a88e07b057cf46394f3475135143e535e33dc3ebded24d233797020c805dc35decf5c5ce53758798b093f03f2951daa87 SHA512 34d14c1ff3121cc6f9ef1d3d4417831e3476e9facfcc9b35152c28a59a2c75d7723f171f4b48852f79ec46cbf54b066580745744bc54d349e2bfe12a353a9aed
-DIST importlib_resources-3.0.0.tar.gz 26725 BLAKE2B e2517b0d1e576ce949ac05230892acbad59c09fa4b84401b3c957e83f40b50d12bc02360b135fe949d12c43f8f557006824e4e4a3e9ff2ce879c03362569a00c SHA512 cd29e268cacef3729024af6cae8394ce5aa8c1d8a28397fd8f009c7eaa908ed3775508bde86c26b0d233c25261b8509abb1e16c378c7c8a9bb0906224f3fdd54
 DIST importlib_resources-3.1.1.tar.gz 27715 BLAKE2B e7dc82dc2e082e94bcf87869e7f761bb008bf556b98ac94cab782b8f5430c87e3546cdc5e19819b1556de49ad5f755cbabb372cb254e909349a85264c00cadc6 SHA512 92577dca638a282306334441608a8f7315c1c4034004e52002029450c56529b1fc8edbd2a62c8ecc74b18ed9d3c3bf04e037d9510fa279ec7f18cb6170b2fb3a
 DIST importlib_resources-3.2.0.tar.gz 28171 BLAKE2B e6e300ffc8b60f573b2d9df7dfaeadcb2dfa64c6c0b6e55a0320ae14a8966893443984d8907a090e1a5d834c1f595375f1cca658ebaa1ad4e4f889cc7f324843 SHA512 4cd1f3e54c44c0ba13c420668baa4a4e1cd964a978927b0c96d8c70ad6a11fc7d33cfd0a52367f719e1b3ff2945d32f030a672c1c7cfb0bb8152636767518470

diff --git a/dev-python/importlib_resources/importlib_resources-3.0.0-r2.ebuild b/dev-python/importlib_resources/importlib_resources-3.0.0-r2.ebuild
deleted file mode 100644
index 4bd76ce4058..00000000000
--- a/dev-python/importlib_resources/importlib_resources-3.0.0-r2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# This is a backport of Python 3.9's importlib.resources
-PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="Read resources from Python packages"
-HOMEPAGE="https://importlib-resources.readthedocs.io/en/latest/"
-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"
-
-RDEPEND="
-	$(python_gen_cond_dep '
-		dev-python/contextlib2[${PYTHON_USEDEP}]
-		dev-python/pathlib2[${PYTHON_USEDEP}]
-		dev-python/singledispatch[${PYTHON_USEDEP}]
-		dev-python/typing[${PYTHON_USEDEP}]
-	' -2)
-	$(python_gen_cond_dep '
-		dev-python/zipp[${PYTHON_USEDEP}]
-	' -2 pypy3 python3_{6,7})
-"
-BDEPEND="
-	dev-python/toml[${PYTHON_USEDEP}]
-	>=dev-python/setuptools_scm-3.4.1[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest
-distutils_enable_sphinx docs dev-python/rst-linker dev-python/jaraco-packaging
-
-python_compile() {
-	distutils-r1_python_compile
-	if ! python_is_python3; then
-		rm "${BUILD_DIR}/lib/importlib_resources/_py3.py" || die
-	fi
-}
-
-python_install() {
-	distutils-r1_python_install --skip-build
-}


             reply	other threads:[~2020-10-26 11:49 UTC|newest]

Thread overview: 129+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-26 11:49 Louis Sautier [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_resources/ Michał Górny
2023-03-24 22:57 Louis Sautier
2023-03-24 19:57 Michał Górny
2023-03-24 19:54 Arthur Zamarin
2023-02-21  7:54 Michał Górny
2023-02-20 20:09 Arthur Zamarin
2023-02-18  7:03 Michał Górny
2023-02-14 21:05 Michał Górny
2023-01-08  5:21 Michał Górny
2023-01-07 19:09 Arthur Zamarin
2022-12-29  5:22 Michał Górny
2022-12-07 16:24 Michał Górny
2022-11-09  6:12 Michał Górny
2022-11-08 20:27 Arthur Zamarin
2022-10-08  8:01 Michał Górny
2022-08-27  6:03 Michał Górny
2022-08-26 17:18 Arthur Zamarin
2022-07-24 18:41 Michał Górny
2022-07-24 16:29 Sam James
2022-07-23  6:22 Michał Górny
2022-06-16  6:06 Michał Górny
2022-06-02  8:32 Michał Górny
2022-05-17  4:55 Michał Górny
2022-05-16 21:50 Sam James
2022-04-17  8:39 Michał Górny
2022-04-15  7:26 Arthur Zamarin
2022-04-10 12:32 Fabian Groffen
2022-03-27  9:50 Fabian Groffen
2022-03-26 10:37 Michał Górny
2022-03-04  7:18 Michał Górny
2022-02-28  7:11 Michał Górny
2022-02-28  4:43 Sam James
2022-02-04 12:04 Michał Górny
2022-02-04 10:27 Michał Górny
2022-02-03 10:58 Michał Górny
2022-01-19 22:45 James Le Cuirot
2021-12-11 23:24 Michał Górny
2021-12-11 20:29 Arthur Zamarin
2021-11-11 15:17 Michał Górny
2021-11-09 14:01 Michał Górny
2021-10-31  7:12 Michał Górny
2021-10-18 20:40 Michał Górny
2021-10-17 21:15 Michał Górny
2021-08-02  5:44 Michał Górny
2021-08-01 23:49 Sam James
2021-07-29  5:51 Michał Górny
2021-06-28  9:10 Michał Górny
2021-06-14 22:30 Michał Górny
2021-06-14 22:18 Sam James
2021-05-22  7:58 Michał Górny
2021-05-13 22:04 Louis Sautier
2021-04-05 18:39 Michał Górny
2021-03-04 20:27 Michał Górny
2021-03-02  8:25 Michał Górny
2021-03-02  1:34 Sam James
2021-03-01  8:25 Michał Górny
2021-01-19  8:23 Michał Górny
2021-01-10  9:38 Michał Górny
2020-12-31  8:50 Michał Górny
2020-12-31  1:17 Sam James
2020-12-28  8:36 Michał Górny
2020-12-25  9:17 Michał Górny
2020-12-24  0:19 Michał Górny
2020-12-23  8:29 Michał Górny
2020-12-23  8:29 Michał Górny
2020-11-28  8:32 Sam James
2020-11-28  8:32 Sam James
2020-11-02 10:34 Michał Górny
2020-10-29  0:05 Louis Sautier
2020-10-28 15:25 Louis Sautier
2020-10-28 15:25 Louis Sautier
2020-10-26 11:49 Louis Sautier
2020-10-23 16:05 Louis Sautier
2020-10-23 16:05 Louis Sautier
2020-10-23 10:22 Louis Sautier
2020-10-23 10:22 Louis Sautier
2020-09-20 15:38 Michał Górny
2020-07-04 14:59 Michał Górny
2020-07-03 19:27 Louis Sautier
2020-06-16  8:42 Louis Sautier
2020-06-16  8:42 Louis Sautier
2020-06-04 20:39 Mart Raudsepp
2020-05-25 21:33 Sergei Trofimovich
2020-05-21  8:03 Agostino Sarubbo
2020-05-21  8:02 Agostino Sarubbo
2020-05-21  8:00 Agostino Sarubbo
2020-05-21  7:58 Agostino Sarubbo
2020-05-21  7:57 Agostino Sarubbo
2020-05-11 17:33 Michał Górny
2020-05-11 15:32 Mart Raudsepp
2020-05-09 15:44 Louis Sautier
2020-05-09 15:44 Louis Sautier
2020-05-08  9:36 Sergei Trofimovich
2020-05-04 16:51 Agostino Sarubbo
2020-05-03 15:13 Agostino Sarubbo
2020-05-03 10:25 Agostino Sarubbo
2020-05-03 10:22 Agostino Sarubbo
2020-04-29 23:11 Patrick McLean
2020-04-28 19:13 Louis Sautier
2020-04-28 19:13 Louis Sautier
2020-03-19 16:03 Louis Sautier
2020-03-19 16:03 Louis Sautier
2020-03-16 21:18 Michał Górny
2020-03-16 21:09 Michał Górny
2020-03-11 12:52 Louis Sautier
2020-02-27 11:31 Louis Sautier
2019-12-29 21:17 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-02  2:48 Aaron Bauman
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  1:07 Georgy Yakovlev
2019-07-13  1:09 Louis Sautier
2019-07-12 23:04 Louis Sautier
2019-03-26 16:45 Patrice Clement

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=1603712931.77b5994d333bbf2bf35421d7c4ad0dfd1098a139.sbraz@gentoo \
    --to=sbraz@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