python3-decorator:ver.bump

This commit is contained in:
blue-devil
2020-03-05 12:09:42 +03:00
parent 0ef1b7e9a1
commit d87177ed4a
3 changed files with 15 additions and 10 deletions
@@ -6,11 +6,9 @@
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import shelltools
from pisi.actionsapi import pisitools
def check():
shelltools.system("nosetests3 --with-doctest -e documentation")
def install():
pythonmodules.install(pyVer="3")
pythonmodules.install(pyVer="3")
@@ -3,20 +3,20 @@
<PISI>
<Source>
<Name>python3-decorator</Name>
<Homepage>https://pypi.org/project/decorator/</Homepage>
<Homepage>https://github.com/micheles/decorator</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<PartOf>programming.language.python3</PartOf>
<License>BSD</License>
<IsA>library</IsA>
<Summary>Python3 module to simplify the usage of decorators</Summary>
<Description>python-decorator simplifies the usage of decorators for the average programmer.</Description>
<Archive sha1sum="c25e6611e0d45913b7342c819500259d2e8b8ccf" type="targz">https://files.pythonhosted.org/packages/dc/c3/9d378af09f5737cfd524b844cd2fbb0d2263a35c11d712043daab290144d/decorator-4.4.1.tar.gz</Archive>
<Archive sha1sum="e849ad93b008a4f8922f05db4045b1f1aac4a0f3" type="targz">https://github.com/micheles/decorator/archive/4.4.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-nose</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-nose</Dependency>
</BuildDependencies>
</Source>
@@ -27,12 +27,19 @@
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-decorator</Path>
<Path fileType="library">/usr/lib/python3*</Path>
</Files>
</Package>
<History>
<Update release="8">
<Date>2020-03-04</Date>
<Version>4.4.2</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="7">
<Date>2019-12-27</Date>
<Version>4.4.1</Version>
@@ -83,4 +90,4 @@
<Email>ertugrulerata@gmail.com</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -5,4 +5,4 @@
<Summary xml:lang="tr">Dekoratör kullanımını kolaylaştıran python modulü</Summary>
<Description xml:lang="tr">python3-decorator, ortalama bir Python programcısı için dekoratör kullanımını basitleştirir.</Description>
</Source>
</PISI>
</PISI>