diff --git a/programming/language/python3/python3-click/actions.py b/programming/language/python3/python3-click/actions.py new file mode 100644 index 0000000000..23ea111e7b --- /dev/null +++ b/programming/language/python3/python3-click/actions.py @@ -0,0 +1,18 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import pythonmodules +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +def build(): + pythonmodules.compile(pyVer="3") + +def install(): + pythonmodules.install(pyVer="3") + pisitools.dodoc("LICENSE*") + for dirs in ["examples"]: + pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), dirs) \ No newline at end of file diff --git a/programming/language/python3/python3-click/pspec.xml b/programming/language/python3/python3-click/pspec.xml new file mode 100644 index 0000000000..be837f19ac --- /dev/null +++ b/programming/language/python3/python3-click/pspec.xml @@ -0,0 +1,51 @@ + + + + + python3-click + https://palletsprojects.com/p/click/ + + Blue Devil + bluedevil@sctzine.com + + programming.language.python3 + BSD-3 + library + Python3 composable command line interface toolkit + Click is a Python package for creating beautiful command line interfaces in a composable way with as little code as necessary. It's the "Command Line Interface Creation Kit". It's highly configurable but comes with sensible defaults out of the box. + https://github.com/pallets/click/archive/7.0.tar.gz + + python3-setuptools + python3 + + + + + python3-click + Python3 composable command line interface toolkit + + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-click + + + + + + 2020-02-15 + 7.0 + Moved from contrib and rebuilt. + Blue Devil + bluedevil@sctzine.com + + + 2019-11-06 + 7.0 + First pisi release + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-click/translations.xml b/programming/language/python3/python3-click/translations.xml new file mode 100644 index 0000000000..7d753a3c6e --- /dev/null +++ b/programming/language/python3/python3-click/translations.xml @@ -0,0 +1,8 @@ + + + + python3-click + Python3 için komut satırı yaratma arayüzü + Click, python3 için en az komut gerektirecek sekilde tasarlanmış komut satırı arayüzü yaratma paketidir. Açılımı "Command Line Interface Creation Kit - Komut Satırı Arayüzü Yaratma Araç Takımı" olan Click bazı varsayılanlarla beraber gelsede yüksek seviyede ayarlanabilir bir yapıya sahiptir. + + \ No newline at end of file