part 2 --yali deps--

This commit is contained in:
Ertuğrul Erata
2015-08-04 13:47:51 +03:00
parent 8e328a7158
commit b7f3e05d5f
26 changed files with 846 additions and 0 deletions
@@ -0,0 +1,16 @@
#!/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
from pisi.actionsapi import shelltools
from pisi.actionsapi import pisitools
def check():
shelltools.system("nosetests --with-doctest -e documentation")
def install():
pythonmodules.install()
@@ -0,0 +1,60 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python-decorator</Name>
<Homepage>http://www.phyast.pitt.edu/~micheles/python/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<IsA>library</IsA>
<Summary>Python module to simplify the usage of decorators</Summary>
<Description>python-decorator simplifies the usage of decorators for the average programmer.</Description>
<Archive sha1sum="9ca491f88a5b5456d0f0eb8d26cf6ebd780e2934" type="targz">http://pypi.python.org/packages/source/d/decorator/decorator-4.0.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>python-nose</Dependency>
<Dependency>python-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python-decorator</Name>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2015-08-04</Date>
<Version>4.0.2</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="3">
<Date>2015-06-21</Date>
<Version>3.4.2</Version>
<Comment>Version bump.</Comment>
<Name>Hakan Yıldız</Name>
<Email>hknyldz93@gmail.com</Email>
</Update>
<Update release="2">
<Date>2013-11-06</Date>
<Version>3.4.0</Version>
<Comment>Rebuild</Comment>
<Name>Erdinç Gültekin</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-11-11</Date>
<Version>3.4.0</Version>
<Comment>First release</Comment>
<Name>Erdinç Gültekin</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python-decorator</Name>
<Summary xml:lang="tr">Dekoratör kullanımını kolaylaştıran python modulü</Summary>
<Description xml:lang="tr">python-decorator, ortalama bir Python programcısı için dekoratör kullanımını basitleştirir.</Description>
</Source>
</PISI>