956058791c
* The package doesn't support python2 anymore. * License was updated with a year bump. * Indent with two spaces in the hash file. Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
15 lines
564 B
Makefile
15 lines
564 B
Makefile
################################################################################
|
|
#
|
|
# python-soupsieve
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_SOUPSIEVE_VERSION = 2.2.1
|
|
PYTHON_SOUPSIEVE_SOURCE = soupsieve-$(PYTHON_SOUPSIEVE_VERSION).tar.gz
|
|
PYTHON_SOUPSIEVE_SITE = https://files.pythonhosted.org/packages/c8/3f/e71d92e90771ac2d69986aa0e81cf0dfda6271e8483698f4847b861dd449
|
|
PYTHON_SOUPSIEVE_SETUP_TYPE = setuptools
|
|
PYTHON_SOUPSIEVE_LICENSE = MIT
|
|
PYTHON_SOUPSIEVE_LICENSE_FILES = LICENSE.md
|
|
|
|
$(eval $(python-package))
|