From ba4938837d52c0aff763d8acdc03ce103dd3ff82 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 24 Dec 2023 13:37:40 +0000 Subject: gentoo auto-resync : 24:12:2023 - 13:37:40 --- dev-python/distro/Manifest | 2 ++ dev-python/distro/distro-1.9.0.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 dev-python/distro/distro-1.9.0.ebuild (limited to 'dev-python/distro') diff --git a/dev-python/distro/Manifest b/dev-python/distro/Manifest index d6bd94e065e3..502071d466bd 100644 --- a/dev-python/distro/Manifest +++ b/dev-python/distro/Manifest @@ -1,3 +1,5 @@ DIST distro-1.8.0.tar.gz 59428 BLAKE2B d1b47dd801c4414a6bb21c544c62c306a1cf49b43f70974f7a0b4bcba64620047c7d06b6507ba262eba44d2f192f654646bb69241ed5bf6b761dc9d42e049e18 SHA512 027fe8bc50e263dc49451932774f32cea7900820b6e30cc80afcdc84374777ba733137fdd8d27fec76f66ce9c579bc172721e7ae0f43e72dffbc092126b26af2 +DIST distro-1.9.0.tar.gz 60722 BLAKE2B 1713bbc10b74122e47e9d491a7559a871c81941f35fde74714872723d3fa3435fb15bb29197eb6b6f09e5192fb7e3162e63d5b628ab813befeca3872c49dc53d SHA512 dc66cb7e968e7a651c7a84681e2a0539d196073f71cf0ae1e49c5a6cd6deec345523259a8810ffdc7b6e9763a536eb388a2886ba2bbd1cb62165b57fbefb82ae EBUILD distro-1.8.0.ebuild 605 BLAKE2B ea15eb5a7f2d873fbd69263336e17c80f82ea470416d9719f35ca2f7ea718e3ba75d1fbd1a7e181a9e32d64266cc6925147089a9cc4fc4bbc65de49776f5ccf5 SHA512 b7ccf0b8f4eeee649e53839540adb876112d7350c7c3069eae53701dd634b40c5c6fa0f9b523a3ea4eb3fff75f44a5e61f3da8aacb97cd4fdc409f981f00aa16 +EBUILD distro-1.9.0.ebuild 612 BLAKE2B dc9512c90308f06967c38e3ec344d262dffdfffc3437d9493650bebb75d8ca3611ff5bd870e56ce951c95e59770fc218cb916f192ba2c38bedf75a7441198077 SHA512 18866eb4964b27890fe7dabbdb647f39177ec87b0c025577714f4cd390b01e8d2b4c61042ab9c528c2f3ee61934a2f39dbc2c8087deae58edc6240c19fbfcdfa MISC metadata.xml 847 BLAKE2B 62f2559f30efb777b18c61efdd9c957ca1855ed90bd35c93d492225369f1b293120a3c765412b00c2efde0d2a96b6e924ffb8f5d5a2a0bf305f142d29f88a6a0 SHA512 af4a1c5373c4d2b324859e736632349214c33a6f256e2e69be4ad6a8bedf3c8adb670c187dbe16fd9a546d347639e61ac117bcf2918438f290dc8c5cdb13f89c diff --git a/dev-python/distro/distro-1.9.0.ebuild b/dev-python/distro/distro-1.9.0.ebuild new file mode 100644 index 000000000000..e2d93ec9c34d --- /dev/null +++ b/dev-python/distro/distro-1.9.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..12} pypy3 ) + +inherit distutils-r1 pypi + +DESCRIPTION="Reliable machine-readable Linux distribution information for Python" +HOMEPAGE=" + https://distro.readthedocs.io/en/latest/ + https://github.com/python-distro/distro/ + https://pypi.org/project/distro/ +" + +SLOT="0" +LICENSE="Apache-2.0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" + +distutils_enable_tests pytest -- cgit v1.2.3