f9335fe270
- python-dateutil and python-pytz are optional since version 0.0.20 anda54dc97598
- python 2 and python-six dependency have been dropped in version 1.0.0 and764812d01d
- Update indentation in hash file (two spaces) Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
15 lines
534 B
Makefile
15 lines
534 B
Makefile
################################################################################
|
|
#
|
|
# python-typepy
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_TYPEPY_VERSION = 1.1.5
|
|
PYTHON_TYPEPY_SOURCE = typepy-$(PYTHON_TYPEPY_VERSION).tar.gz
|
|
PYTHON_TYPEPY_SITE = https://files.pythonhosted.org/packages/08/c8/ebfa4381563f1946a7cd2b03fab14df641c3a9acf8e6ca5f5787dd1f735a
|
|
PYTHON_TYPEPY_SETUP_TYPE = setuptools
|
|
PYTHON_TYPEPY_LICENSE = MIT
|
|
PYTHON_TYPEPY_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|