Skip to content

Commit

Permalink
devel/py-google-crc32c: Update to 1.5.0
Browse files Browse the repository at this point in the history
- Convert to USE_PYTHON=pep517

Changes:	https://github.com/googleapis/python-crc32c/releases
  • Loading branch information
sunpoet committed May 27, 2023
1 parent 60d70d5 commit 8865e58
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
10 changes: 6 additions & 4 deletions devel/py-google-crc32c/Makefile
@@ -1,5 +1,5 @@
PORTNAME= google-crc32c
PORTVERSION= 1.3.0
PORTVERSION= 1.5.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -10,12 +10,14 @@ WWW= https://github.com/googleapis/python-crc32c

LICENSE= APACHE20

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR}
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
LIB_DEPENDS= libcrc32c.so:devel/crc32c
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR}

USES= localbase python:3.6+
USE_PYTHON= autoplist concurrent distutils
USES= localbase python:3.7+
USE_PYTHON= autoplist concurrent pep517

post-install:
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
Expand Down
6 changes: 3 additions & 3 deletions devel/py-google-crc32c/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1634111750
SHA256 (google-crc32c-1.3.0.tar.gz) = 276de6273eb074a35bc598f8efbc00c7869c5cf2e29c90748fccc8c898c244df
SIZE (google-crc32c-1.3.0.tar.gz) = 12565
TIMESTAMP = 1684104404
SHA256 (google-crc32c-1.5.0.tar.gz) = 89284716bc6a5a415d4eaa11b1726d2d60a0cd12aadf5439828353662ede9dd7
SIZE (google-crc32c-1.5.0.tar.gz) = 12689

0 comments on commit 8865e58

Please sign in to comment.