summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MOVED1
-rw-r--r--www/Makefile1
-rw-r--r--www/py-requests-futures0/Makefile23
-rw-r--r--www/py-requests-futures0/distinfo3
-rw-r--r--www/py-requests-futures0/pkg-descr2
5 files changed, 1 insertions, 29 deletions
diff --git a/MOVED b/MOVED
index 0684b71dbc87..1181aee91dd8 100644
--- a/MOVED
+++ b/MOVED
@@ -17907,3 +17907,4 @@ textproc/rubygem-rouge329|textproc/rubygem-rouge|2023-04-09|Remove obsoleted por
www/rubygem-erubi19|www/rubygem-erubi|2023-04-09|Remove obsoleted port. Use www/rubygem-erubi instead
multimedia/mythtv-frontend|multimedia/mythtv|2023-04-10|Frontend is no part of multimedia/mythtv
lang/ruby27|lang/ruby30|2023-04-13|Please migrate to newer versions. Ruby 2.7 will reach its EoL on April 12, 2023
+www/py-requests-futures0|www/py-requests-futures|2023-04-19|Remove obsoleted port. Use www/py-requests-futures instead
diff --git a/www/Makefile b/www/Makefile
index ca0b843519bf..2f982fb7d20d 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1757,7 +1757,6 @@
SUBDIR += py-requests-cache93
SUBDIR += py-requests-file
SUBDIR += py-requests-futures
- SUBDIR += py-requests-futures0
SUBDIR += py-requests-gssapi
SUBDIR += py-requests-mock
SUBDIR += py-requests-oauthlib
diff --git a/www/py-requests-futures0/Makefile b/www/py-requests-futures0/Makefile
deleted file mode 100644
index 0a51cc37045c..000000000000
--- a/www/py-requests-futures0/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-PORTNAME= requests-futures
-PORTVERSION= 0.9.9
-CATEGORIES= www python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-PKGNAMESUFFIX= 0
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= HTTP library written in Python for human beings
-WWW= https://github.com/ross/requests-futures
-
-LICENSE= APACHE20
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=1.2.0:www/py-requests@${PY_FLAVOR}
-
-USES= python:3.4+
-USE_PYTHON= autoplist concurrent distutils
-
-NO_ARCH= yes
-
-PORTSCOUT= limit:^0\.
-
-.include <bsd.port.mk>
diff --git a/www/py-requests-futures0/distinfo b/www/py-requests-futures0/distinfo
deleted file mode 100644
index 510e06cf8ce3..000000000000
--- a/www/py-requests-futures0/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1543863647
-SHA256 (requests-futures-0.9.9.tar.gz) = 200729e932ec1f6d6e58101a8d2b144d48c9695f0585bc1dcf37139190f699a1
-SIZE (requests-futures-0.9.9.tar.gz) = 10507
diff --git a/www/py-requests-futures0/pkg-descr b/www/py-requests-futures0/pkg-descr
deleted file mode 100644
index 94b1bf1d866b..000000000000
--- a/www/py-requests-futures0/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-Small add-on for the python requests http library. Makes use of python
-3.2's concurrent.futures or the backport for prior versions of python.