mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
package/python-pylru: new package
Needed by upcoming python-mwscrape 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
bfe76ebfb9
commit
ae86d30913
14
package/python-pylru/python-pylru.mk
Normal file
14
package/python-pylru/python-pylru.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-pylru
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PYLRU_VERSION = 1.0.9
|
||||
PYTHON_PYLRU_SOURCE = pylru-$(PYTHON_PYLRU_VERSION).tar.gz
|
||||
PYTHON_PYLRU_SITE = https://pypi.python.org/packages/c0/7d/0de1055632f3871dfeaabe5a3f0510317cd98b93e7b792b44e4c7de2b17b
|
||||
PYTHON_PYLRU_SETUP_TYPE = distutils
|
||||
PYTHON_PYLRU_LICENSE = GPLv2
|
||||
PYTHON_PYLRU_LICENSE_FILES = LICENSE.txt
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user