Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/distro/
Date: Fri, 30 Jul 2021 20:03:25
Message-Id: 1627675391.4f5c1bbbc98b4faf85f82ba7b69cfcd314af5a9b.sping@gentoo
1 commit: 4f5c1bbbc98b4faf85f82ba7b69cfcd314af5a9b
2 Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 30 20:01:45 2021 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 30 20:03:11 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f5c1bbb
7
8 dev-python/distro: 1.6.0
9
10 Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
11 Package-Manager: Portage-3.0.20, Repoman-3.0.3
12
13 dev-python/distro/Manifest | 1 +
14 dev-python/distro/distro-1.6.0.ebuild | 17 +++++++++++++++++
15 2 files changed, 18 insertions(+)
16
17 diff --git a/dev-python/distro/Manifest b/dev-python/distro/Manifest
18 index ab8dbce8423..ec9a1240101 100644
19 --- a/dev-python/distro/Manifest
20 +++ b/dev-python/distro/Manifest
21 @@ -1 +1,2 @@
22 DIST distro-1.5.0.tar.gz 54340 BLAKE2B 2a5bf45cdf41b9772a2e164aebe96a4e9952893b7462935938fa4939704c8dca67acc3e0a52e53d8722aa4405abdc7ad2c8d600dd397d1243bcceda4d5ceeb75 SHA512 14831fe1355e9ef4f58f273ce4a548a3fe438e95466b4b4f596b8110da51305d66ed77c2e40c3dbfbcbd1a66c74e23a4d4244c8bfdebc4b49b3e7ddcbff55b8f
23 +DIST distro-1.6.0.tar.gz 53518 BLAKE2B d60555488ed12658a3129747eed891487dfdf7f16b530b84c44cd976c6dcfadbeb9e20130e5c2eee9c71b0fd0c86c82d258a76498171f4e553c087840903e3b8 SHA512 d30334ed1137c54ddc70e041b75be905b7e13398483d0d92117eca0407d2a7b60424d96fd7af885a2e3ea3676b1aef620e91598a53309ae0da12a360d57ac013
24
25 diff --git a/dev-python/distro/distro-1.6.0.ebuild b/dev-python/distro/distro-1.6.0.ebuild
26 new file mode 100644
27 index 00000000000..331acc2c990
28 --- /dev/null
29 +++ b/dev-python/distro/distro-1.6.0.ebuild
30 @@ -0,0 +1,17 @@
31 +# Copyright 1999-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +PYTHON_COMPAT=( python3_{8..10} )
37 +inherit distutils-r1
38 +
39 +DESCRIPTION="Reliable machine-readable Linux distribution information for Python"
40 +HOMEPAGE="https://distro.readthedocs.io/en/latest/"
41 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 +
43 +SLOT="0"
44 +LICENSE="Apache-2.0"
45 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
46 +
47 +distutils_enable_tests pytest