pyton3-pypi*
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import pythonmodules
|
||||
from pisi.actionsapi import python3modules
|
||||
|
||||
def build():
|
||||
pythonmodules.compile(pyVer="3")
|
||||
python3modules.compile()
|
||||
|
||||
def install():
|
||||
pythonmodules.install(pyVer="3")
|
||||
python3modules.install()
|
||||
|
||||
@@ -13,10 +13,12 @@
|
||||
<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="2ee8b1617765ca5985464726e5ab5c857ae5964b" type="targz">https://github.com/tox-dev/py-filelock/archive/refs/tags/3.3.1.tar.gz</Archive>
|
||||
<Archive sha1sum="2976643248868710d1188b30124169d2fa428000" type="targz">https://files.pythonhosted.org/packages/db/97/3f028f216da17ab0500550a6bb0f26bf39b07848348f63cce44b89829af9/filelock-3.13.3.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-build</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-hatch-vcs</Dependency>
|
||||
<Dependency>python3-hatchling</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -25,6 +27,8 @@
|
||||
<Summary>A platform independent file lock for Python.</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>python3-hatch-vcs</Dependency>
|
||||
<Dependency>python3-hatchling</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc/python3-filelock</Path>
|
||||
@@ -33,6 +37,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2024-10-13</Date>
|
||||
<Version>3.13.3</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2023-10-17</Date>
|
||||
<Version>3.3.1</Version>
|
||||
|
||||
Reference in New Issue
Block a user