From 351f303b38f1a80b51d9f3365ca0686d98a08887 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Wed, 4 Mar 2020 00:39:28 +0300 Subject: [PATCH] python3-appdirs:first pisi rel --- .../python3/python3-appdirs/actions.py | 13 ++++++ .../python3/python3-appdirs/pspec.xml | 44 +++++++++++++++++++ .../python3/python3-appdirs/translations.xml | 8 ++++ 3 files changed, 65 insertions(+) create mode 100644 programming/language/python3/python3-appdirs/actions.py create mode 100644 programming/language/python3/python3-appdirs/pspec.xml create mode 100644 programming/language/python3/python3-appdirs/translations.xml diff --git a/programming/language/python3/python3-appdirs/actions.py b/programming/language/python3/python3-appdirs/actions.py new file mode 100644 index 0000000000..cbcb8f4043 --- /dev/null +++ b/programming/language/python3/python3-appdirs/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-appdirs/pspec.xml b/programming/language/python3/python3-appdirs/pspec.xml new file mode 100644 index 0000000000..29ef31abd3 --- /dev/null +++ b/programming/language/python3/python3-appdirs/pspec.xml @@ -0,0 +1,44 @@ + + + + + python3-appdirs + http://github.com/ActiveState/appdirs + + Blue Devil + bluedevil@sctzine.com + + programming.language.python3 + MIT + library + A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir". + What directory should your app use for storing user data? This small Python module is for determining appropriate platform-specific dirs, e.g. a "user data dir". + https://files.pythonhosted.org/packages/48/69/d87c60746b393309ca30761f8e2b49473d43450b150cb08f3c6df5c11be5/appdirs-1.4.3.tar.gz + + python3-setuptools + python3-devel + + + + + python3-appdirs + A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir". + + python3 + + + /usr/share/doc/python3-appdirs + /usr/lib/python3* + + + + + + 2019-12-24 + 1.4.3 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-appdirs/translations.xml b/programming/language/python3/python3-appdirs/translations.xml new file mode 100644 index 0000000000..42ec2e7ed8 --- /dev/null +++ b/programming/language/python3/python3-appdirs/translations.xml @@ -0,0 +1,8 @@ + + + + python3-appdirs + Platforma özel dizin belirleyebilen küçük bir python3 kitaplığı. + python3-appdirs, yazdığınız uygulama kullanıcı verisini nerede saklamalı sorusuna yanıt vermeye çalışan küçük bir python3 kitaplığıdır. + + \ No newline at end of file