Commit 0790916e authored by Rene Ladan's avatar Rene Ladan
Browse files

cleanup: Remove expired ports:

2022-12-31 www/py-txrequests: Use www/py-requests-futures as upstream is unmaintained since 2018
parent f9b388ab
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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

www/py-txrequests/Makefile

deleted100644 → 0
+0 −31
Original line number Diff line number Diff line
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>

www/py-txrequests/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1533613488
SHA256 (txrequests-0.9.6.tar.gz) = b452a1cafa4d005678f6fa47922a330feb4907d5b4732d1841ca98e89f1362e1
SIZE (txrequests-0.9.6.tar.gz) = 5306

www/py-txrequests/pkg-descr

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
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.