Skip to content
Snippets Groups Projects
Verified Commit 45954010 authored by sunpoet's avatar sunpoet
Browse files

devel/py-flatbuffers: Update to 1.12

- Update version requirement of RUN_DEPENDS
- Update pkg-descr

Changes:	https://github.com/google/flatbuffers/releases
parent 45b2bf89
No related branches found
No related tags found
No related merge requests found
PORTNAME= flatbuffers
PORTVERSION= 1.11
PORTVERSION= 1.12
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
......@@ -8,20 +8,18 @@ MAINTAINER= sunpoet@FreeBSD.org
COMMENT= FlatBuffers serialization format for Python
LICENSE= APACHE20
#LICENSE_FILE= Not packaged in PyPI sdist
USES= cpe python:3.6+
USES= cpe python:3.7+
USE_PYTHON= autoplist concurrent distutils
MAKE_ENV= VERSION=${PORTVERSION}
NO_ARCH= yes
CPE_VENDOR= google
USE_PYTHON= autoplist distutils
OPTIONS_DEFINE= NUMPY
NUMPY_DESC= Support scalar vectors as numpy arrays
NUMPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR}
MAKE_ENV+= VERSION=${PORTVERSION}
NO_ARCH= yes
NUMPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR}
.include <bsd.port.mk>
TIMESTAMP = 1559472952
SHA256 (flatbuffers-1.11.tar.gz) = f24185db54193540e3d684dc98aa7c2d89882341641548ceb36fd2589fef6c4e
SIZE (flatbuffers-1.11.tar.gz) = 10711
TIMESTAMP = 1647264530
SHA256 (flatbuffers-1.12.tar.gz) = 63bb9a722d5e373701913e226135b28a6f6ac200d5cc7b4d919fa38d73b44610
SIZE (flatbuffers-1.12.tar.gz) = 11286
FlatBuffers is a cross platform serialization library architected for maximum
memory efficiency. It allows you to directly access serialized data without
parsing/unpacking it first, while still having great forwards/backwards
compatibility.
Python runtime library for use with the Flatbuffers serialization format.
WWW: https://google.github.io/flatbuffers/
WWW: https://github.com/google/flatbuffers
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment