mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
14
package/python-backcall/python-backcall.mk
Normal file
14
package/python-backcall/python-backcall.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-backcall
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_BACKCALL_VERSION = 0.1.0
|
||||
PYTHON_BACKCALL_SOURCE = backcall-$(PYTHON_BACKCALL_VERSION).tar.gz
|
||||
PYTHON_BACKCALL_SITE = https://files.pythonhosted.org/packages/84/71/c8ca4f5bb1e08401b916c68003acf0a0655df935d74d93bf3f3364b310e0
|
||||
PYTHON_BACKCALL_SETUP_TYPE = distutils
|
||||
# From https://github.com/takluyver/backcall/blob/master/LICENSE
|
||||
PYTHON_BACKCALL_LICENSE = BSD-3-Clause
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user