a6b5a34009
* Fix indentation in hash file. * Update dependency list. * The package can now be compiled for both Python 2 and Python 3, since it doesn't depend on pytablereader anymore (which used pathpy). Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
15 lines
598 B
Makefile
15 lines
598 B
Makefile
################################################################################
|
|
#
|
|
# python-pytablewriter
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PYTABLEWRITER_VERSION = 0.46.1
|
|
PYTHON_PYTABLEWRITER_SOURCE = pytablewriter-$(PYTHON_PYTABLEWRITER_VERSION).tar.gz
|
|
PYTHON_PYTABLEWRITER_SITE = https://files.pythonhosted.org/packages/bb/86/d5f3dfec35d2d7583c9f3f1d731adf729851d1fe01011f07a747eb8c7df0
|
|
PYTHON_PYTABLEWRITER_SETUP_TYPE = setuptools
|
|
PYTHON_PYTABLEWRITER_LICENSE = MIT
|
|
PYTHON_PYTABLEWRITER_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|