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:
Yegor Yefremov
2016-01-14 09:25:17 +01:00
committed by Thomas Petazzoni
parent dee5e96173
commit aa112f2396
4 changed files with 25 additions and 0 deletions

View 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))