git: 7f8d39f299d3 - main - devel/py-userpath: Do not install tests module
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 25 Mar 2022 13:44:28 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7f8d39f299d312c0d6fd1bf27b455329d139f32a
commit 7f8d39f299d312c0d6fd1bf27b455329d139f32a
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-03-25 13:00:07 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-03-25 13:37:02 +0000
devel/py-userpath: Do not install tests module
- Bump PORTREVISION for package change
PR: 262759
Reported by: se
---
devel/py-userpath/Makefile | 1 +
devel/py-userpath/files/setup.py | 1 -
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/devel/py-userpath/Makefile b/devel/py-userpath/Makefile
index b97839bac385..a1fae0a48edb 100644
--- a/devel/py-userpath/Makefile
+++ b/devel/py-userpath/Makefile
@@ -2,6 +2,7 @@
PORTNAME= userpath
PORTVERSION= 1.8.0
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-userpath/files/setup.py b/devel/py-userpath/files/setup.py
index d0513408f9ba..0b964e937fb9 100644
--- a/devel/py-userpath/files/setup.py
+++ b/devel/py-userpath/files/setup.py
@@ -28,7 +28,6 @@ setup(
],
},
packages=[
- 'tests',
'userpath',
],
)