101 lines
3.7 KiB
XML
101 lines
3.7 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>python3-decorator</Name>
|
|
<Homepage>https://github.com/micheles/decorator</Homepage>
|
|
<Packager>
|
|
<Name>PisiLinux Community</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Packager>
|
|
<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="6ff5e697b8939f1082a938d1138f39df327ef734" type="targz">https://github.com/micheles/decorator/archive/5.0.9.tar.gz</Archive>
|
|
<BuildDependencies>
|
|
<Dependency>python3-setuptools</Dependency>
|
|
<Dependency>python3-nose</Dependency>
|
|
</BuildDependencies>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>python3-decorator</Name>
|
|
<Summary>Python3 module to simplify the usage of decorators</Summary>
|
|
<RuntimeDependencies>
|
|
<Dependency>python3</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="doc">/usr/share/doc/python3-decorator</Path>
|
|
<Path fileType="library">/usr/lib/python3*</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<History>
|
|
<Update release="9">
|
|
<Date>2021-10-22</Date>
|
|
<Version>5.0.9</Version>
|
|
<Comment>Version bump.</Comment>
|
|
<Name>Mustafa Cinasal</Name>
|
|
<Email>muscnsl@gmail.com</Email>
|
|
</Update>
|
|
<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>
|
|
<Comment>Version bump.</Comment>
|
|
<Name>Blue Devil</Name>
|
|
<Email>bluedevil@sctzine.com</Email>
|
|
</Update>
|
|
<Update release="6">
|
|
<Date>2018-08-30</Date>
|
|
<Version>4.3.0</Version>
|
|
<Comment>Version Bump.</Comment>
|
|
<Name>Pisi Linux Community</Name>
|
|
<Email>admin@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="5">
|
|
<Date>2018-01-31</Date>
|
|
<Version>4.2.1</Version>
|
|
<Comment>Rebuild.</Comment>
|
|
<Name>Pisi Linux Community</Name>
|
|
<Email>admin@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="4">
|
|
<Date>2017-03-05</Date>
|
|
<Version>4.0.11</Version>
|
|
<Comment>Rebuild.</Comment>
|
|
<Name>Pisi Linux Community</Name>
|
|
<Email>admin@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="3">
|
|
<Date>2017-01-25</Date>
|
|
<Version>4.0.11</Version>
|
|
<Comment>Version Bump</Comment>
|
|
<Name>Pisi Linux Community</Name>
|
|
<Email>admin@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="2">
|
|
<Date>2016-06-09</Date>
|
|
<Version>4.0.2</Version>
|
|
<Comment>Release Bump</Comment>
|
|
<Name>Pisi Linux Community</Name>
|
|
<Email>admin@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="1">
|
|
<Date>2015-08-04</Date>
|
|
<Version>4.0.2</Version>
|
|
<Comment>First release</Comment>
|
|
<Name>Ertuğrul Erata</Name>
|
|
<Email>ertugrulerata@gmail.com</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|