Skip to content

Commit

Permalink
devel/py-pastel: Do not install tests module
Browse files Browse the repository at this point in the history
- Bump PORTREVISION for package change

PR:		262759
Reported by:	se
  • Loading branch information
sunpoet committed Mar 25, 2022
1 parent 6065442 commit 59cb7c1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions devel/py-pastel/Makefile
Expand Up @@ -2,6 +2,7 @@

PORTNAME= pastel
PORTVERSION= 0.2.1
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand Down
11 changes: 11 additions & 0 deletions devel/py-pastel/files/patch-setup.py
@@ -0,0 +1,11 @@
--- setup.py.orig 2020-09-16 19:19:42 UTC
+++ setup.py
@@ -2,7 +2,7 @@
from setuptools import setup

packages = \
-['pastel', 'tests']
+['pastel']

package_data = \
{'': ['*']}

0 comments on commit 59cb7c1

Please sign in to comment.