Gentoo Archives: gentoo-commits

From: Theo Anderson <telans@××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/stdlibs/
Date: Mon, 04 Jul 2022 12:16:28
Message-Id: 1656936763.f52d3632be7b6d5ccdae97a8282e1decbfae1d9c.telans@gentoo
1 commit: f52d3632be7b6d5ccdae97a8282e1decbfae1d9c
2 Author: James Beddek <telans <AT> posteo <DOT> de>
3 AuthorDate: Mon Jul 4 12:12:43 2022 +0000
4 Commit: Theo Anderson <telans <AT> posteo <DOT> de>
5 CommitDate: Mon Jul 4 12:12:43 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f52d3632
7
8 dev-python/stdlibs: add 2022.6.8
9
10 Signed-off-by: James Beddek <telans <AT> posteo.de>
11
12 dev-python/stdlibs/Manifest | 1 +
13 dev-python/stdlibs/stdlibs-2022.6.8.ebuild | 19 +++++++++++++++++++
14 2 files changed, 20 insertions(+)
15
16 diff --git a/dev-python/stdlibs/Manifest b/dev-python/stdlibs/Manifest
17 index 4cea6d224..86d1c8fde 100644
18 --- a/dev-python/stdlibs/Manifest
19 +++ b/dev-python/stdlibs/Manifest
20 @@ -1 +1,2 @@
21 DIST stdlibs-2022.3.16.tar.gz 22314 BLAKE2B 568df82f9635007aa35509c20445d1554c6e3dd1ca13a727bd27932ddf0f2cd68fb21b74e40bf0fbf359932ef50e9d35f3cf64ae6f0eeecde9303a8c1726e16e SHA512 b59721730f85351271c346379bec23da504051426276f360627b2d0aa4eb56ed66640321f20362f158933928e8f3fa986b8b419bbd3c309a63101ecd46f92a0e
22 +DIST stdlibs-2022.6.8.tar.gz 22510 BLAKE2B 4daa85811da7c9b2c206182c6a8f45738311d751519670a53d184c1524aa9d953ed85281a8da8ea95fe6f4ce3c23d8ffdf5866ebb5ca7a88d877505ff4719c97 SHA512 085e2186a8e4bdc78a50cd4628d8f8a30703e5fc0b2b5b6d3c3e2a7ebae6fe776a04ef5049475b1c1246824962ff2283908572140ee2a2e6343b93e378f3e9ff
23
24 diff --git a/dev-python/stdlibs/stdlibs-2022.6.8.ebuild b/dev-python/stdlibs/stdlibs-2022.6.8.ebuild
25 new file mode 100644
26 index 000000000..c2f57f4a6
27 --- /dev/null
28 +++ b/dev-python/stdlibs/stdlibs-2022.6.8.ebuild
29 @@ -0,0 +1,19 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +DISTUTILS_USE_PEP517=flit
36 +PYTHON_COMPAT=( python3_{8..11} )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="What's in the Python stdlib"
41 +HOMEPAGE="https://github.com/omnilib/stdlibs/"
42 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 +
44 +LICENSE="MIT"
45 +SLOT="0"
46 +KEYWORDS="~amd64"
47 +
48 +distutils_enable_tests unittest