git: 9f7ed5b18a1e - main - textproc/py-wstools: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 31 Mar 2025 14:34:51 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9f7ed5b18a1ee72c4e0b1e4be59fa4fcb6eb627b
commit 9f7ed5b18a1ee72c4e0b1e4be59fa4fcb6eb627b
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-03-31 14:34:47 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-03-31 14:34:47 +0000
textproc/py-wstools: Remove expired port
2025-03-31 textproc/py-wstools: Depends on expired devel/py-pytest-runner
---
MOVED | 1 +
textproc/Makefile | 1 -
textproc/py-wstools/Makefile | 25 -------------------------
textproc/py-wstools/distinfo | 3 ---
textproc/py-wstools/pkg-descr | 1 -
5 files changed, 1 insertion(+), 30 deletions(-)
diff --git a/MOVED b/MOVED
index 6029f8ec2c7e..e7031f13ece5 100644
--- a/MOVED
+++ b/MOVED
@@ -4235,3 +4235,4 @@ databases/py-pgxnclient||2025-03-31|Has expired: Depends on expired devel/py-pyt
misc/jirust||2025-03-31|Has expired: Listed as broken for over 6+ months
math/py-Diofant||2025-03-31|Has expired: Depends on expired devel/py-pytest-runner
devel/py-prettyprinter||2025-03-31|Has expired: Depends on expired devel/py-pytest-runner
+textproc/py-wstools||2025-03-31|Has expired: Depends on expired devel/py-pytest-runner
diff --git a/textproc/Makefile b/textproc/Makefile
index d35bcf964968..b82cbb17f75a 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1711,7 +1711,6 @@
SUBDIR += py-wordcloud
SUBDIR += py-wordnet
SUBDIR += py-wordninja
- SUBDIR += py-wstools
SUBDIR += py-wtf-peewee
SUBDIR += py-wtforms
SUBDIR += py-xhtml2pdf
diff --git a/textproc/py-wstools/Makefile b/textproc/py-wstools/Makefile
deleted file mode 100644
index 57156e30f6b0..000000000000
--- a/textproc/py-wstools/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-PORTNAME= wstools
-PORTVERSION= 0.4.8
-PORTREVISION= 1
-CATEGORIES= textproc python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= rm@FreeBSD.org
-COMMENT= WSDL parsing services for Python
-WWW= https://github.com/pycontribs/wstools
-
-LICENSE= BSD3CLAUSE
-LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-
-DEPRECATED= Depends on expired devel/py-pytest-runner
-EXPIRATION_DATE=2025-03-31
-
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>0:devel/py-pbr@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR}
-
-NO_ARCH= yes
-USES= python
-USE_PYTHON= autoplist distutils
-
-.include <bsd.port.mk>
diff --git a/textproc/py-wstools/distinfo b/textproc/py-wstools/distinfo
deleted file mode 100644
index 57f68b18e4ea..000000000000
--- a/textproc/py-wstools/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1525258346
-SHA256 (wstools-0.4.8.tar.gz) = 7992e687d7e7a4dd29b4df55376cd8b6577e0f71f72c00cfbc4bbb24b574ecc2
-SIZE (wstools-0.4.8.tar.gz) = 199688
diff --git a/textproc/py-wstools/pkg-descr b/textproc/py-wstools/pkg-descr
deleted file mode 100644
index b1c9fca96e5a..000000000000
--- a/textproc/py-wstools/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-WSDL parsing services package for Web Services for Python.