diff --git a/programming/language/python3/python3-mimeparse/actions.py b/programming/language/python3/python3-mimeparse/actions.py new file mode 100644 index 0000000000..cbcb8f4043 --- /dev/null +++ b/programming/language/python3/python3-mimeparse/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-mimeparse/pspec.xml b/programming/language/python3/python3-mimeparse/pspec.xml new file mode 100644 index 0000000000..45a0cff8d3 --- /dev/null +++ b/programming/language/python3/python3-mimeparse/pspec.xml @@ -0,0 +1,44 @@ + + + + + python3-mimeparse + https://github.com/dbtsai/python-mimeparse + + Blue Devil + bluedevil@sctzine.com + + programming.language.python3 + MIT + library + Basic functions for handling mime-types in python. + python3-mimeparse, provides basic functions for handling mime-types. It can handle matching mime-types against a list of media-ranges. + https://github.com/dbtsai/python-mimeparse/archive/1.6.0.tar.gz + + python3-setuptools + python3-devel + + + + + python3-mimeparse + Basic functions for handling mime-types in python. + + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-mimeparse + + + + + + 2020-02-20 + 1.6.0 + First release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-mimeparse/translations.xml b/programming/language/python3/python3-mimeparse/translations.xml new file mode 100644 index 0000000000..a953048378 --- /dev/null +++ b/programming/language/python3/python3-mimeparse/translations.xml @@ -0,0 +1,8 @@ + + + + python3-mimeparse + Python ile mime-türlerini işleyebilmek için python kitaplığı. + python3-mimeparse, python ile mime-türlerini işleyebilmek için python kitaplığı sunar. + + \ No newline at end of file