python3-setuptools ver. vump
This commit is contained in:
@@ -5,11 +5,14 @@
|
||||
|
||||
from pisi.actionsapi import pythonmodules
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
|
||||
def build():
|
||||
pythonmodules.compile(pyVer="3")
|
||||
|
||||
def install():
|
||||
pythonmodules.install(pyVer="3")
|
||||
pisitools.dosed("%s/usr/bin/gonullu" % get.installDIR(), "#!python", "#!/usr/bin/env python3")
|
||||
|
||||
pisitools.dodoc("LICENSE", "README*")
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
<Dependency>python3-requests</Dependency>
|
||||
<Dependency>python3-argparse</Dependency>
|
||||
<Dependency>python3-colorama</Dependency>
|
||||
<Dependency>python3-backports-ssl-match-hostname</Dependency>
|
||||
<!-- <Dependency>python3-backports-ssl-match-hostname</Dependency> -->
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
@@ -46,7 +46,7 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="17">
|
||||
<Update release="18">
|
||||
<Date>2025-02-19</Date>
|
||||
<Version>1.2.3</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
#!/usr/bin/env 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 python3modules
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
def build():
|
||||
python3modules.compile()
|
||||
|
||||
def install():
|
||||
python3modules.install()
|
||||
|
||||
# pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "COPYING", "NEWS", "README")
|
||||
@@ -0,0 +1,23 @@
|
||||
From ec6f6641c10be1e9285be5d31c96462f251889d6 Mon Sep 17 00:00:00 2001
|
||||
From: "Jason R. Coombs" <jaraco@jaraco.com>
|
||||
Date: Thu, 4 Apr 2024 17:23:20 -0400
|
||||
Subject: [PATCH] Remove license declaration and rely instead on Trove
|
||||
classifiers and LICENSE being included.
|
||||
|
||||
Closes #32.
|
||||
---
|
||||
setup.py | 1 -
|
||||
1 file changed, 1 deletion(-)
|
||||
|
||||
diff --git a/setup.py b/setup.py
|
||||
index 41f86a1..d154562 100644
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -13,7 +13,6 @@ def getfile(filename):
|
||||
],
|
||||
package_dir={'': 'src'},
|
||||
platforms='any',
|
||||
- license='LGPLv3',
|
||||
author='Nathan West',
|
||||
url='https://github.com/Lucretiel/autocommand',
|
||||
description='A library to create a command-line program from a function',
|
||||
@@ -0,0 +1,101 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-autocommand</Name>
|
||||
<Homepage>https://github.com/Lucretiel/autocommand/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>LGPLv3</License>
|
||||
<IsA>app</IsA>
|
||||
<Summary>A library to create a command-line program from a function</Summary>
|
||||
<Description>A library to create a command-line program from a function</Description>
|
||||
<Archive sha1sum="9f84aac463dbca6ec64350a218b0ae9306ee5608" type="targz">https://github.com/Lucretiel/autocommand/archive/refs/tags/2.2.2.tar.gz</Archive>
|
||||
<!--
|
||||
<BuildDependencies>
|
||||
<Dependency>Dep1-devel</Dependency>
|
||||
<Dependency>Dep2-devel</Dependency>
|
||||
<Dependency>Dep3-devel</Dependency>
|
||||
<Dependency versionFrom="">Dep4-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
-->
|
||||
<Patches>
|
||||
<Patch level="1">ec6f6641.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>python3-autocommand</Name>
|
||||
<!--
|
||||
<RuntimeDependencies>
|
||||
<Dependency>Dep1</Dependency>
|
||||
<Dependency>Dep2</Dependency>
|
||||
<Dependency>Dep3</Dependency>
|
||||
<Dependency versionFrom="">Dep4</Dependency>
|
||||
</RuntimeDependencies>
|
||||
-->
|
||||
<Files>
|
||||
<Path fileType="all">/</Path>
|
||||
<!--
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="config">/etc</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="info">/usr/share/info</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
-->
|
||||
</Files>
|
||||
<!--
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile owner="root" permission="0644" target="/usr/share/applications/python3-autocommand.desktop">python3-autocommand.desktop</AdditionalFile>
|
||||
<AdditionalFile owner="root" permission="0644" target="/usr/share/pixmaps/python3-autocommand.png">python3-autocommand.png</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
-->
|
||||
<!--
|
||||
<Provides>
|
||||
<COMAR script="package.py">System.Package</COMAR>
|
||||
<COMAR script="service.py">System.Service</COMAR>
|
||||
</Provides>
|
||||
-->
|
||||
</Package>
|
||||
<!--
|
||||
<Package>
|
||||
<Name>python3-autocommand-devel</Name>
|
||||
<Summary>Development files for python3-autocommand</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">python3-autocommand</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
-->
|
||||
<!--
|
||||
<Package>
|
||||
<Name>python3-autocommand-docs</Name>
|
||||
<Summary>Development files for python3-autocommand</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">python3-autocommand</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/gtk-doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
-->
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2025-04-13</Date>
|
||||
<Version>2.2.2</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-autocommand</Name>
|
||||
<Summary xml:lang="tr">A library to create a command-line program from a function</Summary>
|
||||
<Description xml:lang="tr">A library to create a command-line program from a function</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -0,0 +1,16 @@
|
||||
#!/usr/bin/env 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 python3modules
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
def build():
|
||||
python3modules.compile()
|
||||
|
||||
def install():
|
||||
python3modules.install()
|
||||
|
||||
# pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "COPYING", "NEWS", "README")
|
||||
@@ -0,0 +1,52 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-backports_tarfile</Name>
|
||||
<Homepage>https://pypi.org/project/backports.tarfile/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>app</IsA>
|
||||
<Summary>Backport of CPython tarfile module (from Python 3.12)</Summary>
|
||||
<Description>Backport of CPython tarfile module (from Python 3.12)</Description>
|
||||
<Archive sha1sum="3558f85d00164fadbd9d4112fddb4a5621782e65" type="targz">https://files.pythonhosted.org/packages/86/72/cd9b395f25e290e633655a100af28cb253e4393396264a98bd5f5951d50f/backports_tarfile-1.2.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-build</Dependency>
|
||||
</BuildDependencies>
|
||||
-->
|
||||
<!--
|
||||
<Patches>
|
||||
<Patch>python3-backports_tarfile.patch</Patch>
|
||||
<Patch level="1">python3-backports_tarfile.patch</Patch>
|
||||
</Patches>
|
||||
-->
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>python3-backports_tarfile</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package>python3-backports-ssl-match-hostname</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2025-04-18</Date>
|
||||
<Version>1.2.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-backports_tarfile</Name>
|
||||
<Summary xml:lang="tr">Backport of CPython tarfile module (from Python 3.12)</Summary>
|
||||
<Description xml:lang="tr">Backport of CPython tarfile module (from Python 3.12)</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -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(pyVer="3")
|
||||
|
||||
def install():
|
||||
pythonmodules.install(pyVer="3")
|
||||
python3modules.install(pyVer="3")
|
||||
|
||||
@@ -13,10 +13,10 @@
|
||||
<IsA>app</IsA>
|
||||
<Summary>Chardet: The Universal Character Encoding Detector</Summary>
|
||||
<Description>Character encoding auto-detection in Python. As smart as your browser. Open source.</Description>
|
||||
<Archive sha1sum="6e35a9deb0bb05a922882e5c2c9d088f01b50cf1" type="targz">https://github.com/chardet/chardet/archive/4.0.0.tar.gz</Archive>
|
||||
<Archive sha1sum="70b53e55505387440dd891aee011f79aaa72bf9d" type="targz">https://github.com/chardet/chardet/archive/5.2.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-build</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -34,6 +34,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2025-04-13</Date>
|
||||
<Version>5.2.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2023-10-16</Date>
|
||||
<Version>4.0.0</Version>
|
||||
|
||||
@@ -3,10 +3,14 @@
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/copyleft/gpl.txt
|
||||
|
||||
from pisi.actionsapi import pythonmodules
|
||||
from pisi.actionsapi import python3modules
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","%s" % get.srcVERSION())
|
||||
|
||||
def build():
|
||||
pythonmodules.compile(pyVer="3")
|
||||
python3modules.compile(pyVer="3")
|
||||
|
||||
def install():
|
||||
pythonmodules.install(pyVer="3")
|
||||
python3modules.install(pyVer="3")
|
||||
|
||||
@@ -13,11 +13,11 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>A Python library for the Docker Engine API.</Summary>
|
||||
<Description>A Python library for the Docker Engine API. It lets you do anything the docker command does, but from within Python apps – run containers, manage containers, manage Swarms, etc.</Description>
|
||||
<Archive sha1sum="c942873312cdbad285a8fa6b7eeb1eab2c614c9d" type="targz">https://github.com/docker/docker-py/archive/5.0.0.tar.gz</Archive>
|
||||
<Archive sha1sum="14d42d27a15e344f280de7193366280fa5becca6" type="targz">https://github.com/docker/docker-py/archive/7.1.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="3.8.0">python3-devel</Dependency>
|
||||
<Dependency>python3-websocket-client</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-build</Dependency>
|
||||
<Dependency>python3-requests</Dependency>
|
||||
<Dependency>python3-six</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -42,6 +42,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2025-04-18</Date>
|
||||
<Version>7.1.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2023-10-17</Date>
|
||||
<Version>5.0.0</Version>
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Update release="2">
|
||||
<Date>2023-10-28</Date>
|
||||
<Version>0.5</Version>
|
||||
<Comment>First release</Comment>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>app</IsA>
|
||||
<Summary>Simplified packaging of Python modules</Summary>
|
||||
<Description>Simplified packaging of Python modules</Description>
|
||||
<Archive sha1sum="37d41c9a9de064ed01109b170481a339868ab344" type="targz">https://github.com/pypa/flit/archive/refs/tags/3.9.0.tar.gz</Archive>
|
||||
<Archive sha1sum="0f0250a0d4ce065a98bacfdb0afa864969f86ba3" type="targz">https://github.com/pypa/flit/archive/refs/tags/3.12.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>pip3</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
@@ -43,6 +43,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2025-04-13</Date>
|
||||
<Version>3.12.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2024-04-04</Date>
|
||||
<Version>3.9.0</Version>
|
||||
|
||||
@@ -6,11 +6,16 @@
|
||||
|
||||
from pisi.actionsapi import python3modules
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
|
||||
def build():
|
||||
python3modules.compile()
|
||||
shelltools.system("python3 -m build -nw")
|
||||
# python3modules.compile()
|
||||
|
||||
def install():
|
||||
python3modules.install()
|
||||
shelltools.system("python3 -m installer --destdir=%s dist/*.whl" % get.installDIR())
|
||||
# python3modules.install()
|
||||
|
||||
# pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "COPYING", "NEWS", "README")
|
||||
|
||||
@@ -40,6 +40,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2025-04-13</Date>
|
||||
<Version>0.4.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2024-10-13</Date>
|
||||
<Version>0.4.0</Version>
|
||||
|
||||
@@ -6,11 +6,16 @@
|
||||
|
||||
from pisi.actionsapi import python3modules
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
|
||||
def build():
|
||||
python3modules.compile()
|
||||
shelltools.system("python3 -m build --wheel --no-isolation backend")
|
||||
# python3modules.compile("backend")
|
||||
|
||||
def install():
|
||||
python3modules.install()
|
||||
shelltools.system("python3 -m installer --destdir=%s backend/dist/*.whl" % get.installDIR())
|
||||
# python3modules.install("backend")
|
||||
|
||||
# pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "COPYING", "NEWS", "README")
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<Summary>A modern project, package, and virtual env manager (backend)</Summary>
|
||||
<Icon>python3-hatchling</Icon>
|
||||
<Description>A modern project, package, and virtual env manager (backend)</Description>
|
||||
<Archive sha1sum="0f0dff23ac5bc793100efab4320c7c83bf585bd4" type="targz">https://files.pythonhosted.org/packages/a3/51/8a4a67a8174ce59cf49e816e38e9502900aea9b4af672d0127df8e10d3b0/hatchling-1.25.0.tar.gz</Archive>
|
||||
<Archive sha1sum="bdbb83847ae42d07ffcfef33202e9ceb2e10848f" type="targz">https://github.com/pypa/hatch/archive/refs/tags/hatchling-v1.27.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-build</Dependency>
|
||||
@@ -21,6 +21,7 @@
|
||||
<Dependency>python3-pathspec</Dependency>
|
||||
<Dependency>python3-trove-classifiers</Dependency>
|
||||
<Dependency>python3-editables</Dependency>
|
||||
<Dependency>python3-packaging</Dependency>
|
||||
</BuildDependencies>
|
||||
<!--
|
||||
<Patches>
|
||||
@@ -38,6 +39,7 @@
|
||||
<Dependency>python3-pathspec</Dependency>
|
||||
<Dependency>python3-trove-classifiers</Dependency>
|
||||
<Dependency>python3-editables</Dependency>
|
||||
<Dependency>python3-packaging</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
@@ -47,6 +49,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2025-04-13</Date>
|
||||
<Version>1.27.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2024-10-13</Date>
|
||||
<Version>1.25.0</Version>
|
||||
|
||||
@@ -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(pyVer="3")
|
||||
|
||||
def install():
|
||||
pythonmodules.install(pyVer="3")
|
||||
python3modules.install(pyVer="3")
|
||||
|
||||
@@ -13,10 +13,10 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Internationalized Domain Names in Applications (IDNA)</Summary>
|
||||
<Description>Support for the Internationalised Domain Names in Applications (IDNA) protocol as specified in RFC 5891. This library also provides support for Unicode Technical Standard 46, Unicode IDNA Compatibility Processing.</Description>
|
||||
<Archive sha1sum="299bc75bcd013ef22d67e6a579e237dad52e3831" type="targz">https://github.com/kjd/idna/archive/v3.2.tar.gz</Archive>
|
||||
<Archive sha1sum="8cc0e466273a1068ddc4a5be5009bf6382763166" type="targz">https://github.com/kjd/idna/archive/v3.10.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-build</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -33,6 +33,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="8">
|
||||
<Date>2025-04-13</Date>
|
||||
<Version>3.10</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2023-10-16</Date>
|
||||
<Version>3.2</Version>
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="9">
|
||||
<Update release="10">
|
||||
<Date>2024-08-19</Date>
|
||||
<Version>7.2.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
#!/usr/bin/env 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 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()
|
||||
|
||||
def install():
|
||||
python3modules.install()
|
||||
|
||||
# pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "COPYING", "NEWS", "README")
|
||||
@@ -0,0 +1,104 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-inflect</Name>
|
||||
<Homepage>https://github.com/jaraco/inflect/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>MIT</License>
|
||||
<IsA>app</IsA>
|
||||
<Summary>Correctly generate plurals, singular nouns, ordinals, indefinite articles</Summary>
|
||||
<Description>Correctly generate plurals, singular nouns, ordinals, indefinite articles</Description>
|
||||
<Archive sha1sum="9f014b256fbf9eda36aba1086592bd22e2812ed7" type="targz">https://github.com/jaraco/inflect/archive/refs/tags/v7.5.0.tar.gz</Archive>
|
||||
<!--
|
||||
<BuildDependencies>
|
||||
<Dependency>Dep1-devel</Dependency>
|
||||
<Dependency>Dep2-devel</Dependency>
|
||||
<Dependency>Dep3-devel</Dependency>
|
||||
<Dependency versionFrom="">Dep4-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
-->
|
||||
<!--
|
||||
<Patches>
|
||||
<Patch>python3-inflect.patch</Patch>
|
||||
<Patch level="1">python3-inflect.patch</Patch>
|
||||
</Patches>
|
||||
-->
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>python3-inflect</Name>
|
||||
<!--
|
||||
<RuntimeDependencies>
|
||||
<Dependency>Dep1</Dependency>
|
||||
<Dependency>Dep2</Dependency>
|
||||
<Dependency>Dep3</Dependency>
|
||||
<Dependency versionFrom="">Dep4</Dependency>
|
||||
</RuntimeDependencies>
|
||||
-->
|
||||
<Files>
|
||||
<Path fileType="all">/</Path>
|
||||
<!--
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="config">/etc</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="info">/usr/share/info</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
-->
|
||||
</Files>
|
||||
<!--
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile owner="root" permission="0644" target="/usr/share/applications/python3-inflect.desktop">python3-inflect.desktop</AdditionalFile>
|
||||
<AdditionalFile owner="root" permission="0644" target="/usr/share/pixmaps/python3-inflect.png">python3-inflect.png</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
-->
|
||||
<!--
|
||||
<Provides>
|
||||
<COMAR script="package.py">System.Package</COMAR>
|
||||
<COMAR script="service.py">System.Service</COMAR>
|
||||
</Provides>
|
||||
-->
|
||||
</Package>
|
||||
<!--
|
||||
<Package>
|
||||
<Name>python3-inflect-devel</Name>
|
||||
<Summary>Development files for python3-inflect</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">python3-inflect</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
-->
|
||||
<!--
|
||||
<Package>
|
||||
<Name>python3-inflect-docs</Name>
|
||||
<Summary>Development files for python3-inflect</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">python3-inflect</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/gtk-doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
-->
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2025-04-13</Date>
|
||||
<Version>7.5.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-inflect</Name>
|
||||
<Summary xml:lang="tr">Correctly generate plurals, singular nouns, ordinals, indefinite articles</Summary>
|
||||
<Description xml:lang="tr">Correctly generate plurals, singular nouns, ordinals, indefinite articles</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -4,13 +4,19 @@
|
||||
# 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
|
||||
from pisi.actionsapi import get
|
||||
|
||||
|
||||
|
||||
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","%s" % get.srcVERSION())
|
||||
|
||||
def build():
|
||||
pythonmodules.compile(pyVer="3")
|
||||
python3modules.compile(pyVer="3")
|
||||
|
||||
def install():
|
||||
pythonmodules.install(pyVer="3")
|
||||
python3modules.install(pyVer="3")
|
||||
|
||||
pisitools.dodoc("LICENSE", "README*")
|
||||
|
||||
@@ -12,11 +12,12 @@
|
||||
<IsA>app</IsA>
|
||||
<Summary>brain-dead simple config-ini parsing</Summary>
|
||||
<Description>brain-dead simple config-ini parsing</Description>
|
||||
<Archive sha1sum="f0d3a75f00752f75876468d04bf0cfbc05643b7e" type="targz">https://files.pythonhosted.org/packages/23/a2/97899f6bd0e873fed3a7e67ae8d3a08b21799430fb4da15cfedf10d6e2c2/iniconfig-1.1.1.tar.gz</Archive>
|
||||
<Archive sha1sum="41495fa9f15123b7c720640732e08a325d87edaa" type="targz">https://github.com/pytest-dev/iniconfig/archive/refs/tags/v2.1.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-setuptools-scm</Dependency>
|
||||
<Dependency>python3-hatchling</Dependency>
|
||||
</BuildDependencies>
|
||||
<!--
|
||||
<Patches>
|
||||
@@ -38,6 +39,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2025-04-18</Date>
|
||||
<Version>2.1.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2023-10-16</Date>
|
||||
<Version>1.1.1</Version>
|
||||
|
||||
@@ -36,7 +36,14 @@
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2025-04-13</Date>
|
||||
<Version>0.7.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2022-11-13</Date>
|
||||
<Version>0.5.1</Version>
|
||||
|
||||
@@ -6,6 +6,10 @@
|
||||
|
||||
from pisi.actionsapi import python3modules
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
|
||||
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","6.0.1")
|
||||
|
||||
def build():
|
||||
python3modules.compile()
|
||||
|
||||
@@ -13,10 +13,11 @@
|
||||
<Summary>Context managers by jaraco</Summary>
|
||||
<Icon>python3-jaraco-context</Icon>
|
||||
<Description>Context managers by jaraco</Description>
|
||||
<Archive sha1sum="751fc229d3b040cb457f8c9ac7a71df0c65d6ad1" type="targz">https://files.pythonhosted.org/packages/df/ad/f3777b81bf0b6e7bc7514a1656d3e637b2e8e15fab2ce3235730b3e7a4e6/jaraco_context-6.0.1.tar.gz</Archive>
|
||||
<Archive sha1sum="f0d1b8600fe9512646eebf2e29d44a6d8e047f78" type="targz">https://github.com/jaraco/jaraco.context/archive/refs/tags/v6.0.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-build</Dependency>
|
||||
<Dependency>python3-portend</Dependency>
|
||||
</BuildDependencies>
|
||||
-->
|
||||
<!--
|
||||
@@ -31,6 +32,7 @@
|
||||
<Name>python3-jaraco-context</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>python3-portend</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
@@ -40,7 +42,7 @@
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2025-01-06</Date>
|
||||
<Date>2025-04-11</Date>
|
||||
<Version>6.0.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2025-01-06</Date>
|
||||
<Date>2025-04-11</Date>
|
||||
<Version>4.1.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
#!/usr/bin/env 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 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()
|
||||
|
||||
def install():
|
||||
python3modules.install()
|
||||
|
||||
# pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "COPYING", "NEWS", "README")
|
||||
@@ -0,0 +1,104 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-jaraco.collections</Name>
|
||||
<Homepage>https://github.com/jaraco/jaraco.collections/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>MIT</License>
|
||||
<IsA>app</IsA>
|
||||
<Summary>Models and classes to supplement the stdlib 'collections' module.</Summary>
|
||||
<Description>Models and classes to supplement the stdlib 'collections' module.</Description>
|
||||
<Archive sha1sum="7580bbd407d8fcb2113afe2bbbddae1a3787cdb0" type="targz">https://github.com/jaraco/jaraco.collections/archive/refs/tags/v5.1.0.tar.gz</Archive>
|
||||
<!--
|
||||
<BuildDependencies>
|
||||
<Dependency>Dep1-devel</Dependency>
|
||||
<Dependency>Dep2-devel</Dependency>
|
||||
<Dependency>Dep3-devel</Dependency>
|
||||
<Dependency versionFrom="">Dep4-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
-->
|
||||
<!--
|
||||
<Patches>
|
||||
<Patch>python3-jaraco.collections.patch</Patch>
|
||||
<Patch level="1">python3-jaraco.collections.patch</Patch>
|
||||
</Patches>
|
||||
-->
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>python3-jaraco.collections</Name>
|
||||
<!--
|
||||
<RuntimeDependencies>
|
||||
<Dependency>Dep1</Dependency>
|
||||
<Dependency>Dep2</Dependency>
|
||||
<Dependency>Dep3</Dependency>
|
||||
<Dependency versionFrom="">Dep4</Dependency>
|
||||
</RuntimeDependencies>
|
||||
-->
|
||||
<Files>
|
||||
<Path fileType="all">/</Path>
|
||||
<!--
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="config">/etc</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="info">/usr/share/info</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
-->
|
||||
</Files>
|
||||
<!--
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile owner="root" permission="0644" target="/usr/share/applications/python3-jaraco.collections.desktop">python3-jaraco.collections.desktop</AdditionalFile>
|
||||
<AdditionalFile owner="root" permission="0644" target="/usr/share/pixmaps/python3-jaraco.collections.png">python3-jaraco.collections.png</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
-->
|
||||
<!--
|
||||
<Provides>
|
||||
<COMAR script="package.py">System.Package</COMAR>
|
||||
<COMAR script="service.py">System.Service</COMAR>
|
||||
</Provides>
|
||||
-->
|
||||
</Package>
|
||||
<!--
|
||||
<Package>
|
||||
<Name>python3-jaraco.collections-devel</Name>
|
||||
<Summary>Development files for python3-jaraco.collections</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">python3-jaraco.collections</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
-->
|
||||
<!--
|
||||
<Package>
|
||||
<Name>python3-jaraco.collections-docs</Name>
|
||||
<Summary>Development files for python3-jaraco.collections</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">python3-jaraco.collections</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/gtk-doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
-->
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2025-04-13</Date>
|
||||
<Version>5.1.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-jaraco.collections</Name>
|
||||
<Summary xml:lang="tr">Models and classes to supplement the stdlib 'collections' module.</Summary>
|
||||
<Description xml:lang="tr">Models and classes to supplement the stdlib 'collections' module.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>More routines for operating on iterables, beyond itertools.</Summary>
|
||||
<Description>Python's itertools library is a gem - you can compose elegant solutions for a variety of problems with the functions it provides. In more-itertools we collect additional building blocks, recipes, and routines for working with Python iterables.</Description>
|
||||
<Archive sha1sum="0038c2d09e5b36ee74aafc06a1fdd6ebf9450c1a" type="targz">https://github.com/more-itertools/more-itertools/archive/refs/tags/v10.5.0.tar.gz</Archive>
|
||||
<Archive sha1sum="d8fbb82798b939e93565258cac0057bc1a668a00" type="targz">https://github.com/more-itertools/more-itertools/archive/refs/tags/v10.6.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-build</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
@@ -33,6 +33,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2025-04-13</Date>
|
||||
<Version>10.6.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2025-01-06</Date>
|
||||
<Version>10.5.0</Version>
|
||||
|
||||
@@ -38,8 +38,8 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2023-10-28</Date>
|
||||
<Update release="2">
|
||||
<Date>2024-04-18</Date>
|
||||
<Version>4.1.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Update release="2">
|
||||
<Date>2023-10-28</Date>
|
||||
<Version>0.11.2</Version>
|
||||
<Comment>First release</Comment>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -6,6 +6,12 @@
|
||||
|
||||
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()
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<Summary>A library to determine platform-specific system directories</Summary>
|
||||
<Icon>python3-platformdirs</Icon>
|
||||
<Description>A library to determine platform-specific system directories</Description>
|
||||
<Archive sha1sum="82e215dc9c45eedf9168584fede36d795714f677" type="targz">https://files.pythonhosted.org/packages/d3/e3/aa14d6b2c379fbb005993514988d956f1b9fdccd9cbe78ec0dbe5fb79bf5/platformdirs-3.11.0.tar.gz</Archive>
|
||||
<Archive sha1sum="b4b54c36dbd28ee42123187aa5212d269a7fd882" type="targz">https://github.com/tox-dev/platformdirs/archive/refs/tags/4.3.6.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-build</Dependency>
|
||||
@@ -42,6 +42,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2025-04-18</Date>
|
||||
<Version>4.3.6</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2023-10-28</Date>
|
||||
<Version>3.11.0</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>A minimalist production ready plugin system</Summary>
|
||||
<Description>pluggy is the crystallized core of plugin management and hook calling for pytest. It enables 500+ plugins to extend and customize pytest’s default behaviour.</Description>
|
||||
<Archive sha1sum="bbdd101db4116eb961832f058385ec9d93c5e995" type="targz">https://github.com/pytest-dev/pluggy/archive/1.3.0.tar.gz</Archive>
|
||||
<Archive sha1sum="8b6c7973f56df0ed87cf635cc485580ad0099caa" type="targz">https://github.com/pytest-dev/pluggy/archive/1.5.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>pip3</Dependency>
|
||||
<Dependency>python3-setuptools-scm</Dependency>
|
||||
@@ -40,6 +40,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2025-04-18</Date>
|
||||
<Version>1.5.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2023-10-28</Date>
|
||||
<Version>1.3.0</Version>
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
#!/usr/bin/env 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 python3modules
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
def build():
|
||||
python3modules.compile()
|
||||
|
||||
def install():
|
||||
python3modules.install()
|
||||
|
||||
# pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "COPYING", "NEWS", "README")
|
||||
@@ -0,0 +1,49 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-portend</Name>
|
||||
<Homepage>https://github.com/jaraco/portend/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>MIT</License>
|
||||
<IsA>app</IsA>
|
||||
<Summary>Use portend to monitor TCP ports for bound or unbound states.</Summary>
|
||||
<Description>Use portend to monitor TCP ports for bound or unbound states.</Description>
|
||||
<Archive sha1sum="a6d8f4ef4ee08ca85dde5e21a23912330c63c5b1" type="targz">https://files.pythonhosted.org/packages/8f/fc/bcfc768996b438d6e4bde7a6c8cfd62089847b0f5381a0e0ec2d8ee6b202/portend-3.2.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-build</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<!--
|
||||
<Patches>
|
||||
<Patch>python3-portend.patch</Patch>
|
||||
<Patch level="1">python3-portend.patch</Patch>
|
||||
</Patches>
|
||||
-->
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>python3-portend</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2025-04-11</Date>
|
||||
<Version>3.2.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-portend</Name>
|
||||
<Summary xml:lang="tr">Use portend to monitor TCP ports for bound or unbound states.</Summary>
|
||||
<Description xml:lang="tr">Use portend to monitor TCP ports for bound or unbound states.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -4,10 +4,10 @@
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/copyleft/gpl.txt
|
||||
|
||||
from pisi.actionsapi import pythonmodules
|
||||
from pisi.actionsapi import python3modules
|
||||
|
||||
def build():
|
||||
pythonmodules.compile(pyVer="3")
|
||||
python3modules.compile(pyVer="3")
|
||||
|
||||
def install():
|
||||
pythonmodules.install(pyVer="3")
|
||||
python3modules.install(pyVer="3")
|
||||
|
||||
@@ -13,9 +13,9 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Python3 parsing module</Summary>
|
||||
<Description>The pyparsing module is an alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions. The pyparsing module provides a library of classes that client code uses to construct the grammar directly in Python code.</Description>
|
||||
<Archive sha1sum="ca8d892c93fe2d54ea5e6f31c5798e40c58e8667" type="targz">https://files.pythonhosted.org/packages/c1/47/dfc9c342c9842bbe0036c7f763d2d6686bcf5eb1808ba3e170afdb282210/pyparsing-2.4.7.tar.gz</Archive>
|
||||
<Archive sha1sum="8d496eb7d1abf8451ef153680aa80818557d5a24" type="targz">https://github.com/pyparsing/pyparsing/archive/refs/tags/3.2.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-build</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
@@ -33,6 +33,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2025-04-18</Date>
|
||||
<Version>3.2.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2023-10-16</Date>
|
||||
<Version>2.4.7</Version>
|
||||
|
||||
@@ -40,6 +40,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2025-04-13</Date>
|
||||
<Version>1.2.0</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2025-01-06</Date>
|
||||
<Version>1.2.0</Version>
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="8">
|
||||
<Update release="9">
|
||||
<Date>2025-01-15</Date>
|
||||
<Version>8.3.4</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
diff --git a/requests/certs.py b/requests/certs.py
|
||||
diff --git a/src/requests/certs.py b/src/requests/certs.py
|
||||
index d1a378d7..4e0bffd4 100644
|
||||
--- a/requests/certs.py
|
||||
+++ b/requests/certs.py
|
||||
--- a/src/requests/certs.py
|
||||
+++ b/src/requests/certs.py
|
||||
@@ -12,7 +12,8 @@ If you are packaging Requests, e.g., for a Linux distribution or a managed
|
||||
environment, you can change the definition of where() to return a separately
|
||||
packaged CA bundle.
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.</Summary>
|
||||
<Description>Python’s standard urllib2 module provides most of the HTTP capabilities you need</Description>
|
||||
<Archive sha1sum="9b366622e4d5f270f6a920a754f6b6ceeb211a47" type="targz">https://github.com/psf/requests/archive/v2.28.1.tar.gz</Archive>
|
||||
<Archive sha1sum="412ecbc13900d9cbba88681eb29d66da9c6cae80" type="targz">https://github.com/psf/requests/archive/v2.32.3.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
@@ -39,6 +39,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="15">
|
||||
<Date>2025-04-13</Date>
|
||||
<Version>2.32.3</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="14">
|
||||
<Date>2023-10-16</Date>
|
||||
<Version>2.28.1</Version>
|
||||
|
||||
@@ -9,8 +9,8 @@ from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
|
||||
WorkDir="setuptools_scm-%s" % get.srcVERSION()
|
||||
#shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","7.1.0")
|
||||
# WorkDir="setuptools_scm-%s" % get.srcVERSION()
|
||||
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","8.2.1")
|
||||
|
||||
def build():
|
||||
python3modules.compile(pyVer="3")
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Python3 setuptools-scm module</Summary>
|
||||
<Description>Tsetuptools_scm handles managing your Python package versions in SCM metadata instead of declaring them as the version argument or in a SCM managed file.</Description>
|
||||
<Archive sha1sum="749fa3bff5be78c80ac6d6d313c38c73d679542c" type="targz">https://files.pythonhosted.org/packages/4f/a4/00a9ac1b555294710d4a68d2ce8dfdf39d72aa4d769a7395d05218d88a42/setuptools_scm-8.1.0.tar.gz</Archive>
|
||||
<Archive sha1sum="179f8f06b5f2124fa32a223ccd95ca8ac9b809d9" type="targz">https://github.com/pypa/setuptools-scm/archive/refs/tags/v8.2.1.tar.gz</Archive>
|
||||
<!-- <Archive sha1sum="53842a1645645adf32ec9b4e4f3ca527b25675d6" type="targz">https://github.com/pypa/setuptools_scm/archive/refs/tags/v8.1.0.tar.gz</Archive> -->
|
||||
<BuildDependencies>
|
||||
<Dependency>pip3</Dependency>
|
||||
@@ -45,6 +45,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="15">
|
||||
<Date>2025-04-12</Date>
|
||||
<Version>8.2.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="14">
|
||||
<Date>2025-01-06</Date>
|
||||
<Version>8.1.0</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Python 2 and 3 compatibility utilities.</Summary>
|
||||
<Description>python-six provides simple utilities for wrapping over differences between Python 2 and Python 3.</Description>
|
||||
<Archive sha1sum="06fa0bb50f2a4e2917fd14c21e9d2d5508ce0163" type="targz">https://pypi.org/packages/source/s/six/six-1.16.0.tar.gz</Archive>
|
||||
<Archive sha1sum="8c9bedf28312097645a0e272fec84ac9b1fee76b" type="targz">https://pypi.org/packages/source/s/six/six-1.17.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
@@ -33,6 +33,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="13">
|
||||
<Date>2025-04-18</Date>
|
||||
<Version>1.17.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="12">
|
||||
<Date>2023-10-16</Date>
|
||||
<Version>1.16.0</Version>
|
||||
|
||||
@@ -45,6 +45,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2025-04-13</Date>
|
||||
<Version>2.0.1</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2023-10-16</Date>
|
||||
<Version>2.0.1</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<Summary>Canonical source for classifiers on PyPI (pypi.org)</Summary>
|
||||
<Icon>python3-trove-classifiers</Icon>
|
||||
<Description>Canonical source for classifiers on PyPI (pypi.org)</Description>
|
||||
<Archive sha1sum="70e4dbf86b699126e13db18a549d152044cd340e" type="targz">https://files.pythonhosted.org/packages/5b/fa/49b6a09e4f389d4d9406d2947a685de1462ffb676ea6e61c50905e27b0f4/trove-classifiers-2023.10.18.tar.gz</Archive>
|
||||
<Archive sha1sum="76c6f5d50bc7c471c53935e129a06296057ef3b4" type="targz">https://github.com/pypa/trove-classifiers/archive/refs/tags/2025.4.11.15.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-build</Dependency>
|
||||
@@ -40,6 +40,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2025-04-18</Date>
|
||||
<Version>2025.4.11.15</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2023-10-28</Date>
|
||||
<Version>2023.10.18</Version>
|
||||
|
||||
@@ -41,8 +41,8 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2023-10-17</Date>
|
||||
<Update release="3">
|
||||
<Date>2024-04-17</Date>
|
||||
<Version>4.3.0</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
|
||||
@@ -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(pyVer="3")
|
||||
|
||||
def install():
|
||||
pythonmodules.install(pyVer="3")
|
||||
python3modules.install(pyVer="3")
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="9">
|
||||
<Update release="10">
|
||||
<Date>2023-10-16</Date>
|
||||
<Version>1.26.13</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>The official binary distribution format for Python.</Summary>
|
||||
<Description>This library is the reference implementation of the Python wheel packaging standard, as defined in PEP 427.</Description>
|
||||
<Archive sha1sum="d3ce15a220163c714877e3eb4248bcd8f3e2da3c" type="targz">https://github.com/pypa/wheel/archive/refs/tags/0.44.0.tar.gz</Archive>
|
||||
<Archive sha1sum="0581da65adf99dc44534375195f5aa3953f3e79d" type="targz">https://github.com/pypa/wheel/archive/refs/tags/0.45.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>pip3</Dependency>
|
||||
<Dependency>python3-build</Dependency>
|
||||
@@ -39,6 +39,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2025-04-13</Date>
|
||||
<Version>0.45.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2024-08-14</Date>
|
||||
<Version>0.44.0</Version>
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Update release="8">
|
||||
<Date>2025-01-06</Date>
|
||||
<Version>3.21.0</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
|
||||
Reference in New Issue
Block a user