python3-decorator:ver.bump
This commit is contained in:
@@ -6,11 +6,9 @@
|
|||||||
|
|
||||||
from pisi.actionsapi import pythonmodules
|
from pisi.actionsapi import pythonmodules
|
||||||
from pisi.actionsapi import shelltools
|
from pisi.actionsapi import shelltools
|
||||||
from pisi.actionsapi import pisitools
|
|
||||||
|
|
||||||
def check():
|
def check():
|
||||||
shelltools.system("nosetests3 --with-doctest -e documentation")
|
shelltools.system("nosetests3 --with-doctest -e documentation")
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
pythonmodules.install(pyVer="3")
|
pythonmodules.install(pyVer="3")
|
||||||
|
|
||||||
@@ -3,20 +3,20 @@
|
|||||||
<PISI>
|
<PISI>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>python3-decorator</Name>
|
<Name>python3-decorator</Name>
|
||||||
<Homepage>https://pypi.org/project/decorator/</Homepage>
|
<Homepage>https://github.com/micheles/decorator</Homepage>
|
||||||
<Packager>
|
<Packager>
|
||||||
<Name>PisiLinux Community</Name>
|
<Name>PisiLinux Community</Name>
|
||||||
<Email>admins@pisilinux.org</Email>
|
<Email>admins@pisilinux.org</Email>
|
||||||
</Packager>
|
</Packager>
|
||||||
<License>BSD</License>
|
|
||||||
<PartOf>programming.language.python3</PartOf>
|
<PartOf>programming.language.python3</PartOf>
|
||||||
|
<License>BSD</License>
|
||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>Python3 module to simplify the usage of decorators</Summary>
|
<Summary>Python3 module to simplify the usage of decorators</Summary>
|
||||||
<Description>python-decorator simplifies the usage of decorators for the average programmer.</Description>
|
<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>
|
<BuildDependencies>
|
||||||
<Dependency>python3-nose</Dependency>
|
|
||||||
<Dependency>python3-setuptools</Dependency>
|
<Dependency>python3-setuptools</Dependency>
|
||||||
|
<Dependency>python3-nose</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
@@ -27,12 +27,19 @@
|
|||||||
<Dependency>python3</Dependency>
|
<Dependency>python3</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="library">/usr/lib/python3*</Path>
|
|
||||||
<Path fileType="doc">/usr/share/doc/python3-decorator</Path>
|
<Path fileType="doc">/usr/share/doc/python3-decorator</Path>
|
||||||
|
<Path fileType="library">/usr/lib/python3*</Path>
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<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">
|
<Update release="7">
|
||||||
<Date>2019-12-27</Date>
|
<Date>2019-12-27</Date>
|
||||||
<Version>4.4.1</Version>
|
<Version>4.4.1</Version>
|
||||||
@@ -83,4 +90,4 @@
|
|||||||
<Email>ertugrulerata@gmail.com</Email>
|
<Email>ertugrulerata@gmail.com</Email>
|
||||||
</Update>
|
</Update>
|
||||||
</History>
|
</History>
|
||||||
</PISI>
|
</PISI>
|
||||||
@@ -5,4 +5,4 @@
|
|||||||
<Summary xml:lang="tr">Dekoratör kullanımını kolaylaştıran python modulü</Summary>
|
<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>
|
<Description xml:lang="tr">python3-decorator, ortalama bir Python programcısı için dekoratör kullanımını basitleştirir.</Description>
|
||||||
</Source>
|
</Source>
|
||||||
</PISI>
|
</PISI>
|
||||||
Reference in New Issue
Block a user