From 0f558761aa2dee1017b4751e4017205e015a9560 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 29 Jun 2022 12:04:12 +0100 Subject: gentoo resync : 29.12.2022 --- dev-python/babelfish/Manifest | 6 +++--- dev-python/babelfish/babelfish-0.6.0-r1.ebuild | 26 -------------------------- dev-python/babelfish/babelfish-0.6.0-r2.ebuild | 25 +++++++++++++++++++++++++ dev-python/babelfish/babelfish-9999.ebuild | 16 ++++++++-------- dev-python/babelfish/metadata.xml | 4 ++++ 5 files changed, 40 insertions(+), 37 deletions(-) delete mode 100644 dev-python/babelfish/babelfish-0.6.0-r1.ebuild create mode 100644 dev-python/babelfish/babelfish-0.6.0-r2.ebuild (limited to 'dev-python/babelfish') diff --git a/dev-python/babelfish/Manifest b/dev-python/babelfish/Manifest index f3e77a1c4a14..c8997ad2268b 100644 --- a/dev-python/babelfish/Manifest +++ b/dev-python/babelfish/Manifest @@ -1,4 +1,4 @@ DIST babelfish-0.6.0.gh.tar.gz 90886 BLAKE2B deee75aef23cbcb7c64f385c303310e5ce1ef0a3180729e47e59b8e85015ff36360a4be74ef32869421c6d90cf185ad427a7d55b9ef3cf20f551233dae3d425f SHA512 9d3309e67815c301578533fdaf8baae946ba87148b458f7b01315203d2d4356dd770c1a0b7a0ffbba14036b77f1463d67e3b5732efa6682cb6afdae1a8fd0a4b -EBUILD babelfish-0.6.0-r1.ebuild 605 BLAKE2B 4c4eab53a6b43ba273f635eb0638492e7fbce4a8c00ac56e5b236877b382579e5bf7d851e4aeb6ccd626dd43971683b26a6b2deb5a11fa10feebed127cc88810 SHA512 2dea366bc2cdef1042b83bc90fd30ec2d353df2cc40840b0b9e77e0aed825a03aac586b0d483d7de796456c604f08fe24db2f85eeecdc668cb742dd5949cd9cb -EBUILD babelfish-9999.ebuild 538 BLAKE2B 932b02753c51a35bc7f58ac62922a037d5e60cca52f61e2c1bf2fdffd438147790a4354421a13f2bf4d5668e44b5b90fa3ecb252a4cb1b0e72120978fc9e5a28 SHA512 92a65e161e90509cc7ffe3612b1884955ca44fefd94f9bc5f37bc7c00f8b07512c4b312cfb2a465bd8fcbd1bc1c441e3c9af4a074253fa5a1ef69f5a1b826ee0 -MISC metadata.xml 392 BLAKE2B 8e9836a0468f33555090d4f599f315d74a16d2eae96be0b57c7f2da8eb8c25cb9a40c7955035ff762ee9f7724794bd152641a46644572d12f938ab91c84af900 SHA512 4e969379d2c11505a8a1b59b3d7fb0380bc512059e5051f676c046521693089cec76d13888d266a75ffb2915ddc69a63e7c8e66c2a0b9c1c0d49dc249cb598da +EBUILD babelfish-0.6.0-r2.ebuild 530 BLAKE2B 6966ef3055a02f18e3aae0c8b8402e2bfb9cd65d1b072b736a14661912957f4af8e0dc6474e4315cc71b52aac3efdd2543cccd734049a2e1114e37943bcbf90a SHA512 c326942467fc970dc2a092d0f354ae700c795cfc77860267a1edd9cdb66adfd5c77fa8ae5fa352dbb83e704ceb4d62ebbf4671b2ec6905230c458ec8adc12b35 +EBUILD babelfish-9999.ebuild 470 BLAKE2B 148d90a4fa6738863937266722ae5a765b86384a517aca8355025d17e226f63232392ddf602091e40eeb77bf0052ba669389359b68cbb84d261b380d2c521e81 SHA512 cfa53d43764ef92fdbcc169647ec86c4d2e0ce4c83b92a5110bc8ecfa702bd7a56b2d6b80f26fb4dfda045b6417e62fc7245ecb6f41dbba6bb149a2a9e726980 +MISC metadata.xml 493 BLAKE2B 7c767a8032b69f973e5c7d9d9a5f6ee9480c0b3d9aa4489a26f473b9921f4f6122808fc6299be18a1471a28adf5d0e70395b8b381893630588146e404fb987d2 SHA512 2b9d757a9ac159088dba070276cd16e12554af21c14c4e33417ff25d5fce551d2fcbb2ecc1a394e23e8d5ecf7e3ba1f0caadcaee297c1b10f8917be8efd8566e diff --git a/dev-python/babelfish/babelfish-0.6.0-r1.ebuild b/dev-python/babelfish/babelfish-0.6.0-r1.ebuild deleted file mode 100644 index 8b07786003de..000000000000 --- a/dev-python/babelfish/babelfish-0.6.0-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_SETUPTOOLS=pyproject.toml -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 - -DESCRIPTION="Python library to work with countries and languages" -HOMEPAGE=" - https://github.com/Diaoul/babelfish/ - https://pypi.org/project/babelfish/" -SRC_URI=" - https://github.com/Diaoul/babelfish/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86" - -BDEPEND=" - >=dev-python/pyproject2setuppy-20[${PYTHON_USEDEP}]" - -distutils_enable_tests pytest diff --git a/dev-python/babelfish/babelfish-0.6.0-r2.ebuild b/dev-python/babelfish/babelfish-0.6.0-r2.ebuild new file mode 100644 index 000000000000..a3db144a7230 --- /dev/null +++ b/dev-python/babelfish/babelfish-0.6.0-r2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=poetry +PYTHON_COMPAT=( python3_{8..11} ) + +inherit distutils-r1 + +DESCRIPTION="Python library to work with countries and languages" +HOMEPAGE=" + https://github.com/Diaoul/babelfish/ + https://pypi.org/project/babelfish/ +" +SRC_URI=" + https://github.com/Diaoul/babelfish/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="amd64 ~arm ~arm64 x86" + +distutils_enable_tests pytest diff --git a/dev-python/babelfish/babelfish-9999.ebuild b/dev-python/babelfish/babelfish-9999.ebuild index 8876693501c0..eca670f3ee7e 100644 --- a/dev-python/babelfish/babelfish-9999.ebuild +++ b/dev-python/babelfish/babelfish-9999.ebuild @@ -1,21 +1,21 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -DISTUTILS_USE_SETUPTOOLS=pyproject.toml -PYTHON_COMPAT=( python3_{8..10} ) +DISTUTILS_USE_PEP517=poetry +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 git-r3 DESCRIPTION="Python library to work with countries and languages" -HOMEPAGE="https://github.com/Diaoul/babelfish https://pypi.org/project/babelfish/" -EGIT_REPO_URI="https://github.com/Diaoul/${PN}.git" +HOMEPAGE=" + https://github.com/Diaoul/babelfish/ + https://pypi.org/project/babelfish/ +" +EGIT_REPO_URI="https://github.com/Diaoul/babelfish.git" LICENSE="BSD" SLOT="0" -BDEPEND=" - >=dev-python/pyproject2setuppy-20[${PYTHON_USEDEP}]" - distutils_enable_tests pytest diff --git a/dev-python/babelfish/metadata.xml b/dev-python/babelfish/metadata.xml index 7ca30aab7a05..682936828d41 100644 --- a/dev-python/babelfish/metadata.xml +++ b/dev-python/babelfish/metadata.xml @@ -5,6 +5,10 @@ sam@gentoo.org Sam James + + python@gentoo.org + Python + Diaoul/babelfish -- cgit v1.2.3