decorator : ver.bump
This commit is contained in:
@@ -6,11 +6,9 @@
|
||||
|
||||
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()
|
||||
|
||||
pythonmodules.install()
|
||||
@@ -8,27 +8,35 @@
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>BSD</License>
|
||||
<PartOf>programming.language.python</PartOf>
|
||||
<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="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>python-nose</Dependency>
|
||||
<Dependency>python-setuptools</Dependency>
|
||||
<Dependency>python-nose</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>python-decorator</Name>
|
||||
<Summary>Python module to simplify the usage of decorators</Summary>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="doc">/usr/share/doc/python-decorator</Path>
|
||||
<Path fileType="library">/usr/lib/python2*</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>
|
||||
@@ -79,4 +87,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">python-decorator, ortalama bir Python programcısı için dekoratör kullanımını basitleştirir.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user