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,7 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_ECDSA
|
||||
bool "python-ecdsa"
|
||||
select BR2_PACKAGE_PYTHON_SIX # runtime
|
||||
help
|
||||
ECDSA cryptographic signature library (pure python).
|
||||
|
||||
http://github.com/tlsfuzzer/python-ecdsa
|
||||
http://github.com/warner/python-ecdsa
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/ecdsa/json
|
||||
md5 d0dd59c43af0f640a60599551529f5d0 ecdsa-0.17.0.tar.gz
|
||||
sha256 b9f500bb439e4153d0330610f5d26baaf18d17b8ced1bc54410d189385ea68aa ecdsa-0.17.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 3eca9845773d2e5b8cc9d8c119d345f00a4806e4bd660d4a3d6cdf9c0e9d8bb2 LICENSE
|
||||
# md5 from https://pypi.python.org/pypi/ecdsa/json
|
||||
md5 1f60eda9cb5c46722856db41a3ae6670 ecdsa-0.13.tar.gz
|
||||
# sha256 calculated by scanpypi
|
||||
sha256 64cf1ee26d1cde3c73c6d7d107f835fed7c6a2904aef9eac223d57ad800c43fa ecdsa-0.13.tar.gz
|
||||
|
||||
@@ -4,12 +4,11 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_ECDSA_VERSION = 0.17.0
|
||||
PYTHON_ECDSA_VERSION = 0.13
|
||||
PYTHON_ECDSA_SOURCE = ecdsa-$(PYTHON_ECDSA_VERSION).tar.gz
|
||||
PYTHON_ECDSA_SITE = https://files.pythonhosted.org/packages/bf/3d/3d909532ad541651390bf1321e097404cbd39d1d89c2046f42a460220fb3
|
||||
PYTHON_ECDSA_SITE = https://pypi.python.org/packages/source/e/ecdsa
|
||||
PYTHON_ECDSA_SETUP_TYPE = setuptools
|
||||
PYTHON_ECDSA_LICENSE = MIT
|
||||
PYTHON_ECDSA_LICENSE_FILES = LICENSE
|
||||
PYTHON_ECDSA_CPE_ID_VENDOR = python-ecdsa_project
|
||||
|
||||
$(eval $(python-package))
|
||||
|
||||
Reference in New Issue
Block a user