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:
@@ -1,5 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_IPY
|
||||
bool "python-ipy"
|
||||
depends on BR2_PACKAGE_PYTHON
|
||||
help
|
||||
IPy - class and tools for handling of IPv4 and
|
||||
IPv6 addresses and networks.
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/ipy/json
|
||||
md5 d6cf83e7f418ebbd23324ba1c658b907 IPy-1.01.tar.gz
|
||||
sha256 edeca741dea2d54aca568fa23740288c3fe86c0f3ea700344571e9ef14a7cc1a IPy-1.01.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 078bb46799e46e51e7239c24ff130d345db911c11efafef5e3c45dfb7adb0a61 COPYING
|
||||
# md5 from https://pypi.python.org/pypi/ipy/json, sha256 locally computed
|
||||
md5 7b8c6eb4111b15aea31b67108e769712 IPy-0.83.tar.gz
|
||||
sha256 61da5a532b159b387176f6eabf11946e7458b6df8fb8b91ff1d345ca7a6edab8 IPy-0.83.tar.gz
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_IPY_VERSION = 1.01
|
||||
PYTHON_IPY_VERSION = 0.83
|
||||
PYTHON_IPY_SOURCE = IPy-$(PYTHON_IPY_VERSION).tar.gz
|
||||
PYTHON_IPY_SITE = https://files.pythonhosted.org/packages/64/a4/9c0d88d95666ff1571d7baec6c5e26abc08051801feb6e6ddf40f6027e22
|
||||
PYTHON_IPY_SITE = https://pypi.python.org/packages/88/28/79162bfc351a3f1ab44d663ab3f03fb495806fdb592170990a1568ffbf63
|
||||
PYTHON_IPY_LICENSE = BSD-3-Clause
|
||||
PYTHON_IPY_LICENSE_FILES = COPYING
|
||||
PYTHON_IPY_SETUP_TYPE = distutils
|
||||
|
||||
Reference in New Issue
Block a user