python-attrs:first pisi release

This commit is contained in:
blue-devil
2020-02-15 15:47:47 +03:00
parent e79df79fd2
commit feee2d9812
3 changed files with 62 additions and 0 deletions
@@ -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()
@@ -0,0 +1,41 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python-attrs</Name>
<Homepage>https://www.attrs.org/</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python</PartOf>
<License>MIT</License>
<IsA>library</IsA>
<Summary>Python Classes Without Boilerplate</Summary>
<Description>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).</Description>
<Archive sha1sum="c814bf4a79c760a54ecb41796656b01166ebfdcd" type="targz">https://github.com/python-attrs/attrs/archive/19.3.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python-setuptools</Dependency>
<Dependency>python-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python-attrs</Name>
<Summary>Python Classes Without Boilerplate</Summary>
<Files>
<Path fileType="library">/usr/lib/python2*</Path>
<Path fileType="doc">/usr/share/doc/python-attrs</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-02-15</Date>
<Version>19.3.0</Version>
<Comment>First release.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python-attrs</Name>
<Summary xml:lang="tr">Şablonsuz python sınıfları.</Summary>
<Description xml:lang="tr">python-attrs, şablonsuz python sınıfları içerir. bu sayede daha hızlı ve karmaşık olmayan kod yazmanızı sağlar.</Description>
</Source>
</PISI>