Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/importlib_resources/
Date: Mon, 02 Nov 2020 10:34:45
Message-Id: 1604313256.4c1b9620d97a10dd6f6c827fbc62a0544a880e39.mgorny@gentoo
1 commit: 4c1b9620d97a10dd6f6c827fbc62a0544a880e39
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 2 10:30:45 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 2 10:34:16 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c1b9620
7
8 dev-python/importlib_resources: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/importlib_resources/Manifest | 1 -
13 .../importlib_resources-3.2.0.ebuild | 30 ----------------------
14 2 files changed, 31 deletions(-)
15
16 diff --git a/dev-python/importlib_resources/Manifest b/dev-python/importlib_resources/Manifest
17 index 28efe547f9d..ee4416ed4dc 100644
18 --- a/dev-python/importlib_resources/Manifest
19 +++ b/dev-python/importlib_resources/Manifest
20 @@ -1,3 +1,2 @@
21 DIST importlib_resources-1.5.0.tar.gz 23660 BLAKE2B aed7a2d730f945505083812355a63d3a88e07b057cf46394f3475135143e535e33dc3ebded24d233797020c805dc35decf5c5ce53758798b093f03f2951daa87 SHA512 34d14c1ff3121cc6f9ef1d3d4417831e3476e9facfcc9b35152c28a59a2c75d7723f171f4b48852f79ec46cbf54b066580745744bc54d349e2bfe12a353a9aed
22 -DIST importlib_resources-3.2.0.tar.gz 28171 BLAKE2B e6e300ffc8b60f573b2d9df7dfaeadcb2dfa64c6c0b6e55a0320ae14a8966893443984d8907a090e1a5d834c1f595375f1cca658ebaa1ad4e4f889cc7f324843 SHA512 4cd1f3e54c44c0ba13c420668baa4a4e1cd964a978927b0c96d8c70ad6a11fc7d33cfd0a52367f719e1b3ff2945d32f030a672c1c7cfb0bb8152636767518470
23 DIST importlib_resources-3.3.0.tar.gz 29000 BLAKE2B 5fb87c6e15f01733567fef060607da0625d32e415e294cfd5db94fb26e13d257763f2d3795c19ee7d10fc1fdc579fc0c34a484d28aff32c20553d18fafc7b850 SHA512 1fc03c9d141a094ca6ae0acb9ff0668a3f3aa76b47ce2149691b1d85d37a3ba9d329dbafd8b94961c537a4982cea1bd3ee34bac069819c51d725208f45b24172
24
25 diff --git a/dev-python/importlib_resources/importlib_resources-3.2.0.ebuild b/dev-python/importlib_resources/importlib_resources-3.2.0.ebuild
26 deleted file mode 100644
27 index 49e25f9954b..00000000000
28 --- a/dev-python/importlib_resources/importlib_resources-3.2.0.ebuild
29 +++ /dev/null
30 @@ -1,30 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -# This is a backport of Python 3.9's importlib.resources
37 -PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="Read resources from Python packages"
42 -HOMEPAGE="https://github.com/python/importlib_resources"
43 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 -
45 -LICENSE="Apache-2.0"
46 -SLOT="0"
47 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
48 -
49 -RDEPEND="
50 - $(python_gen_cond_dep '
51 - dev-python/zipp[${PYTHON_USEDEP}]
52 - ' pypy3 python3_{6,7})
53 -"
54 -BDEPEND="
55 - dev-python/toml[${PYTHON_USEDEP}]
56 - >=dev-python/setuptools_scm-3.4.1[${PYTHON_USEDEP}]
57 -"
58 -
59 -distutils_enable_tests unittest
60 -distutils_enable_sphinx docs dev-python/rst-linker dev-python/jaraco-packaging