mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
package/python-slob: new package
Needed for the upcoming python-mwscrape2slob package. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
49b7a57d35
commit
4eaf9b248f
13
package/python-slob/python-slob.mk
Normal file
13
package/python-slob/python-slob.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-slob
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_SLOB_VERSION = 31ad0e769360a5b10a4893f686587bb8e48c3895
|
||||
PYTHON_SLOB_SITE = $(call github,itkach,slob,$(PYTHON_SLOB_VERSION))
|
||||
PYTHON_SLOB_LICENSE = GPLv3
|
||||
PYTHON_SLOB_LICENSE_FILES = LICENSE
|
||||
PYTHON_SLOB_SETUP_TYPE = distutils
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user