git: 0790916e166b - main - cleanup: Remove expired ports:
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 31 Dec 2022 12:16:18 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0790916e166b4a85016fae35d4d2dab0a8d1f785
commit 0790916e166b4a85016fae35d4d2dab0a8d1f785
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2022-12-31 12:16:08 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2022-12-31 12:16:08 +0000
cleanup: Remove expired ports:
2022-12-31 www/py-txrequests: Use www/py-requests-futures as upstream is unmaintained since 2018
---
MOVED | 1 +
www/Makefile | 1 -
www/py-txrequests/Makefile | 31 -------------------------------
www/py-txrequests/distinfo | 3 ---
www/py-txrequests/pkg-descr | 4 ----
5 files changed, 1 insertion(+), 39 deletions(-)
diff --git a/MOVED b/MOVED
index 8dfb9bbf43de..fe0f662410df 100644
--- a/MOVED
+++ b/MOVED
@@ -17739,3 +17739,4 @@ x11-toolkits/wxgtk28-contrib-common||2022-12-31|Has expired: Upstream support en
x11-toolkits/wxgtk28-contrib||2022-12-31|Has expired: Upstream support ended
x11-toolkits/wxgtk28-common||2022-12-31|Has expired: Upstream support ended
x11-toolkits/wxgtk28|x11-toolkits/wxgtk30|2022-12-31|Has expired: Upstream support ended, use wx 3.x
+www/py-txrequests|www/py-requests-futures|2022-12-31|Has expired: Use www/py-requests-futures as upstream is unmaintained since 2018
diff --git a/www/Makefile b/www/Makefile
index 03f35d7bfd2f..60cda4ea64ff 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1774,7 +1774,6 @@
SUBDIR += py-tuir
SUBDIR += py-turbogears2
SUBDIR += py-tvdb_api
- SUBDIR += py-txrequests
SUBDIR += py-urlgrabber
SUBDIR += py-urlman
SUBDIR += py-urlobject
diff --git a/www/py-txrequests/Makefile b/www/py-txrequests/Makefile
deleted file mode 100644
index c303bac0e315..000000000000
--- a/www/py-txrequests/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-PORTNAME= txrequests
-PORTVERSION= 0.9.6
-CATEGORIES= www python
-MASTER_SITES= CHEESESHOP
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= bofh@FreeBSD.org
-COMMENT= Asynchronous Python HTTP for Humans
-WWW= https://github.com/tardyp/txrequests
-
-LICENSE= APACHE20
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-DEPRECATED= Use www/py-requests-futures as upstream is unmaintained since 2018
-EXPIRATION_DATE= 2022-12-31
-BROKEN= Fails to build with latest devel/py-twisted
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=1.2.0:www/py-requests@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}twisted>=9.0.0:devel/py-twisted@${PY_FLAVOR}
-
-USES= python:3.6+
-USE_PYTHON= autoplist distutils
-
-TEST_ENV= PYTHONPATH=${TEST_WRKSRC}
-
-NO_ARCH= yes
-
-do-test:
- @cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${LOCALBASE}/bin/trial ${WRKSRC}/test_txrequests.py
-
-.include <bsd.port.mk>
diff --git a/www/py-txrequests/distinfo b/www/py-txrequests/distinfo
deleted file mode 100644
index 8fe39676fec0..000000000000
--- a/www/py-txrequests/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1533613488
-SHA256 (txrequests-0.9.6.tar.gz) = b452a1cafa4d005678f6fa47922a330feb4907d5b4732d1841ca98e89f1362e1
-SIZE (txrequests-0.9.6.tar.gz) = 5306
diff --git a/www/py-txrequests/pkg-descr b/www/py-txrequests/pkg-descr
deleted file mode 100644
index 6b2351bcd716..000000000000
--- a/www/py-txrequests/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Small add-on for the python requests http library. Makes use twisted's
-ThreadPool, so that the requests API returns deferred.
-
-The additional API and changes are minimal and strives to avoid surprises.