mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
https://github.com/twisted/treq/blob/treq-25.5.0/CHANGELOG.rst
Switched build system to hatch:
88ba8110f8
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
16 lines
563 B
Makefile
16 lines
563 B
Makefile
################################################################################
|
|
#
|
|
# python-treq
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_TREQ_VERSION = 25.5.0
|
|
PYTHON_TREQ_SOURCE = treq-$(PYTHON_TREQ_VERSION).tar.gz
|
|
PYTHON_TREQ_SITE = https://files.pythonhosted.org/packages/ed/7b/b9dba8d947584481aad7e29b01f2ea6bbe794a0352e0cdb68e99ab135c31
|
|
PYTHON_TREQ_LICENSE = MIT
|
|
PYTHON_TREQ_LICENSE_FILES = LICENSE
|
|
PYTHON_TREQ_SETUP_TYPE = hatch
|
|
PYTHON_TREQ_DEPENDENCIES = host-python-incremental
|
|
|
|
$(eval $(python-package))
|