aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-installer/python3-simpleline/python3-simpleline_1.3.bb
blob: 025f04071d154e07ca2ad902ccc965b005531215 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SUMMARY = "A text UI framework"
DESCRIPTION = "This is a text UI framework originally which \
was a part of the Anaconda installer project."
HOMEPAGE = "https://github.com/rhinstaller/python-simpleline"
SECTION = "devel"
LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=5f4f48e95324081879552f19cd16c54a"

SRC_URI = "git://github.com/rhinstaller/python-simpleline;protocol=https;branch=main"
SRCREV = "1c21ffdeda9eed27e5ad8ec16aee467f8daecd50"
S = "${WORKDIR}/git"

inherit setuptools3_legacy