aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-installer/python3-simpleline/python3-simpleline_1.9.0.bb
blob: 5ff8f81204ba7e3d243f6dd40bb95542091dada4 (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 = "LGPL-3.0-only"
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=8350171b4e0d605dd7f117e75eb5b4cd"

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

inherit setuptools3_legacy