diff --git a/programming/language/python3/python3-pycountry/actions.py b/programming/language/python3/python3-pycountry/actions.py new file mode 100644 index 0000000000..cbcb8f4043 --- /dev/null +++ b/programming/language/python3/python3-pycountry/actions.py @@ -0,0 +1,13 @@ +#!/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 + +def build(): + pythonmodules.compile(pyVer="3") + +def install(): + pythonmodules.install(pyVer="3") \ No newline at end of file diff --git a/programming/language/python3/python3-pycountry/pspec.xml b/programming/language/python3/python3-pycountry/pspec.xml new file mode 100644 index 0000000000..7e501797b4 --- /dev/null +++ b/programming/language/python3/python3-pycountry/pspec.xml @@ -0,0 +1,44 @@ + + + + + python3-pycountry + https://github.com/flyingcircusio/pycountry + + Blue DeviL + bluedevil@sctzine.com + + programming.language.python3 + LGPLv2.1 + library + ISO country, subdivision, language, currency and script definitions and their translations. + This is the pycountry module, a Python library to access ISO country, subdivision, language, currency and script definitions and their translations. + https://github.com/flyingcircusio/pycountry/archive/19.8.18.tar.gz + + python3-devel + python3-setuptools + + + + + python3-pycountry + ISO country, subdivision, language, currency and script definitions and their translations. + + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-pycountry + + + + + + 2020-02-10 + 19.8.18 + First release + Blue DeviL + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-pycountry/translations.xml b/programming/language/python3/python3-pycountry/translations.xml new file mode 100644 index 0000000000..7148fa02d5 --- /dev/null +++ b/programming/language/python3/python3-pycountry/translations.xml @@ -0,0 +1,8 @@ + + + + python3-pycountry + Python3 pycountry modülü + python3-pycountry modülü ISO ülke, kur bilgisi ve bunların çevirilerine ait kitaplık sunar. + + \ No newline at end of file