mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-16 10:33:28 -04:00
dev-python/jsonfeed: enable py3.13, py3.14
Signed-off-by: Henri Gasc <gasc@eurecom.fr>
This commit is contained in:
11
dev-python/jsonfeed/files/jsonfeed-1.1.2-exclude_tests.patch
Normal file
11
dev-python/jsonfeed/files/jsonfeed-1.1.2-exclude_tests.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -8,7 +8,7 @@ with open("README.md") as fh:
|
||||
setup(
|
||||
name="jsonfeed-util",
|
||||
version=version,
|
||||
- packages=find_packages(),
|
||||
+ packages=find_packages(exclude=["tests", "tests.*"]),
|
||||
# metadata for upload to PyPI
|
||||
author="Lukas Schwab",
|
||||
author_email="lukas.schwab@gmail.com",
|
||||
Reference in New Issue
Block a user