From 709480edb1a9382e76fcc0984a251a3ffb6980a3 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Sat, 15 Feb 2020 15:47:57 +0300 Subject: [PATCH] python3-attrs:first pisi release --- .../language/python3/python3-attrs/actions.py | 13 ++++++ .../language/python3/python3-attrs/pspec.xml | 44 +++++++++++++++++++ .../python3/python3-attrs/translations.xml | 8 ++++ 3 files changed, 65 insertions(+) create mode 100644 programming/language/python3/python3-attrs/actions.py create mode 100644 programming/language/python3/python3-attrs/pspec.xml create mode 100644 programming/language/python3/python3-attrs/translations.xml diff --git a/programming/language/python3/python3-attrs/actions.py b/programming/language/python3/python3-attrs/actions.py new file mode 100644 index 0000000000..cbcb8f4043 --- /dev/null +++ b/programming/language/python3/python3-attrs/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-attrs/pspec.xml b/programming/language/python3/python3-attrs/pspec.xml new file mode 100644 index 0000000000..4f4ea21fa4 --- /dev/null +++ b/programming/language/python3/python3-attrs/pspec.xml @@ -0,0 +1,44 @@ + + + + + python3-attrs + https://www.attrs.org/ + + Blue Devil + bluedevil@sctzine.com + + programming.language.python3 + MIT + library + Python Classes Without Boilerplate + attrs is the Python package that will bring back the joy of writing classes by relieving you from the drudgery of implementing object protocols (aka dunder methods). + https://github.com/python-attrs/attrs/archive/19.3.0.tar.gz + + python3-setuptools + python3-devel + + + + + python3-attrs + Python Classes Without Boilerplate + + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-attrs + + + + + + 2020-02-13 + 19.3.0 + First release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-attrs/translations.xml b/programming/language/python3/python3-attrs/translations.xml new file mode 100644 index 0000000000..729873c62c --- /dev/null +++ b/programming/language/python3/python3-attrs/translations.xml @@ -0,0 +1,8 @@ + + + + python3-attrs + Şablonsuz python sınıfları. + python3-attrs, şablonsuz python sınıfları içerir. bu sayede daha hızlı ve karmaşık olmayan kod yazmanızı sağlar. + + \ No newline at end of file