@@ -10,16 +10,16 @@ from pisi.actionsapi import pythonmodules
|
||||
|
||||
WorkDir="setuptools-%s" % get.srcVERSION()
|
||||
|
||||
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","78.1.1")
|
||||
# shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","80.9.0")
|
||||
|
||||
#def setup():
|
||||
#shelltools.makedirs("%s/setuptools-54.2.0/build/scripts-3.8" % get.workDIR())
|
||||
|
||||
|
||||
def build():
|
||||
pythonmodules.compile(pyVer="3 -B")
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
def install():
|
||||
pythonmodules.install(pyVer="3 -B")
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<Summary>Python setuptools</Summary>
|
||||
<Description>python3-setuptools is a collection of enhancements to the Python distutils that allow you to more easily build and distribute Python packages, especially ones that have dependencies on other packages.</Description>
|
||||
<!-- <Archive sha1sum="6a2d255c2cb3421a3192dd7fa46f9f62bce76924" type="targz">https://github.com/pypa/setuptools/archive/refs/tags/v75.6.0.tar.gz</Archive> -->
|
||||
<Archive sha1sum="d16843abeb600c96f1398385e512fdd7fa165045" type="targz">https://github.com/pypa/setuptools/archive/refs/tags/v78.1.1.tar.gz</Archive>
|
||||
<Archive sha1sum="0e6bf12be4162ccf5b5a05784b904b1a59504648" type="targz">https://github.com/pypa/setuptools/archive/refs/tags/v80.9.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="3.11.11">python3-devel</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
@@ -27,8 +27,8 @@
|
||||
<!--<Dependency>python3-packaging</Dependency>-->
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">fedora/Adjust-the-setup.py-install-deprecation-message.patch</Patch>
|
||||
<Patch level="1">fedora/Revert-Always-rewrite-a-Python-shebang-to-python.patch</Patch>
|
||||
<!-- <Patch level="1">fedora/Adjust-the-setup.py-install-deprecation-message.patch</Patch> -->
|
||||
<!-- <Patch level="1">fedora/Revert-Always-rewrite-a-Python-shebang-to-python.patch</Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
@@ -54,6 +54,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="45">
|
||||
<Date>2025-10-15</Date>
|
||||
<Version>80.9.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="44">
|
||||
<Date>2025-09-13</Date>
|
||||
<Version>78.1.1</Version>
|
||||
|
||||
@@ -14,7 +14,9 @@ WorkDir = "Python-%s" % get.srcVERSION()
|
||||
|
||||
PythonVersion = "2.7"
|
||||
|
||||
|
||||
def setup():
|
||||
# shelltools.system("sed -i 's/#include <linux\/soundcard.h>/#include <sys\/soundcard.h>/' Modules/linuxaudiodev.c")
|
||||
# shelltools.system("export PYTHON_DISABLE_SSL='1'")
|
||||
#shelltools.system("echo -e '\033[0;36mBuilding Bzip2\033[0m' ")
|
||||
#shelltools.makedirs("%s/temp/lib" %get.workDIR())
|
||||
@@ -32,7 +34,7 @@ def setup():
|
||||
|
||||
#os.system("echo -e '\033[0;36mBuilding Python\033[0m' ")
|
||||
|
||||
pisitools.cflags.add("-fwrapv")
|
||||
pisitools.cflags.add("-fwrapv -std=c17")
|
||||
|
||||
# no rpath
|
||||
pisitools.dosed("configure.ac", "-rpath \$\(LIBDIR\) ")
|
||||
|
||||
@@ -143,6 +143,13 @@
|
||||
</Package>-->
|
||||
|
||||
<History>
|
||||
<Update release="52">
|
||||
<Date>2025-10-15</Date>
|
||||
<Version>2.7.18</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="51">
|
||||
<Date>2025-08-08</Date>
|
||||
<Version>2.7.18</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<License>custom</License>
|
||||
<Summary>Next generation of the python high-level scripting language</Summary>
|
||||
<Description>Python is an accessible, high-level, dynamically typed, interpreted programming language, designed with an emphasis on code readability. It includes an extensive standard library, and has a vast ecosystem of third-party libraries.</Description>
|
||||
<Archive sha1sum="fec9a494efd3520f7efe6f822111f22249549d0a" type="tarxz">https://www.python.org/ftp/python/3.11.13/Python-3.11.13.tar.xz</Archive>
|
||||
<Archive sha1sum="dd6254e3a92978cb506e6303d1bb0db4dfff5b7f" type="tarxz">https://www.python.org/ftp/python/3.11.14/Python-3.11.14.tar.xz</Archive>
|
||||
<!-- <Archive sha1sum="bf7badf7e248e0ecf465d33c2f5aeec774209227" type="targz" target="Python-3.8.5">https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz</Archive> -->
|
||||
<BuildDependencies>
|
||||
<Dependency>bzip2</Dependency>
|
||||
@@ -132,6 +132,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="65">
|
||||
<Date>2025-10-16</Date>
|
||||
<Version>3.11.14</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="64">
|
||||
<Date>2025-08-08</Date>
|
||||
<Version>3.11.13</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Library for reading and writing streaming archives</Summary>
|
||||
<Description>libarchive includes a library and command-line tools for reading and writing tar, cpio, zip, ISO, and other archive formats.</Description>
|
||||
<Archive sha1sum="ecbf1aea6cf64be38645142c18e47f73f8d8cbb8" type="tarxz">https://github.com/libarchive/libarchive/releases/download/v3.7.7/libarchive-3.7.7.tar.xz</Archive>
|
||||
<Archive sha1sum="5a63c1581cbaa2f0bceea854f35f2e0d95403e21" type="tarxz">https://github.com/libarchive/libarchive/releases/download/v3.8.2/libarchive-3.8.2.tar.xz</Archive>
|
||||
<AdditionalFiles>
|
||||
<!-- <AdditionalFile target="1723.patch">1723.patch</AdditionalFile> -->
|
||||
</AdditionalFiles>
|
||||
@@ -72,6 +72,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="23">
|
||||
<Date>2025-10-16</Date>
|
||||
<Version>3.8.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="22">
|
||||
<Date>2024-11-17</Date>
|
||||
<Version>3.7.7</Version>
|
||||
|
||||
Reference in New Issue
Block a user