aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-installer/python3-simpleline/python3-simpleline_1.9.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-installer/python3-simpleline/python3-simpleline_1.9.0.bb')
-rw-r--r--recipes-installer/python3-simpleline/python3-simpleline_1.9.0.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-installer/python3-simpleline/python3-simpleline_1.9.0.bb b/recipes-installer/python3-simpleline/python3-simpleline_1.9.0.bb
new file mode 100644
index 0000000..5ff8f81
--- /dev/null
+++ b/recipes-installer/python3-simpleline/python3-simpleline_1.9.0.bb
@@ -0,0 +1,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