python3-setuptools ver. vump

This commit is contained in:
Rmys
2025-04-18 22:38:16 +03:00
parent 5926116349
commit bc53124e82
63 changed files with 822 additions and 71 deletions
@@ -6,11 +6,19 @@
from pisi.actionsapi import python3modules
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","%s" % get.srcVERSION())
def build():
python3modules.compile()
shelltools.system("python3 -m build --wheel --no-isolation")
# python3modules.compile()
def install():
python3modules.install()
shelltools.system("python3 -m installer --destdir=%s dist/*.whl" % get.installDIR())
# python3modules.install()
pisitools.insinto("/usr/lib/python3.11/site-packages/jaraco/text", "jaraco/text/Lorem ipsum.txt")
# pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "COPYING", "NEWS", "README")
@@ -13,7 +13,7 @@
<Summary>Module for text manipulation</Summary>
<Icon>python3-jaraco-text</Icon>
<Description>Module for text manipulation</Description>
<Archive sha1sum="017a06bd3f0b239e05389b3fbcc25d3540752156" type="targz">https://files.pythonhosted.org/packages/4f/00/1b4dbbc5c6dcb87a4278cc229b2b560484bf231bba7922686c5139e5f934/jaraco_text-4.0.0.tar.gz</Archive>
<Archive sha1sum="b001e01a85c317a4251f690ccf57dc15314dc3c0" type="targz">https://github.com/jaraco/jaraco.text/archive/refs/tags/v4.0.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-build</Dependency>
@@ -35,6 +35,8 @@
<Dependency>python3</Dependency>
<Dependency>python3-jaraco-functools</Dependency>
<Dependency>python3-jaraco-context</Dependency>
<Dependency>python3-more-itertools</Dependency>
<Dependency>python3-autocommand</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
@@ -44,7 +46,7 @@
<History>
<Update release="2">
<Date>2025-01-06</Date>
<Date>2025-04-11</Date>
<Version>4.0.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>