py-flatbuffers-1.12 import to wip

This commit is contained in:
K.I.A.Derouiche 2020-12-27 15:51:59 +01:00
parent bf93e57330
commit 8d0b336c9d
6 changed files with 72 additions and 0 deletions

View File

@ -3482,6 +3482,7 @@ SUBDIR+= py-flask-babel
SUBDIR+= py-flask-migrate
SUBDIR+= py-flask-pwa
SUBDIR+= py-flask-simplelogin
SUBDIR+= py-flatbuffers
SUBDIR+= py-flavio
SUBDIR+= py-flipper
SUBDIR+= py-fluiddyn

1
py-flatbuffers/DESCR Normal file
View File

@ -0,0 +1 @@
The FlatBuffers serialization format for Python

14
py-flatbuffers/Makefile Normal file
View File

@ -0,0 +1,14 @@
# $NetBSD$
DISTNAME= flatbuffers-1.12
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=f/flatbuffers/}
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= https://google.github.io/flatbuffers/
COMMENT= The FlatBuffers serialization format for Python
LICENSE= apache-2.0
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

29
py-flatbuffers/PLIST Normal file
View File

@ -0,0 +1,29 @@
@comment $NetBSD$
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/flatbuffers/__init__.py
${PYSITELIB}/flatbuffers/__init__.pyc
${PYSITELIB}/flatbuffers/__init__.pyo
${PYSITELIB}/flatbuffers/builder.py
${PYSITELIB}/flatbuffers/builder.pyc
${PYSITELIB}/flatbuffers/builder.pyo
${PYSITELIB}/flatbuffers/compat.py
${PYSITELIB}/flatbuffers/compat.pyc
${PYSITELIB}/flatbuffers/compat.pyo
${PYSITELIB}/flatbuffers/encode.py
${PYSITELIB}/flatbuffers/encode.pyc
${PYSITELIB}/flatbuffers/encode.pyo
${PYSITELIB}/flatbuffers/number_types.py
${PYSITELIB}/flatbuffers/number_types.pyc
${PYSITELIB}/flatbuffers/number_types.pyo
${PYSITELIB}/flatbuffers/packer.py
${PYSITELIB}/flatbuffers/packer.pyc
${PYSITELIB}/flatbuffers/packer.pyo
${PYSITELIB}/flatbuffers/table.py
${PYSITELIB}/flatbuffers/table.pyc
${PYSITELIB}/flatbuffers/table.pyo
${PYSITELIB}/flatbuffers/util.py
${PYSITELIB}/flatbuffers/util.pyc
${PYSITELIB}/flatbuffers/util.pyo

7
py-flatbuffers/distinfo Normal file
View File

@ -0,0 +1,7 @@
$NetBSD$
SHA1 (flatbuffers-1.12.tar.gz) = 333842bab2e79cf67994bb95731700209801746a
RMD160 (flatbuffers-1.12.tar.gz) = 3a2bc474fd9323abc981a1fb25a41785c591e84b
SHA512 (flatbuffers-1.12.tar.gz) = d7059508908c6bc7f421d04c0f8dbc9884015009b3601822489119853d851f2bf3aab941a96d19b354edf3c9c377625d0faf7b92f7a63a6d597e6ceac4abcf2d
Size (flatbuffers-1.12.tar.gz) = 11286 bytes
SHA1 (patch-setup.py) = 6d775f8f31db6b320e921c605c2716525184751c

View File

@ -0,0 +1,20 @@
$NetBSD$
--- setup.py.orig 2019-05-31 18:29:30.000000000 +0000
+++ setup.py
@@ -43,7 +43,7 @@ def version():
setup(
name='flatbuffers',
- version=version(),
+ version= 1.12,
license='Apache 2.0',
author='FlatBuffers Contributors',
author_email='me@rwinslow.com',
@@ -68,4 +68,4 @@ setup(
'Documentation': 'https://google.github.io/flatbuffers/',
'Source': 'https://github.com/google/flatbuffers',
},
-)
\ Pas de fin de ligne à la fin du fichier
+)