b6ea449108
* The package doesn't support python2 anymore. * Update comment of reverse dependency * Indent with two spaces in the hash file. * License was changed with a year bump. Signed-off-by: Asaf Kahlon <asafka7@gmail.com> [yann.morin.1998@free.fr: update comment of reverse dependency] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
15 lines
583 B
Makefile
15 lines
583 B
Makefile
################################################################################
|
|
#
|
|
# python-pyhamcrest
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PYHAMCREST_VERSION = 2.0.2
|
|
PYTHON_PYHAMCREST_SOURCE = PyHamcrest-$(PYTHON_PYHAMCREST_VERSION).tar.gz
|
|
PYTHON_PYHAMCREST_SITE = https://files.pythonhosted.org/packages/58/05/7b993fabb44ff0b52a90916d96bfd91a65ecf90b8248e72bba325ba8e438
|
|
PYTHON_PYHAMCREST_SETUP_TYPE = setuptools
|
|
PYTHON_PYHAMCREST_LICENSE = BSD-3-Clause
|
|
PYTHON_PYHAMCREST_LICENSE_FILES = LICENSE.txt
|
|
|
|
$(eval $(python-package))
|