python3-filelock:first pisi rel

This commit is contained in:
blue-devil
2020-03-04 00:42:50 +03:00
parent d50fede970
commit 2f287bebca
3 changed files with 65 additions and 0 deletions
@@ -0,0 +1,13 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pythonmodules
def build():
pythonmodules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
@@ -0,0 +1,44 @@
<?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="369555a0c300441bb8093d6f3691f29f27d616d4" type="targz">https://github.com/benediktschmitt/py-filelock/archive/v3.0.12.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="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>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python3-filelock</Name>
<Summary xml:lang="tr">Python için platform bağımsız dosya kilidi.</Summary>
<Description xml:lang="tr">python3-filelock, python için platform bağımsız dosya kilidi olan tek bir modül içerir.</Description>
</Source>
</PISI>