diff options
Diffstat (limited to 'packages/dev-python/configshell-fb/configshell-fb.exlib')
-rw-r--r-- | packages/dev-python/configshell-fb/configshell-fb.exlib | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/dev-python/configshell-fb/configshell-fb.exlib b/packages/dev-python/configshell-fb/configshell-fb.exlib new file mode 100644 index 0000000..e043245 --- /dev/null +++ b/packages/dev-python/configshell-fb/configshell-fb.exlib @@ -0,0 +1,14 @@ +# Distributed under the terms of the GNU General Public License v2 +# Copyright 2019 Gluzskiy Alexandr <sss@sss.chaoslab.ru> + +require setup-py [ import=distutils ] +require github [ user=open-iscsi tag=v${PV} ] + +SUMMARY="A Python library for building configuration shells" + +SLOT="0" +LICENCES="Apache-2.0" + +DEPENDENCIES=" +" + |