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:
15
package/python-jaraco-classes/python-jaraco-classes.mk
Normal file
15
package/python-jaraco-classes/python-jaraco-classes.mk
Normal file
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-jaraco-classes
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_JARACO_CLASSES_VERSION = 1.4.3
|
||||
PYTHON_JARACO_CLASSES_SOURCE = jaraco.classes-$(PYTHON_JARACO_CLASSES_VERSION).tar.gz
|
||||
PYTHON_JARACO_CLASSES_SITE = https://pypi.python.org/packages/b3/ce/031a6004619c2a3744b977b4a8414d7e8087afe6247110efcac797fee7f1
|
||||
PYTHON_JARACO_CLASSES_LICENSE = MIT
|
||||
PYTHON_JARACO_CLASSES_LICENSE_FILES = LICENSE
|
||||
PYTHON_JARACO_CLASSES_SETUP_TYPE = setuptools
|
||||
PYTHON_JARACO_CLASSES_DEPENDENCIES = host-python-setuptools-scm
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user