commit: f52d3632be7b6d5ccdae97a8282e1decbfae1d9c Author: James Beddek <telans <AT> posteo <DOT> de> AuthorDate: Mon Jul 4 12:12:43 2022 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Mon Jul 4 12:12:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f52d3632
dev-python/stdlibs: add 2022.6.8 Signed-off-by: James Beddek <telans <AT> posteo.de> dev-python/stdlibs/Manifest | 1 + dev-python/stdlibs/stdlibs-2022.6.8.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/dev-python/stdlibs/Manifest b/dev-python/stdlibs/Manifest index 4cea6d224..86d1c8fde 100644 --- a/dev-python/stdlibs/Manifest +++ b/dev-python/stdlibs/Manifest @@ -1 +1,2 @@ DIST stdlibs-2022.3.16.tar.gz 22314 BLAKE2B 568df82f9635007aa35509c20445d1554c6e3dd1ca13a727bd27932ddf0f2cd68fb21b74e40bf0fbf359932ef50e9d35f3cf64ae6f0eeecde9303a8c1726e16e SHA512 b59721730f85351271c346379bec23da504051426276f360627b2d0aa4eb56ed66640321f20362f158933928e8f3fa986b8b419bbd3c309a63101ecd46f92a0e +DIST stdlibs-2022.6.8.tar.gz 22510 BLAKE2B 4daa85811da7c9b2c206182c6a8f45738311d751519670a53d184c1524aa9d953ed85281a8da8ea95fe6f4ce3c23d8ffdf5866ebb5ca7a88d877505ff4719c97 SHA512 085e2186a8e4bdc78a50cd4628d8f8a30703e5fc0b2b5b6d3c3e2a7ebae6fe776a04ef5049475b1c1246824962ff2283908572140ee2a2e6343b93e378f3e9ff diff --git a/dev-python/stdlibs/stdlibs-2022.6.8.ebuild b/dev-python/stdlibs/stdlibs-2022.6.8.ebuild new file mode 100644 index 000000000..c2f57f4a6 --- /dev/null +++ b/dev-python/stdlibs/stdlibs-2022.6.8.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=flit +PYTHON_COMPAT=( python3_{8..11} ) + +inherit distutils-r1 + +DESCRIPTION="What's in the Python stdlib" +HOMEPAGE="https://github.com/omnilib/stdlibs/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +distutils_enable_tests unittest