mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_PY
|
||||
bool "python-py"
|
||||
help
|
||||
library with cross-python path, ini-parsing, io, code, log
|
||||
facilities.
|
||||
|
||||
http://py.readthedocs.io/
|
||||
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/py/json
|
||||
md5 d9e30436ce7e79f30847f9b30b62e149 py-1.8.0.tar.gz
|
||||
sha256 dc639b046a6e2cff5bbe40194ad65936d6ba360b52b3c3fe1d08a82dd50b5e53 py-1.8.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 2af680c39ef493fb82830356d1d3df1acb5a06033cba2dec7a19e21caa77a866 LICENSE
|
||||
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-py
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PY_VERSION = 1.8.0
|
||||
PYTHON_PY_SOURCE = py-$(PYTHON_PY_VERSION).tar.gz
|
||||
PYTHON_PY_SITE = https://files.pythonhosted.org/packages/f1/5a/87ca5909f400a2de1561f1648883af74345fe96349f34f737cdfc94eba8c
|
||||
PYTHON_PY_DEPENDENCIES = host-python-setuptools-scm
|
||||
PYTHON_PY_SETUP_TYPE = setuptools
|
||||
PYTHON_PY_LICENSE = MIT
|
||||
PYTHON_PY_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user