summaryrefslogtreecommitdiff
path: root/textproc/py-pybtex/files/patch-setup.py
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-06-29 19:37:11 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-06-29 19:46:11 +0800
commit96f907996b052f98c4ce634d77579a9c303dc93c (patch)
tree4d410d53807925af3ca27dc5e21686825fe9f589 /textproc/py-pybtex/files/patch-setup.py
parenttextproc/py-openstep-plist: Allow build with cython 3.1.0+ (diff)
textproc/py-pybtex: Update to 0.25.0
Changes: https://bitbucket.org/pybtex-devs/pybtex/src/master/CHANGES https://docs.pybtex.org/history.html
Diffstat (limited to 'textproc/py-pybtex/files/patch-setup.py')
-rw-r--r--textproc/py-pybtex/files/patch-setup.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/textproc/py-pybtex/files/patch-setup.py b/textproc/py-pybtex/files/patch-setup.py
deleted file mode 100644
index 83eeab858264..000000000000
--- a/textproc/py-pybtex/files/patch-setup.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.py.orig 2021-01-17 19:26:34 UTC
-+++ setup.py
-@@ -92,7 +92,7 @@ setup(
- install_requires=install_requires,
- extras_require=extras_require,
- 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={