mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
www/py-pysmartdl: Do not install test module
- Bump PORTREVISION for package change PR: 262759 Reported by: se
This commit is contained in:
parent
fd03523369
commit
2f7a117966
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= pysmartdl
|
||||
PORTVERSION= 1.3.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
11
www/py-pysmartdl/files/patch-setup.py
Normal file
11
www/py-pysmartdl/files/patch-setup.py
Normal file
@ -0,0 +1,11 @@
|
||||
--- setup.py.orig 2020-09-19 15:39:42 UTC
|
||||
+++ setup.py
|
||||
@@ -11,7 +11,7 @@ setup(
|
||||
author='Itay Brandes',
|
||||
author_email='brandes.itay+pysmartdl@gmail.com',
|
||||
license='Public Domain',
|
||||
- packages=find_packages(),
|
||||
+ packages=find_packages(exclude=['test*']),
|
||||
description='A Smart Download Manager for Python',
|
||||
long_description=open('README.md').read(),
|
||||
test_suite = "test.test_pySmartDL.test_suite",
|
Loading…
Reference in New Issue
Block a user