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
@@ -4,15 +4,15 @@
# 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
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
def build():
#shelltools.system("""sed -i "s/ '--ignore-installed',//" pep517/envbuild.py""")
pythonmodules.compile(pyVer="3")
python3modules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
python3modules.install(pyVer="3")
pisitools.dodoc("LICENSE", "README*")
@@ -12,10 +12,10 @@
<IsA>library</IsA>
<Summary>Wrappers to build Python packages using PEP 517 hooks</Summary>
<Description>PEP 517 kancalarını kullanarak Python paketleri oluşturmak için sarmalayıcılar</Description>
<Archive sha1sum="1848668c715049e9bebbd55274908aef5a8e07c1" type="targz">https://files.pythonhosted.org/packages/0a/65/6e656d49c679136edfba25f25791f45ffe1ea4ae2ec1c59fe9c35e061cd1/pep517-0.12.0.tar.gz</Archive>
<Archive sha1sum="a081735fbf378039138d322b3917b01b00f20d18" type="targz">https://files.pythonhosted.org/packages/44/d7/8f5d2be1a5fed3b0b5ccd3e800153c0f4dd84c2a688d25bce0bb0cb1f87f/pep517-0.13.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-build</Dependency>
</BuildDependencies>
<!--
<Patches>
@@ -37,6 +37,13 @@
</Package>
<History>
<Update release="3">
<Date>2025-04-13</Date>
<Version>0.13.1</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2023-10-16</Date>
<Version>0.12.0</Version>