Skip to content

Commit

Permalink
www/py-respx: Update to 0.21.0
Browse files Browse the repository at this point in the history
- Convert to USE_PYTHON=pep517

Changes:	https://github.com/lundberg/respx/releases
  • Loading branch information
sunpoet committed Mar 31, 2024
1 parent e45c704 commit 6bf2220
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions www/py-respx/Makefile
@@ -1,5 +1,5 @@
PORTNAME= respx
PORTVERSION= 0.20.2
PORTVERSION= 0.21.0
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -12,10 +12,12 @@ WWW= https://lundberg.github.io/respx/ \
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.md

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httpx>=0.21.0:www/py-httpx@${PY_FLAVOR}

USES= python
USE_PYTHON= autoplist concurrent distutils
USE_PYTHON= autoplist concurrent pep517

NO_ARCH= yes

Expand Down
6 changes: 3 additions & 3 deletions www/py-respx/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1691070188
SHA256 (respx-0.20.2.tar.gz) = 07cf4108b1c88b82010f67d3c831dae33a375c7b436e54d87737c7f9f99be643
SIZE (respx-0.20.2.tar.gz) = 26080
TIMESTAMP = 1711466238
SHA256 (respx-0.21.0.tar.gz) = 30f6ec0e82d00bc7b664d79155e5df34ce40b5183f6eb4460e371ced7ae7232e
SIZE (respx-0.21.0.tar.gz) = 28133

0 comments on commit 6bf2220

Please sign in to comment.