1
0
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:
Po-Chuan Hsieh 2022-03-25 21:05:44 +08:00
parent fd03523369
commit 2f7a117966
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
2 changed files with 12 additions and 0 deletions

View File

@ -2,6 +2,7 @@
PORTNAME= pysmartdl
PORTVERSION= 1.3.4
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View 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",