mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
textproc/py-fastavro: Update to 1.10.0
This commit is contained in:
parent
1baa1e4844
commit
b1e3d047ba
2 changed files with 7 additions and 5 deletions
|
@ -1,6 +1,5 @@
|
||||||
PORTNAME= fastavro
|
PORTNAME= fastavro
|
||||||
PORTVERSION= 1.9.3
|
PORTVERSION= 1.10.0
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= textproc python
|
CATEGORIES= textproc python
|
||||||
MASTER_SITES= PYPI
|
MASTER_SITES= PYPI
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -15,4 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
USES= python
|
USES= python
|
||||||
USE_PYTHON= distutils autoplist
|
USE_PYTHON= distutils autoplist
|
||||||
|
|
||||||
|
post-install:
|
||||||
|
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1705429095
|
TIMESTAMP = 1745421162
|
||||||
SHA256 (fastavro-1.9.3.tar.gz) = a30d3d2353f6d3b4f6dcd6a97ae937b3775faddd63f5856fe11ba3b0dbb1756a
|
SHA256 (fastavro-1.10.0.tar.gz) = 47bf41ac6d52cdfe4a3da88c75a802321321b37b663a900d12765101a5d6886f
|
||||||
SIZE (fastavro-1.9.3.tar.gz) = 985451
|
SIZE (fastavro-1.10.0.tar.gz) = 987970
|
||||||
|
|
Loading…
Add table
Reference in a new issue