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,3 +1,3 @@
|
||||
# sha256 locally computed
|
||||
sha256 9634f34a31d4411588b73825c8acc7f73ca69ba8a665bb00d0a9b5baff69498b python-pydal-20210626.3.tar.gz
|
||||
sha256 1f711e93f1e0c2eec576e2e60597dc2ed6f0a661e4749c6b8a39f0d4a72be468 LICENSE.txt
|
||||
# md5 from https://pypi.python.org/pypi/pydal/json, sha256 locally computed
|
||||
md5 5a6ad0db15dc39987b4518247a9d0b4b pyDAL-17.8.tar.gz
|
||||
sha256 46abe2c978ec24013e29cf485a74c90309ebcd2f0d577687ff2d224547cebfc8 pyDAL-17.8.tar.gz
|
||||
|
||||
@@ -4,10 +4,11 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PYDAL_VERSION = 20210626.3
|
||||
PYTHON_PYDAL_SITE = $(call github,web2py,pydal,v$(PYTHON_PYDAL_VERSION))
|
||||
PYTHON_PYDAL_VERSION = 17.8
|
||||
PYTHON_PYDAL_SOURCE = pyDAL-$(PYTHON_PYDAL_VERSION).tar.gz
|
||||
PYTHON_PYDAL_SITE = https://pypi.python.org/packages/e3/bd/1d5ca8be486d845074161456637f7d73acc09dc6c8d69bf0e7ad55ce9027
|
||||
PYTHON_PYDAL_LICENSE = BSD-3-Clause
|
||||
PYTHON_PYDAL_LICENSE_FILES = LICENSE.txt
|
||||
PYTHON_PYDAL_LICENSE_FILES = LICENSE
|
||||
PYTHON_PYDAL_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
|
||||
Reference in New Issue
Block a user