Skip to content

Commit

Permalink
www/py-yarl: update 1.9.2 → 1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Feb 20, 2024
1 parent ada1f9a commit f40c9c1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
10 changes: 4 additions & 6 deletions www/py-yarl/Makefile
@@ -1,5 +1,5 @@
PORTNAME= yarl
PORTVERSION= 1.9.2
PORTVERSION= 1.9.4
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -11,16 +11,14 @@ WWW= https://github.com/aio-libs/yarl
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}expandvars>=0:devel/py-expandvars@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}multidict>0:www/py-multidict@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}idna>0:dns/py-idna@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR}

USES= python
USE_PYTHON= autoplist distutils cython pytest

pre-configure:
@rm ${WRKSRC}/yarl/_quoting_c.c
@cd ${WRKSRC}/yarl && ${PYTHON_CMD} -m cython -3 -o _quoting_c.c _quoting_c.pyx
USE_PYTHON= autoplist pep517 cython pytest

post-install:
@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/yarl/_quoting_c*.so
Expand Down
6 changes: 3 additions & 3 deletions www/py-yarl/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1683027801
SHA256 (yarl-1.9.2.tar.gz) = 04ab9d4b9f587c06d801c2abfe9317b77cdf996c65a90d5e84ecc45010823571
SIZE (yarl-1.9.2.tar.gz) = 184673
TIMESTAMP = 1708453203
SHA256 (yarl-1.9.4.tar.gz) = 566db86717cf8080b99b58b083b773a908ae40f06681e87e589a976faf8246bf
SIZE (yarl-1.9.4.tar.gz) = 141869

0 comments on commit f40c9c1

Please sign in to comment.