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,3 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/bottle/json
|
||||
md5 4934ad7347eef30db669ccd05283a5e0 bottle-0.12.21.tar.gz
|
||||
sha256 787c61b6cc02b9c229bf2663011fac53dd8fc197f7f8ad2eeede29d888d7887e bottle-0.12.21.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 d0e7211f1c3c1a1c56f39d18bcb07f27f480c8a9552617756dda3a335933b8a6 LICENSE
|
||||
# md5 from https://pypi.python.org/pypi/bottle/json, sha256 locally computed
|
||||
md5 d2fe1b48c1d49217e78bf326b1cad437 bottle-0.12.13.tar.gz
|
||||
sha256 39b751aee0b167be8dffb63ca81b735bbf1dd0905b3bc42761efedee8f123355 bottle-0.12.13.tar.gz
|
||||
|
||||
@@ -4,13 +4,11 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_BOTTLE_VERSION = 0.12.21
|
||||
PYTHON_BOTTLE_VERSION = 0.12.13
|
||||
PYTHON_BOTTLE_SOURCE = bottle-$(PYTHON_BOTTLE_VERSION).tar.gz
|
||||
PYTHON_BOTTLE_SITE = https://files.pythonhosted.org/packages/95/e3/5749d7657b6fb38d65afb3c0b345514a783de7a9feb4fab594fa0bacc2a0
|
||||
PYTHON_BOTTLE_SITE = https://pypi.python.org/packages/bd/99/04dc59ced52a8261ee0f965a8968717a255ea84a36013e527944dbf3468c
|
||||
PYTHON_BOTTLE_LICENSE = MIT
|
||||
PYTHON_BOTTLE_LICENSE_FILES = LICENSE
|
||||
PYTHON_BOTTLE_CPE_ID_VENDOR = bottlepy
|
||||
PYTHON_BOTTLE_CPE_ID_PRODUCT = bottle
|
||||
# README.rst refers to the file "LICENSE" but it's not included
|
||||
PYTHON_BOTTLE_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
|
||||
Reference in New Issue
Block a user