31a5867ca1
Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
15 lines
553 B
Makefile
15 lines
553 B
Makefile
################################################################################
|
|
#
|
|
# python-txtorcon
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_TXTORCON_VERSION = 19.0.0
|
|
PYTHON_TXTORCON_SOURCE = txtorcon-$(PYTHON_TXTORCON_VERSION).tar.gz
|
|
PYTHON_TXTORCON_SITE = https://files.pythonhosted.org/packages/b7/93/e16d8160bac3a19d13c9ead9ac6b38f837f2534d40884109a334be1f849c
|
|
PYTHON_TXTORCON_SETUP_TYPE = setuptools
|
|
PYTHON_TXTORCON_LICENSE = MIT
|
|
PYTHON_TXTORCON_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|