summaryrefslogtreecommitdiff
path: root/textproc/py-pybtex/files/patch-setup.py
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-03-25 21:04:38 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-03-25 21:37:16 +0800
commitdfc2536f7da14c9797337dce2f8acc995fcb778f (patch)
tree78ba07b70741fb177d18b5f8b61aab6b997c9040 /textproc/py-pybtex/files/patch-setup.py
parenttextproc/py-markdown: Update to 3.3.6 (diff)
textproc/py-pybtex: Do not install tests module
- Bump PORTREVISION for package change PR: 262759 Reported by: se
Diffstat (limited to 'textproc/py-pybtex/files/patch-setup.py')
-rw-r--r--textproc/py-pybtex/files/patch-setup.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/py-pybtex/files/patch-setup.py b/textproc/py-pybtex/files/patch-setup.py
new file mode 100644
index 000000000000..83eeab858264
--- /dev/null
+++ b/textproc/py-pybtex/files/patch-setup.py
@@ -0,0 +1,11 @@
+--- 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={