mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-01 13:49:03 +03:00
python-cssselect: new package
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
dee5e96173
commit
aa112f2396
14
package/python-cssselect/python-cssselect.mk
Normal file
14
package/python-cssselect/python-cssselect.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-cssselect
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_CSSSELECT_VERSION = 0.9.1
|
||||
PYTHON_CSSSELECT_SOURCE = cssselect-$(PYTHON_CSSSELECT_VERSION).tar.gz
|
||||
PYTHON_CSSSELECT_SITE = https://pypi.python.org/packages/source/c/cssselect
|
||||
PYTHON_CSSSELECT_SETUP_TYPE = setuptools
|
||||
PYTHON_CSSSELECT_LICENSE = BSD-3c
|
||||
PYTHON_CSSSELECT_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user