Files
main/programming/language/python3/python3-filelock/pspec.xml
T
2021-10-28 14:26:59 +03:00

52 lines
2.0 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-filelock</Name>
<Homepage>https://github.com/benediktschmitt/py-filelock</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>MIT</License>
<IsA>library</IsA>
<Summary>A platform independent file lock for Python.</Summary>
<Description>python3-filelock contains a single module, which implements a platform independent file lock in Python, which provides a simple way of inter-process communication.</Description>
<Archive sha1sum="da8307e061b96d0da76d9971b59a0536da991266" type="targz">https://github.com/tox-dev/py-filelock/archive/refs/tags/3.3.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-filelock</Name>
<Summary>A platform independent file lock for Python.</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/python3-filelock</Path>
<Path fileType="library">/usr/lib/python3*</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2021-10-28</Date>
<Version>3.3.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2020-03-03</Date>
<Version>3.0.12</Version>
<Comment>First pisi release.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>