git: e0be78172b0c - main - textproc/py-spylls: Avoid conflicts with other ports
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 26 Oct 2025 13:55:28 UTC
The branch main has been updated by dbaio:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e0be78172b0c53183474c0ce0a94c8f4df4bdb7a
commit e0be78172b0c53183474c0ce0a94c8f4df4bdb7a
Author: Danilo G. Baio <dbaio@FreeBSD.org>
AuthorDate: 2025-10-26 13:45:39 +0000
Commit: Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2025-10-26 13:53:58 +0000
textproc/py-spylls: Avoid conflicts with other ports
PR: 290276
Reported by: se
---
textproc/py-spylls/Makefile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/textproc/py-spylls/Makefile b/textproc/py-spylls/Makefile
index 916bd9df48c9..ad7fb6ec15f1 100644
--- a/textproc/py-spylls/Makefile
+++ b/textproc/py-spylls/Makefile
@@ -1,6 +1,6 @@
PORTNAME= spylls
DISTVERSION= 0.1.7
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -16,4 +16,7 @@ USE_PYTHON= autoplist distutils concurrent
NO_ARCH= yes
+post-patch:
+ @${RM} -r ${WRKSRC}/tests/
+
.include <bsd.port.mk>