textproc/py-pybtex: Do not install tests module
- Bump PORTREVISION for package change PR: 262759 Reported by: se
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= pybtex
|
||||
PORTVERSION= 0.24.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
11
textproc/py-pybtex/files/patch-setup.py
Normal file
11
textproc/py-pybtex/files/patch-setup.py
Normal file
@@ -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={
|
||||
Reference in New Issue
Block a user