pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-flatbuffers-1.12 import to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Sun Dec 27 15:51:59 2020 +0100
Changeset:	8d0b336c9da52043b00fb4dc9dfcd1d5933d1c56

Modified Files:
	Makefile
Added Files:
	py-flatbuffers/DESCR
	py-flatbuffers/Makefile
	py-flatbuffers/PLIST
	py-flatbuffers/distinfo
	py-flatbuffers/patches/patch-setup.py

Log Message:
py-flatbuffers-1.12 import to wip

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8d0b336c9da52043b00fb4dc9dfcd1d5933d1c56

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                              |  1 +
 py-flatbuffers/DESCR                  |  1 +
 py-flatbuffers/Makefile               | 14 ++++++++++++++
 py-flatbuffers/PLIST                  | 29 +++++++++++++++++++++++++++++
 py-flatbuffers/distinfo               |  7 +++++++
 py-flatbuffers/patches/patch-setup.py | 20 ++++++++++++++++++++
 6 files changed, 72 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 8cb719b63e..52a46a160b 100644
--- a/Makefile
+++ b/Makefile
@@ -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
diff --git a/py-flatbuffers/DESCR b/py-flatbuffers/DESCR
new file mode 100644
index 0000000000..b735c49a02
--- /dev/null
+++ b/py-flatbuffers/DESCR
@@ -0,0 +1 @@
+The FlatBuffers serialization format for Python
diff --git a/py-flatbuffers/Makefile b/py-flatbuffers/Makefile
new file mode 100644
index 0000000000..bf36d6c6e2
--- /dev/null
+++ b/py-flatbuffers/Makefile
@@ -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@localhost
+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"
diff --git a/py-flatbuffers/PLIST b/py-flatbuffers/PLIST
new file mode 100644
index 0000000000..88e609b1e3
--- /dev/null
+++ b/py-flatbuffers/PLIST
@@ -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
diff --git a/py-flatbuffers/distinfo b/py-flatbuffers/distinfo
new file mode 100644
index 0000000000..683d88bfca
--- /dev/null
+++ b/py-flatbuffers/distinfo
@@ -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
diff --git a/py-flatbuffers/patches/patch-setup.py b/py-flatbuffers/patches/patch-setup.py
new file mode 100644
index 0000000000..2445bf5806
--- /dev/null
+++ b/py-flatbuffers/patches/patch-setup.py
@@ -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@localhost',
+@@ -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
++)


Home | Main Index | Thread Index | Old Index