Files
main/programming/language/python/python-decorator/pspec.xml
T
2015-08-04 13:47:51 +03:00

61 lines
2.2 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?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>