package/python-pyrsistent: new package

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Yegor Yefremov 2022-05-10 15:02:48 +02:00 committed by Thomas Petazzoni
parent 33d953588f
commit 475b7dbd66
4 changed files with 26 additions and 0 deletions

View File

@ -1184,6 +1184,7 @@ menu "External python modules"
source "package/python-pyqt5/Config.in"
source "package/python-pyratemp/Config.in"
source "package/python-pyroute2/Config.in"
source "package/python-pyrsistent/Config.in"
source "package/python-pysendfile/Config.in"
source "package/python-pysftp/Config.in"
source "package/python-pysmb/Config.in"

View File

@ -0,0 +1,6 @@
config BR2_PACKAGE_PYTHON_PYRSISTENT
bool "python-pyrsistent"
help
Persistent/Functional/Immutable data structures.
http://github.com/tobgu/pyrsistent/

View File

@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/pyrsistent/json
md5 cef3da08455664bf917dcf8cd00d49a4 pyrsistent-0.18.1.tar.gz
sha256 d4d61f8b993a7255ba714df3aca52700f8125289f84f704cf80916517c46eb96 pyrsistent-0.18.1.tar.gz
# Locally computed sha256 checksums
sha256 3ea56753cbd0cc897d3f4414a902f5694991db7c1b3abb8230216381185f9112 LICENSE.mit

View File

@ -0,0 +1,14 @@
################################################################################
#
# python-pyrsistent
#
################################################################################
PYTHON_PYRSISTENT_VERSION = 0.18.1
PYTHON_PYRSISTENT_SOURCE = pyrsistent-$(PYTHON_PYRSISTENT_VERSION).tar.gz
PYTHON_PYRSISTENT_SITE = https://files.pythonhosted.org/packages/42/ac/455fdc7294acc4d4154b904e80d964cc9aae75b087bbf486be04df9f2abd
PYTHON_PYRSISTENT_SETUP_TYPE = setuptools
PYTHON_PYRSISTENT_LICENSE = MIT
PYTHON_PYRSISTENT_LICENSE_FILES = LICENSE.mit
$(eval $(python-package))