diff --git a/programming/language/python3/python3-flask-mail/actions.py b/programming/language/python3/python3-flask-mail/actions.py new file mode 100644 index 0000000000..cbcb8f4043 --- /dev/null +++ b/programming/language/python3/python3-flask-mail/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-flask-mail/pspec.xml b/programming/language/python3/python3-flask-mail/pspec.xml new file mode 100644 index 0000000000..2e104854b6 --- /dev/null +++ b/programming/language/python3/python3-flask-mail/pspec.xml @@ -0,0 +1,46 @@ + + + + + python3-flask-mail + https://github.com/mattupstate/flask-mail + + Blue Devil + bluedevil@sctzine.com + + programming.language.python3 + BSD + library + Flask-Mail adds SMTP mail sending to your Flask applications. + Flask-Mail is a Flask extension providing simple email sending capabilities. + https://github.com/mattupstate/flask-mail/archive/0.9.1.tar.gz + + python3-setuptools + python3-devel + + + + + python3-flask-mail + Flask-Mail adds SMTP mail sending to your Flask applications. + + python3-blinker + python3-flask + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-flask-mail + + + + + + 2020-02-17 + 0.9.1 + First release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-flask-mail/translations.xml b/programming/language/python3/python3-flask-mail/translations.xml new file mode 100644 index 0000000000..44777a1660 --- /dev/null +++ b/programming/language/python3/python3-flask-mail/translations.xml @@ -0,0 +1,8 @@ + + + + python3-flask-mail + Flask uygulamalarınız için SMTP posta uygulaması. + python3-flask-login, flask uygulamalarınız için SMTP posta uygulaması kitaplığı sağlar. + + \ No newline at end of file