diff --git a/programming/language/python/python-attrs/actions.py b/programming/language/python/python-attrs/actions.py new file mode 100644 index 0000000000..0fcf977541 --- /dev/null +++ b/programming/language/python/python-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() + +def install(): + pythonmodules.install() \ No newline at end of file diff --git a/programming/language/python/python-attrs/pspec.xml b/programming/language/python/python-attrs/pspec.xml new file mode 100644 index 0000000000..a008cad4bb --- /dev/null +++ b/programming/language/python/python-attrs/pspec.xml @@ -0,0 +1,41 @@ + + + + + python-attrs + https://www.attrs.org/ + + Blue Devil + bluedevil@sctzine.com + + programming.language.python + 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 + + python-setuptools + python-devel + + + + + python-attrs + Python Classes Without Boilerplate + + /usr/lib/python2* + /usr/share/doc/python-attrs + + + + + + 2020-02-15 + 19.3.0 + First release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python/python-attrs/translations.xml b/programming/language/python/python-attrs/translations.xml new file mode 100644 index 0000000000..af0418e278 --- /dev/null +++ b/programming/language/python/python-attrs/translations.xml @@ -0,0 +1,8 @@ + + + + python-attrs + Şablonsuz python sınıfları. + python-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