From a6c2f7678bc87f771a6cdcba16d810ad43f2175c Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Fri, 27 Jun 2025 07:03:07 +0000 Subject: Adding metadata --- dev-python/pybtex/Manifest | 2 +- .../pybtex-0.22.2-fix-test-installation.patch | 11 -------- dev-python/pybtex/pybtex-0.24.0-r1.ebuild | 31 ---------------------- dev-python/pybtex/pybtex-0.25.1.ebuild | 27 +++++++++++++++++++ 4 files changed, 28 insertions(+), 43 deletions(-) delete mode 100644 dev-python/pybtex/files/pybtex-0.22.2-fix-test-installation.patch delete mode 100644 dev-python/pybtex/pybtex-0.24.0-r1.ebuild create mode 100644 dev-python/pybtex/pybtex-0.25.1.ebuild (limited to 'dev-python/pybtex') diff --git a/dev-python/pybtex/Manifest b/dev-python/pybtex/Manifest index cc9176d91cb3..8134a6e2a87a 100644 --- a/dev-python/pybtex/Manifest +++ b/dev-python/pybtex/Manifest @@ -1,2 +1,2 @@ -DIST pybtex-0.24.0.tar.gz 402879 BLAKE2B 0cbb74360ebb4e9598543b17a46f21fab037d83a50ee46eae50dd385b981789d72c8cfb0b6c9983a3721565cdefb0df7ca15c120683e33204c591863be79d23e SHA512 caa3480b82012d1db5e44ca7fb5a4082e9aa27e892364de22bd05b0b589da3b1bd41eacd3cda8f86ce567b32ab9a22765d2d8d89c21936d4149d4511349c556e DIST pybtex-0.25.0.tar.gz 358178 BLAKE2B 9e126ef381527c889e25df3de843de4cbcc9010db20e05a89396fe253fddc1e1eee4093746878f2337bd23c846bc27c5593d335d2b8e700ac01795fbbc323150 SHA512 c7a6e29b7ab802d0c547ee97b8339f6d59b095618678d123065c59015cd85b94beadc7334af1a60103d6fc96dc7a8352aa08aae43f4a8facbc377d8723804c1d +DIST pybtex-0.25.1.tar.gz 406157 BLAKE2B 42c996b1d657fc19bc0ee32e30f6fa6a6015358bf5d2ee778fb2046924454b271f8acc5e1816a9437498223f971a91a913968a2f8cbbef67a5e7f725d045a3c4 SHA512 3a9a5afe76a376757a3228bb32dced1c0427c445bba51353ac71dccaa3d0996191be18571f6259feab79ae533422a0b66f4544a2fc2757a0afccedda0b053f2b diff --git a/dev-python/pybtex/files/pybtex-0.22.2-fix-test-installation.patch b/dev-python/pybtex/files/pybtex-0.22.2-fix-test-installation.patch deleted file mode 100644 index a5420314fd75..000000000000 --- a/dev-python/pybtex/files/pybtex-0.22.2-fix-test-installation.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/setup.py 2020-06-02 10:46:54.592360043 +0100 -+++ b/setup.py 2020-06-02 10:47:00.482302281 +0100 -@@ -82,7 +82,7 @@ - ], - install_requires=install_requires, - python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*', -- packages=find_packages(exclude=['docs']), -+ packages=find_packages(exclude=['docs', 'tests*']), - include_package_data=True, - cmdclass={'sdist': Sdist}, - entry_points={ diff --git a/dev-python/pybtex/pybtex-0.24.0-r1.ebuild b/dev-python/pybtex/pybtex-0.24.0-r1.ebuild deleted file mode 100644 index 2c00c2415b72..000000000000 --- a/dev-python/pybtex/pybtex-0.24.0-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9,10,11,12,13} ) - -inherit distutils-r1 pypi - -DESCRIPTION="BibTeX-compatible bibliography processor" -HOMEPAGE=" - https://pybtex.org/ - https://pypi.org/project/pybtex/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" - -RDEPEND=" - dev-python/latexcodec[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -PATCHES=( - "${FILESDIR}/${PN}-0.22.2-fix-test-installation.patch" -) diff --git a/dev-python/pybtex/pybtex-0.25.1.ebuild b/dev-python/pybtex/pybtex-0.25.1.ebuild new file mode 100644 index 000000000000..2f5a75b226cb --- /dev/null +++ b/dev-python/pybtex/pybtex-0.25.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{11..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="BibTeX-compatible bibliography processor" +HOMEPAGE=" + https://pybtex.org/ + https://pypi.org/project/pybtex/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" + +RDEPEND=" + dev-python/latexcodec[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] +" + +EPYTEST_PLUGINS=() +distutils_enable_tests pytest -- cgit v1.3