From 4ea2f6bb0bc12b8c2f7372d934ff685ce150be36 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Mon, 8 Apr 2024 17:42:36 +0000 Subject: Adding metadata --- dev-python/dataclasses_json/metadata.xml | 4 --- dev-python/hypothesmith/metadata.xml | 4 --- dev-python/jsonlines/jsonlines-4.0.0.ebuild | 1 - dev-python/langdetect/Manifest | 2 -- .../files/langdetect-1.0.9-explicit-config.patch | 13 ++++++++ dev-python/langdetect/langdetect-1.0.9.ebuild | 4 ++- dev-python/langdetect/metadata.xml | 10 ++---- dev-python/libcst/metadata.xml | 4 --- dev-python/marshmallow_enum/metadata.xml | 4 --- dev-python/moreorless/metadata.xml | 4 --- dev-python/pykeepass/Manifest | 2 +- dev-python/pykeepass/metadata.xml | 4 --- dev-python/pykeepass/pykeepass-4.0.2.ebuild | 38 ---------------------- dev-python/pykeepass/pykeepass-4.0.7.ebuild | 37 +++++++++++++++++++++ dev-python/python-skywater-pdk/metadata.xml | 4 --- dev-python/stdlibs/metadata.xml | 4 --- dev-python/trailrunner/metadata.xml | 4 --- dev-python/typing_inspect/metadata.xml | 4 --- dev-python/volatile/metadata.xml | 4 --- 19 files changed, 56 insertions(+), 95 deletions(-) create mode 100644 dev-python/langdetect/files/langdetect-1.0.9-explicit-config.patch delete mode 100644 dev-python/pykeepass/pykeepass-4.0.2.ebuild create mode 100644 dev-python/pykeepass/pykeepass-4.0.7.ebuild (limited to 'dev-python') diff --git a/dev-python/dataclasses_json/metadata.xml b/dev-python/dataclasses_json/metadata.xml index 6e8ec06634fd..736a1167c898 100644 --- a/dev-python/dataclasses_json/metadata.xml +++ b/dev-python/dataclasses_json/metadata.xml @@ -1,10 +1,6 @@ - - telans@posteo.de - James Beddek - gentoo-guru-overlay \ No newline at end of file diff --git a/dev-python/hypothesmith/metadata.xml b/dev-python/hypothesmith/metadata.xml index 6e8ec06634fd..736a1167c898 100644 --- a/dev-python/hypothesmith/metadata.xml +++ b/dev-python/hypothesmith/metadata.xml @@ -1,10 +1,6 @@ - - telans@posteo.de - James Beddek - gentoo-guru-overlay \ No newline at end of file diff --git a/dev-python/jsonlines/jsonlines-4.0.0.ebuild b/dev-python/jsonlines/jsonlines-4.0.0.ebuild index 449ce59d2d6a..52ed19a520de 100644 --- a/dev-python/jsonlines/jsonlines-4.0.0.ebuild +++ b/dev-python/jsonlines/jsonlines-4.0.0.ebuild @@ -24,7 +24,6 @@ SLOT="0" IUSE="test" RESTRICT="mirror" #overlay, no real issue RDEPEND="dev-python/attrs[${PYTHON_USEDEP}]" -BDEPEND=" test? ( ${RDEPEND} )" distutils_enable_tests pytest diff --git a/dev-python/langdetect/Manifest b/dev-python/langdetect/Manifest index e9da2ac43cac..a11d7c268c91 100644 --- a/dev-python/langdetect/Manifest +++ b/dev-python/langdetect/Manifest @@ -1,3 +1 @@ DIST langdetect-1.0.9.tar.gz 981474 BLAKE2B ea8a9c3f16a2987c080742473bff4f2c1503f53fb3c2b40b0b1d6212bb6133ea22dce7864ffcfb8968c3a46b157d45cb3e2cf6f84bdbed0266cc716a853b032c SHA512 7558d674c47b080c79e43a00a25d2c7f77188cf60bea2cecb3bebb803d75e1aa42b43c74bd26ea1b541f4cb927421908882cbec01a91f0913984217e71ccc8db -EBUILD langdetect-1.0.9.ebuild 493 BLAKE2B 0df8bce19bc80f79f8e76bcef5a4c2caf333365fe0cb9a3c076b7858bceded5a3e58921474f866a2709dd657b7ed330c1ec4a7f9d7bab0fcf1bc92d77cabc32d SHA512 ea2a1adcb133ac5fc951ba1aa90ef1ce3dfcc424e59727591763d4875aa044a74188be2d15fd89c6b2e83ed6ea04ec3d9851ed584ae79d2c2c127bde7d994b48 -MISC metadata.xml 457 BLAKE2B 630128a3e982b6d60cc7b9f74c79fcb5ee47a71a02c73a50af9da8cedb6fad8e20a7f74b881e5b25c6483b92c9edbd56552cd38b2d9cbfa8b3eb4530facea969 SHA512 674f4f5cd809c6c77bc14e0f5687fa972bef14bdfa0b3343c5d66b7163eef1906eb87d060c8288732f825de71dce291ad0b841a5f2f0dd230f957b5687e45d45 diff --git a/dev-python/langdetect/files/langdetect-1.0.9-explicit-config.patch b/dev-python/langdetect/files/langdetect-1.0.9-explicit-config.patch new file mode 100644 index 000000000000..637368d2f237 --- /dev/null +++ b/dev-python/langdetect/files/langdetect-1.0.9-explicit-config.patch @@ -0,0 +1,13 @@ +Fix "Package 'langdetect.profiles' is absent from the `packages` configuration." + +--- a/setup.py ++++ b/setup.py +@@ -18,7 +18,7 @@ setup( + author_email='michal.danilak@gmail.com', + url='https://github.com/Mimino666/langdetect', + keywords='language detection library', +- packages=['langdetect', 'langdetect.utils', 'langdetect.tests'], ++ packages=['langdetect', 'langdetect.utils', 'langdetect.tests', 'langdetect.profiles'], + include_package_data=True, + install_requires=['six'], + license='MIT', diff --git a/dev-python/langdetect/langdetect-1.0.9.ebuild b/dev-python/langdetect/langdetect-1.0.9.ebuild index c09b7356f549..630fe63c6f53 100644 --- a/dev-python/langdetect/langdetect-1.0.9.ebuild +++ b/dev-python/langdetect/langdetect-1.0.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -19,4 +19,6 @@ KEYWORDS="~amd64" RDEPEND="dev-python/six[${PYTHON_USEDEP}]" +PATCHES=( "${FILESDIR}/${P}-explicit-config.patch" ) + distutils_enable_tests unittest diff --git a/dev-python/langdetect/metadata.xml b/dev-python/langdetect/metadata.xml index 020e07f2a3dd..736a1167c898 100644 --- a/dev-python/langdetect/metadata.xml +++ b/dev-python/langdetect/metadata.xml @@ -1,12 +1,6 @@ - - marcin.deranek@slonko.net - Marcin Deranek - - - https://github.com/Mimino666/langdetect/issues - - slonko-overlay + + gentoo-guru-overlay \ No newline at end of file diff --git a/dev-python/libcst/metadata.xml b/dev-python/libcst/metadata.xml index 6e8ec06634fd..736a1167c898 100644 --- a/dev-python/libcst/metadata.xml +++ b/dev-python/libcst/metadata.xml @@ -1,10 +1,6 @@ - - telans@posteo.de - James Beddek - gentoo-guru-overlay \ No newline at end of file diff --git a/dev-python/marshmallow_enum/metadata.xml b/dev-python/marshmallow_enum/metadata.xml index 6e8ec06634fd..736a1167c898 100644 --- a/dev-python/marshmallow_enum/metadata.xml +++ b/dev-python/marshmallow_enum/metadata.xml @@ -1,10 +1,6 @@ - - telans@posteo.de - James Beddek - gentoo-guru-overlay \ No newline at end of file diff --git a/dev-python/moreorless/metadata.xml b/dev-python/moreorless/metadata.xml index 6e8ec06634fd..736a1167c898 100644 --- a/dev-python/moreorless/metadata.xml +++ b/dev-python/moreorless/metadata.xml @@ -1,10 +1,6 @@ - - telans@posteo.de - James Beddek - gentoo-guru-overlay \ No newline at end of file diff --git a/dev-python/pykeepass/Manifest b/dev-python/pykeepass/Manifest index 82fafddbe964..0418ac4d0f4e 100644 --- a/dev-python/pykeepass/Manifest +++ b/dev-python/pykeepass/Manifest @@ -1 +1 @@ -DIST pykeepass-4.0.2.tar.gz 102819 BLAKE2B 27bac0508328ed36bed779a5a74978a0e7d3aec25212811de7295214b05fc018e722530b3e40d2e09a68c8ffffd93f60dde79aa6ee03b1a445c1ac93d51c0847 SHA512 2e3704246fd1bf230fa6525a3d2cba1cd09634b669653df3c66ac52642bcd1a59f28ca09ef8a05b31e70604c70b9ad247d7ab2badddab325aa0dee837c0a2402 +DIST pykeepass-4.0.7.gh.tar.gz 110217 BLAKE2B 314d02c7c9e04f7ef784f116d77fbf93f56720dedf4a36a19ce8d088d60326b87bb3d6926ffe39a47663554f65c67ef57852827f29f63d85416221dc230dc415 SHA512 51d2ade1cc7d3f0c705d39d0ec8a7087995ee6ed9ea573bb87ee8783792709a707230352e572ed0e420cbc8122ae741f4f3c40f5ef8949c53afcb0bc1da2a0fe diff --git a/dev-python/pykeepass/metadata.xml b/dev-python/pykeepass/metadata.xml index 6e8ec06634fd..736a1167c898 100644 --- a/dev-python/pykeepass/metadata.xml +++ b/dev-python/pykeepass/metadata.xml @@ -1,10 +1,6 @@ - - telans@posteo.de - James Beddek - gentoo-guru-overlay \ No newline at end of file diff --git a/dev-python/pykeepass/pykeepass-4.0.2.ebuild b/dev-python/pykeepass/pykeepass-4.0.2.ebuild deleted file mode 100644 index 1814ccaab228..000000000000 --- a/dev-python/pykeepass/pykeepass-4.0.2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8,9,10,11,12} ) - -inherit distutils-r1 - -DESCRIPTION="Python library to interact with keepass databases (supports KDBX3 and KDBX4) " -HOMEPAGE="https://github.com/libkeepass/pykeepass" -SRC_URI="https://github.com/libkeepass/pykeepass/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - >=dev-python/argon2-cffi-19.2.0[${PYTHON_USEDEP}] - >=dev-python/construct-2.10.54[${PYTHON_USEDEP}] - >=dev-python/future-0.18.2[${PYTHON_USEDEP}] - >=dev-python/lxml-4.3.5[${PYTHON_USEDEP}] - >=dev-python/pycryptodome-3.8.2[${PYTHON_USEDEP}] - >=dev-python/python-dateutil-2.8.1[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND}" - -distutils_enable_tests pytest - -src_prepare() { - distutils-r1_src_prepare - # pycryptodomex to pycryptodome conversion - sed -i 's/Cryptodome/Crypto/g' pykeepass/kdbx_parsing/{common,twofish}.py || die -} - -python_test() { - "${EPYTHON}" tests/tests.py -v || die -} diff --git a/dev-python/pykeepass/pykeepass-4.0.7.ebuild b/dev-python/pykeepass/pykeepass-4.0.7.ebuild new file mode 100644 index 000000000000..dd624337e820 --- /dev/null +++ b/dev-python/pykeepass/pykeepass-4.0.7.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +PYTHON_COMPAT=( python3_{8,9,10,11,12} ) +DISTUTILS_USE_PEP517=setuptools + +inherit distutils-r1 + +DESCRIPTION="Python library to interact with keepass databases (supports KDBX3 and KDBX4) " +HOMEPAGE="https://github.com/libkeepass/pykeepass" +SRC_URI="https://github.com/libkeepass/pykeepass/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + >=dev-python/argon2-cffi-19.2.0[${PYTHON_USEDEP}] + >=dev-python/construct-2.10.54[${PYTHON_USEDEP}] + >=dev-python/lxml-4.3.5[${PYTHON_USEDEP}] + >=dev-python/pycryptodome-3.8.2[${PYTHON_USEDEP}] + test? ( >=dev-python/pyotp-2.9.0[${PYTHON_USEDEP}] ) +" +distutils_enable_tests unittest + +src_prepare() { + # their package listing was skipping the subpackage + sed -i '/packages =/d' pyproject.toml || die + distutils-r1_src_prepare + # pycryptodomex to pycryptodome conversion + sed -i 's/Cryptodome/Crypto/g' pykeepass/kdbx_parsing/{common,twofish}.py || die +} + +python_test() { + "${EPYTHON}" tests/tests.py -v || die +} diff --git a/dev-python/python-skywater-pdk/metadata.xml b/dev-python/python-skywater-pdk/metadata.xml index 6e8ec06634fd..736a1167c898 100644 --- a/dev-python/python-skywater-pdk/metadata.xml +++ b/dev-python/python-skywater-pdk/metadata.xml @@ -1,10 +1,6 @@ - - telans@posteo.de - James Beddek - gentoo-guru-overlay \ No newline at end of file diff --git a/dev-python/stdlibs/metadata.xml b/dev-python/stdlibs/metadata.xml index 7556b4993283..5ec7d0a7512a 100644 --- a/dev-python/stdlibs/metadata.xml +++ b/dev-python/stdlibs/metadata.xml @@ -1,10 +1,6 @@ - - telans@posteo.de - James Beddek - https://stdlibs.omnilib.dev/en/latest/ diff --git a/dev-python/trailrunner/metadata.xml b/dev-python/trailrunner/metadata.xml index 6e8ec06634fd..736a1167c898 100644 --- a/dev-python/trailrunner/metadata.xml +++ b/dev-python/trailrunner/metadata.xml @@ -1,10 +1,6 @@ - - telans@posteo.de - James Beddek - gentoo-guru-overlay \ No newline at end of file diff --git a/dev-python/typing_inspect/metadata.xml b/dev-python/typing_inspect/metadata.xml index 6e8ec06634fd..736a1167c898 100644 --- a/dev-python/typing_inspect/metadata.xml +++ b/dev-python/typing_inspect/metadata.xml @@ -1,10 +1,6 @@ - - telans@posteo.de - James Beddek - gentoo-guru-overlay \ No newline at end of file diff --git a/dev-python/volatile/metadata.xml b/dev-python/volatile/metadata.xml index 6e8ec06634fd..736a1167c898 100644 --- a/dev-python/volatile/metadata.xml +++ b/dev-python/volatile/metadata.xml @@ -1,10 +1,6 @@ - - telans@posteo.de - James Beddek - gentoo-guru-overlay \ No newline at end of file -- cgit v1.3