summaryrefslogtreecommitdiff
path: root/dev-python/pybtex
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-06-27 07:03:07 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-06-27 07:03:07 +0000
commita6c2f7678bc87f771a6cdcba16d810ad43f2175c (patch)
treea4de22c1d1db7e309882d5dd819ab46ab452f880 /dev-python/pybtex
parent91ae7806a7c787337a76f89b074e0c25de56c0af (diff)
downloadbaldeagleos-repo-a6c2f7678bc87f771a6cdcba16d810ad43f2175c.tar.gz
baldeagleos-repo-a6c2f7678bc87f771a6cdcba16d810ad43f2175c.tar.xz
baldeagleos-repo-a6c2f7678bc87f771a6cdcba16d810ad43f2175c.zip
Adding metadata
Diffstat (limited to 'dev-python/pybtex')
-rw-r--r--dev-python/pybtex/Manifest2
-rw-r--r--dev-python/pybtex/files/pybtex-0.22.2-fix-test-installation.patch11
-rw-r--r--dev-python/pybtex/pybtex-0.25.1.ebuild (renamed from dev-python/pybtex/pybtex-0.24.0-r1.ebuild)10
3 files changed, 4 insertions, 19 deletions
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.25.1.ebuild
index 2c00c2415b72..2f5a75b226cb 100644
--- a/dev-python/pybtex/pybtex-0.24.0-r1.ebuild
+++ b/dev-python/pybtex/pybtex-0.25.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2024 Gentoo Authors
+# 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_{9,10,11,12,13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1 pypi
@@ -21,11 +21,7 @@ KEYWORDS="~amd64 ~arm64 ~x86"
RDEPEND="
dev-python/latexcodec[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]
"
+EPYTEST_PLUGINS=()
distutils_enable_tests pytest
-
-PATCHES=(
- "${FILESDIR}/${PN}-0.22.2-fix-test-installation.patch"
-)