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/distro/
Date: Mon, 30 Aug 2021 05:54:22
Message-Id: 1630302625.f3ecc9333f86a490fdf8f444c01e38956de3ce36.mgorny@gentoo
1 commit: f3ecc9333f86a490fdf8f444c01e38956de3ce36
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 30 05:50:25 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 30 05:50:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3ecc933
7
8 dev-python/distro: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/distro/Manifest | 1 -
13 dev-python/distro/distro-1.5.0-r1.ebuild | 17 -----------------
14 2 files changed, 18 deletions(-)
15
16 diff --git a/dev-python/distro/Manifest b/dev-python/distro/Manifest
17 index ec9a1240101..219e84da869 100644
18 --- a/dev-python/distro/Manifest
19 +++ b/dev-python/distro/Manifest
20 @@ -1,2 +1 @@
21 -DIST distro-1.5.0.tar.gz 54340 BLAKE2B 2a5bf45cdf41b9772a2e164aebe96a4e9952893b7462935938fa4939704c8dca67acc3e0a52e53d8722aa4405abdc7ad2c8d600dd397d1243bcceda4d5ceeb75 SHA512 14831fe1355e9ef4f58f273ce4a548a3fe438e95466b4b4f596b8110da51305d66ed77c2e40c3dbfbcbd1a66c74e23a4d4244c8bfdebc4b49b3e7ddcbff55b8f
22 DIST distro-1.6.0.tar.gz 53518 BLAKE2B d60555488ed12658a3129747eed891487dfdf7f16b530b84c44cd976c6dcfadbeb9e20130e5c2eee9c71b0fd0c86c82d258a76498171f4e553c087840903e3b8 SHA512 d30334ed1137c54ddc70e041b75be905b7e13398483d0d92117eca0407d2a7b60424d96fd7af885a2e3ea3676b1aef620e91598a53309ae0da12a360d57ac013
23
24 diff --git a/dev-python/distro/distro-1.5.0-r1.ebuild b/dev-python/distro/distro-1.5.0-r1.ebuild
25 deleted file mode 100644
26 index c8e9c292363..00000000000
27 --- a/dev-python/distro/distro-1.5.0-r1.ebuild
28 +++ /dev/null
29 @@ -1,17 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_{8..10} )
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="Reliable machine-readable Linux distribution information for Python"
39 -HOMEPAGE="https://distro.readthedocs.io/en/latest/"
40 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41 -
42 -SLOT="0"
43 -LICENSE="Apache-2.0"
44 -KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
45 -
46 -distutils_enable_tests pytest