Skip to content

Commit

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

Changes:	https://github.com/aiortc/pylsqpack/commits/main
  • Loading branch information
sunpoet committed Apr 9, 2023
1 parent ffa5277 commit 67beb45
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions www/py-pylsqpack/Makefile
@@ -1,5 +1,5 @@
PORTNAME= pylsqpack
PORTVERSION= 0.3.16
PORTVERSION= 0.3.17
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -11,8 +11,11 @@ WWW= https://github.com/aiortc/pylsqpack
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE

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

USES= compiler:c++11-lang python:3.7+
USE_PYTHON= autoplist concurrent distutils unittest
USE_PYTHON= autoplist concurrent pep517 unittest

post-install:
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
Expand Down
6 changes: 3 additions & 3 deletions www/py-pylsqpack/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1649423854
SHA256 (pylsqpack-0.3.16.tar.gz) = b67a6ce3f6937d850681827714be730aa361c049e37752e3ed9df11e7f232ffb
SIZE (pylsqpack-0.3.16.tar.gz) = 659557
TIMESTAMP = 1680726232
SHA256 (pylsqpack-0.3.17.tar.gz) = 2f20778db956dc7e4b1a8a79722d57a4650c45997fb65c1352cbf85eb7aa3ce2
SIZE (pylsqpack-0.3.17.tar.gz) = 659166

0 comments on commit 67beb45

Please sign in to comment.