mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
https://github.com/jquast/telnetlib3/blob/4.0.1/docs/history.rst Updated license hash due to upstream commit:1af3eee859Upstream switched to hatch:c4b8488930Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
15 lines
569 B
Makefile
15 lines
569 B
Makefile
################################################################################
|
|
#
|
|
# python-telnetlib3
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_TELNETLIB3_VERSION = 4.0.1
|
|
PYTHON_TELNETLIB3_SOURCE = telnetlib3-$(PYTHON_TELNETLIB3_VERSION).tar.gz
|
|
PYTHON_TELNETLIB3_SITE = https://files.pythonhosted.org/packages/5d/57/42acb7ce2c1b3d88ab28d6b1de41a08fdd5180d262d728fd10071950566b
|
|
PYTHON_TELNETLIB3_SETUP_TYPE = hatch
|
|
PYTHON_TELNETLIB3_LICENSE = ISC
|
|
PYTHON_TELNETLIB3_LICENSE_FILES = LICENSE.txt
|
|
|
|
$(eval $(python-package))
|