mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
create rootf's & SDK from 2018.02.9 buildroot (#10)
--------- Co-authored-by: tiopex <tiopxyz@gmail.com> Co-authored-by: tiopex <67048640+tiopex@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_IPADDRESS
|
||||
bool "python-ipaddress"
|
||||
depends on BR2_PACKAGE_PYTHON
|
||||
help
|
||||
Python 3.3's ipaddress for older Python versions.
|
||||
|
||||
https://github.com/phihag/ipaddress
|
||||
@@ -0,0 +1,3 @@
|
||||
# md5 from https://pypi.python.org/pypi/ipaddress/json, sha256 locally computed
|
||||
md5 310c2dfd64eb6f0df44aa8c59f2334a7 ipaddress-1.0.18.tar.gz
|
||||
sha256 5d8534c8e185f2d8a1fda1ef73f2c8f4b23264e8e30063feeb9511d492a413e1 ipaddress-1.0.18.tar.gz
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-ipaddress
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_IPADDRESS_VERSION = 1.0.18
|
||||
PYTHON_IPADDRESS_SOURCE = ipaddress-$(PYTHON_IPADDRESS_VERSION).tar.gz
|
||||
PYTHON_IPADDRESS_SITE = https://pypi.python.org/packages/4e/13/774faf38b445d0b3a844b65747175b2e0500164b7c28d78e34987a5bfe06
|
||||
PYTHON_IPADDRESS_LICENSE = Python-2.0
|
||||
PYTHON_IPADDRESS_LICENSE_FILES = LICENSE
|
||||
PYTHON_IPADDRESS_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user