mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
https://github.com/heuer/segno/blob/1.6.6/CHANGES.rst
Updated license hash due to copyright year bump:
780296986b
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
15 lines
528 B
Makefile
15 lines
528 B
Makefile
################################################################################
|
|
#
|
|
# python-segno
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_SEGNO_VERSION = 1.6.6
|
|
PYTHON_SEGNO_SOURCE = segno-$(PYTHON_SEGNO_VERSION).tar.gz
|
|
PYTHON_SEGNO_SITE = https://files.pythonhosted.org/packages/1c/2e/b396f750c53f570055bf5a9fc1ace09bed2dff013c73b7afec5702a581ba
|
|
PYTHON_SEGNO_SETUP_TYPE = flit
|
|
PYTHON_SEGNO_LICENSE = BSD-3-Clause
|
|
PYTHON_SEGNO_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|