mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
www/py-httpx-cache: Remove obsoleted port
Use devel/py-hishel instead.
This commit is contained in:
parent
5c38cf8da0
commit
05c5bc0d6e
1
MOVED
1
MOVED
@ -3434,3 +3434,4 @@ textproc/wbxml2|textproc/libwbxml|2024-08-15|Move textproc/wbxml2 to textproc/li
|
||||
graphics/libwmf-nox11|graphics/libwmf@nox11|2024-08-15|graphics/libwmf adds nox11 flavor. Use graphics/libwmf@nox11 instead
|
||||
net/mtr-nox11|net/mtr@nox11|2024-08-15|Remove obsoleted port. Use net/mtr@nox11 instead
|
||||
databases/py-redis4|databases/py-redis|2024-08-15|Remove obsoleted port. Use databases/py-redis instead
|
||||
www/py-httpx-cache|devel/py-hishel|2024-08-15|Remove obsoleted port. Use devel/py-hishel instead
|
||||
|
@ -1724,7 +1724,6 @@
|
||||
SUBDIR += py-httpretty
|
||||
SUBDIR += py-httptools
|
||||
SUBDIR += py-httpx
|
||||
SUBDIR += py-httpx-cache
|
||||
SUBDIR += py-httpx-gssapi
|
||||
SUBDIR += py-httpx-oauth
|
||||
SUBDIR += py-httpx-socks
|
||||
|
@ -1,33 +0,0 @@
|
||||
PORTNAME= httpx-cache
|
||||
PORTVERSION= 0.13.0
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= httpx_cache-${PORTVERSION}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Simple caching transport for httpx
|
||||
WWW= https://obendidi.github.io/httpx-cache/ \
|
||||
https://github.com/obendidi/httpx-cache
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiorwlock>=1.2<2:devel/py-aiorwlock@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}anyio>=3.0:devel/py-anyio@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}attrs>=21.4<24.0:devel/py-attrs@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}fasteners>=0.16.3:devel/py-fasteners@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}httpx>=0.23<1:www/py-httpx@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}msgpack>=1.0<2:devel/py-msgpack@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent pep517
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
OPTIONS_DEFINE= REDIS
|
||||
|
||||
REDIS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}redis4>=4.5<5:databases/py-redis4@${PY_FLAVOR}
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,3 +0,0 @@
|
||||
TIMESTAMP = 1695143387
|
||||
SHA256 (httpx_cache-0.13.0.tar.gz) = 12a2798f968100f985b5d05600609fb96fc7053ec46063555f041e9a1c5f8306
|
||||
SIZE (httpx_cache-0.13.0.tar.gz) = 58821
|
@ -1,14 +0,0 @@
|
||||
--- pyproject.toml.orig 2020-02-02 00:00:00 UTC
|
||||
+++ pyproject.toml
|
||||
@@ -34,9 +34,9 @@ classifiers = [
|
||||
]
|
||||
dependencies = [
|
||||
"httpx>=0.23,<1",
|
||||
- "anyio~=3.0",
|
||||
+ "anyio>=3.0",
|
||||
"msgpack~=1.0",
|
||||
- "fasteners>=0.16.3,<0.18.0",
|
||||
+ "fasteners>=0.16.3",
|
||||
"attrs>=21.4,<24.0",
|
||||
"aiorwlock~=1.2",
|
||||
]
|
@ -1,2 +0,0 @@
|
||||
httpx-cache is an implementation of the caching algorithms in httplib2 and
|
||||
CacheControl for use with httpx transport object.
|
Loading…
x
Reference in New Issue
Block a user