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:
@@ -3,4 +3,4 @@ config BR2_PACKAGE_PYTHON_ISO8601
|
||||
help
|
||||
Simple module to parse ISO 8601 dates.
|
||||
|
||||
https://github.com/micktwomey/pyiso8601
|
||||
https://bitbucket.org/micktwomey/pyiso8601
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/iso8601/json
|
||||
md5 d6fe8ccc847aaf8ac965da3b6023e697 iso8601-0.1.14.tar.gz
|
||||
sha256 8aafd56fa0290496c5edbb13c311f78fa3a241f0853540da09d9363eae3ebd79 iso8601-0.1.14.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
# md5 from https://pypi.python.org/pypi/iso8601/json, sha256 locally computed
|
||||
md5 4de940f691c5ea759fb254384c8ddcf6 iso8601-0.1.12.tar.gz
|
||||
sha256 49c4b20e1f38aa5cf109ddcd39647ac419f928512c869dc01d5c7098eddede82 iso8601-0.1.12.tar.gz
|
||||
sha256 116d368d14a8cf0061027c944c60ee20b476ce42814818a7d627396906761f16 LICENSE
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_ISO8601_VERSION = 0.1.14
|
||||
PYTHON_ISO8601_VERSION = 0.1.12
|
||||
PYTHON_ISO8601_SOURCE = iso8601-$(PYTHON_ISO8601_VERSION).tar.gz
|
||||
PYTHON_ISO8601_SITE = https://files.pythonhosted.org/packages/f9/ed/b97abc7877e5b253eef96a469f47d617b0ebcccc735405fa1a620c7ee833
|
||||
PYTHON_ISO8601_SITE = https://pypi.python.org/packages/45/13/3db24895497345fb44c4248c08b16da34a9eb02643cea2754b21b5ed08b0
|
||||
PYTHON_ISO8601_SETUP_TYPE = setuptools
|
||||
PYTHON_ISO8601_LICENSE = MIT
|
||||
PYTHON_ISO8601_LICENSE_FILES = LICENSE
|
||||
|
||||
Reference in New Issue
Block a user