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_INCREMENTAL
|
||||
help
|
||||
A library for versioning your Python projects.
|
||||
|
||||
https://github.com/twisted/incremental
|
||||
https://github.com/hawkowl/incremental
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/incremental/json
|
||||
md5 9f7ad12e0c05a12cee52a7350976c4e3 incremental-21.3.0.tar.gz
|
||||
sha256 02f5de5aff48f6b9f665d99d48bfc7ec03b6e3943210de7cfc88856d755d6f57 incremental-21.3.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 d043bc8899b4695de1f4511d8f507b927e11723b981ce600fa3ef7b73954afa5 LICENSE
|
||||
# md5 from https://pypi.python.org/pypi/incremental/json, sha256 locally computed
|
||||
md5 3fe6b3b1da1d26a48187fb27e969f072 incremental-16.10.1.tar.gz
|
||||
sha256 14ad6b720ec47aad6c9caa83e47db1843e2b9b98742da5dda08e16a99f400342 incremental-16.10.1.tar.gz
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_INCREMENTAL_VERSION = 21.3.0
|
||||
PYTHON_INCREMENTAL_VERSION = 16.10.1
|
||||
PYTHON_INCREMENTAL_SOURCE = incremental-$(PYTHON_INCREMENTAL_VERSION).tar.gz
|
||||
PYTHON_INCREMENTAL_SITE = https://files.pythonhosted.org/packages/4f/c5/430765c697afc217c8491785de321a21fa4d983dda14bcd82feb965b0593
|
||||
PYTHON_INCREMENTAL_SITE = https://pypi.python.org/packages/da/b0/32233c9e84b0d44b39015fba8fec03e88053723c1b455925081dc6ccd9e7
|
||||
PYTHON_INCREMENTAL_SETUP_TYPE = setuptools
|
||||
PYTHON_INCREMENTAL_LICENSE = MIT
|
||||
PYTHON_INCREMENTAL_LICENSE_FILES = LICENSE
|
||||
|
||||
Reference in New Issue
Block a user