diff --git a/pisi-index.xml b/pisi-index.xml
index 239a3d5fb4..f144167198 100644
--- a/pisi-index.xml
+++ b/pisi-index.xml
@@ -264869,6 +264869,8 @@ components such as the Settings and gnome-shell.
pip3
python3-devel
+ python3-wheel
+ python3-flit-core
python3-setuptools
programming/language/python3/python3-typing_extensions/pspec.xml
@@ -264894,6 +264896,50 @@ components such as the Settings and gnome-shell.
+
+
+ python3-build
+ https://github.com/pypa/build
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ MIT
+ app
+ programming.language.python3
+ A simple, correct PEP517 package builder
+ A simple, correct PEP517 package builder
+ A simple, correct PEP517 package builder
+ A simple, correct PEP517 package builder
+ https://github.com/pypa/build/archive/refs/tags/0.8.0.tar.gz
+
+ python3
+ python3-setuptools
+
+ programming/language/python3/python3-build/pspec.xml
+
+
+ python3-build
+
+ python3
+ python3-setuptools
+
+
+ /usr/bin
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ 2022-06-28
+ 0.8.0
+ First release
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+
python3-six
@@ -269863,6 +269909,8 @@ components such as the Settings and gnome-shell.
pip3
python3-devel
+ python3-requests
+ python3-docutils
python3-setuptools
programming/language/python3/python3-flit-core/pspec.xml
@@ -269871,6 +269919,8 @@ components such as the Settings and gnome-shell.
python3-flit-core
python3
+ python3-requests
+ python3-docutils
/usr/bin
@@ -273861,6 +273911,52 @@ components such as the Settings and gnome-shell.
+
+
+ python3-tomli
+ https://pypi.org/project/tomli/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ MIT
+ app
+ programming.language.python3
+ A lil' TOML parser
+ A lil' TOML parser
+ A lil' TOML parser
+ A lil' TOML parser
+ https://github.com/hukkin/tomli/archive/refs/tags/2.0.1.tar.gz
+
+ pip3
+ python3-devel
+ python3-build
+ python3-flit-core
+ python3-setuptools
+
+ programming/language/python3/python3-tomli/pspec.xml
+
+
+ python3-tomli
+
+ python3
+
+
+ /usr/bin
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ 2022-06-25
+ 2.0.1
+ First release
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+
python3-shiboken2
@@ -274834,6 +274930,48 @@ components such as the Settings and gnome-shell.
+
+
+ python3-pep517
+ https://pypi.org/project/pep517/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ MIT
+ library
+ programming.language.python3
+ Wrappers to build Python packages using PEP 517 hooks
+ Wrappers to build Python packages using PEP 517 hooks
+ PEP 517 kancalarını kullanarak Python paketleri oluşturmak için sarmalayıcılar
+ PEP 517 kancalarını kullanarak Python paketleri oluşturmak için sarmalayıcılar
+ https://files.pythonhosted.org/packages/0a/65/6e656d49c679136edfba25f25791f45ffe1ea4ae2ec1c59fe9c35e061cd1/pep517-0.12.0.tar.gz
+
+ python3-devel
+ python3-setuptools
+
+ programming/language/python3/python3-pep517/pspec.xml
+
+
+ python3-pep517
+
+ python3
+
+
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ 2022-06-26
+ 0.12.0
+ First release
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+
python3-pyatspi
diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum
index e66c76f4a0..e91c7fad76 100644
--- a/pisi-index.xml.sha1sum
+++ b/pisi-index.xml.sha1sum
@@ -1 +1 @@
-dd05fd761092c6a7f7f5d2ab4ccf0e44bd36fa7b
\ No newline at end of file
+50565e5f4801ab601dd225c1c4743ef566d26f87
\ No newline at end of file
diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz
index a23ae948cf..fddb2b0b89 100644
Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ
diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum
index 4d7e13a838..f9732aa9b2 100644
--- a/pisi-index.xml.xz.sha1sum
+++ b/pisi-index.xml.xz.sha1sum
@@ -1 +1 @@
-4354f7eb3d552c843a29f942e26fe4ae6d3f3d36
\ No newline at end of file
+9b4d4bbad6ebab196006bf4c723d051a0476fd7b
\ No newline at end of file
diff --git a/programming/language/python3/python3-build/actions.py b/programming/language/python3/python3-build/actions.py
new file mode 100644
index 0000000000..7be166e9ad
--- /dev/null
+++ b/programming/language/python3/python3-build/actions.py
@@ -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 pythonmodules
+from pisi.actionsapi import pisitools
+
+def build():
+ pythonmodules.compile(pyVer="3")
+
+def install():
+ pythonmodules.install(pyVer="3")
+
+ pisitools.dodoc("CHANGELOG*", "LICENSE", "README*")
diff --git a/programming/language/python3/python3-build/pspec.xml b/programming/language/python3/python3-build/pspec.xml
new file mode 100644
index 0000000000..f421cd5408
--- /dev/null
+++ b/programming/language/python3/python3-build/pspec.xml
@@ -0,0 +1,50 @@
+
+
+
+
+ python3-build
+ https://github.com/pypa/build
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ MIT
+ app
+ A simple, correct PEP517 package builder
+ A simple, correct PEP517 package builder
+ https://github.com/pypa/build/archive/refs/tags/0.8.0.tar.gz
+
+ python3
+ python3-setuptools
+
+
+
+
+
+ python3-build
+
+ python3
+ python3-setuptools
+
+
+ /usr/bin
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+
+ 2022-06-28
+ 0.8.0
+ First release
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+
diff --git a/programming/language/python3/python3-build/translations.xml b/programming/language/python3/python3-build/translations.xml
new file mode 100644
index 0000000000..f54c06d13d
--- /dev/null
+++ b/programming/language/python3/python3-build/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ python3-build
+ A simple, correct PEP517 package builder
+ A simple, correct PEP517 package builder
+
+
diff --git a/programming/language/python3/python3-pep517/actions.py b/programming/language/python3/python3-pep517/actions.py
new file mode 100644
index 0000000000..ade836df50
--- /dev/null
+++ b/programming/language/python3/python3-pep517/actions.py
@@ -0,0 +1,18 @@
+#!/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 pythonmodules
+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")
+
+def install():
+ pythonmodules.install(pyVer="3")
+
+ pisitools.dodoc("LICENSE", "README*")
diff --git a/programming/language/python3/python3-pep517/pspec.xml b/programming/language/python3/python3-pep517/pspec.xml
new file mode 100644
index 0000000000..c45493fe7a
--- /dev/null
+++ b/programming/language/python3/python3-pep517/pspec.xml
@@ -0,0 +1,48 @@
+
+
+
+
+ python3-pep517
+ https://pypi.org/project/pep517/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ MIT
+ library
+ Wrappers to build Python packages using PEP 517 hooks
+ PEP 517 kancalarını kullanarak Python paketleri oluşturmak için sarmalayıcılar
+ https://files.pythonhosted.org/packages/0a/65/6e656d49c679136edfba25f25791f45ffe1ea4ae2ec1c59fe9c35e061cd1/pep517-0.12.0.tar.gz
+
+ python3-devel
+ python3-setuptools
+
+
+
+
+
+ python3-pep517
+
+ python3
+
+
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+
+ 2022-06-26
+ 0.12.0
+ First release
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+
diff --git a/programming/language/python3/python3-pep517/translations.xml b/programming/language/python3/python3-pep517/translations.xml
new file mode 100644
index 0000000000..901c7f103f
--- /dev/null
+++ b/programming/language/python3/python3-pep517/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ python3-pep517
+ Wrappers to build Python packages using PEP 517 hooks
+ PEP 517 kancalarını kullanarak Python paketleri oluşturmak için sarmalayıcılar
+
+
diff --git a/programming/language/python3/python3-tomli/actions.py b/programming/language/python3/python3-tomli/actions.py
new file mode 100644
index 0000000000..c86efabba6
--- /dev/null
+++ b/programming/language/python3/python3-tomli/actions.py
@@ -0,0 +1,19 @@
+#!/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 pythonmodules
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import get
+
+
+def build():
+ shelltools.system("python3 -m build -wn")
+
+def install():
+ shelltools.system("PIP_CONFIG_FILE=/dev/null pip3 install --isolated --root=%s --ignore-installed --no-deps dist/*.whl" % get.installDIR())
+
+ pisitools.dodoc("LICENSE", "README*")
diff --git a/programming/language/python3/python3-tomli/pspec.xml b/programming/language/python3/python3-tomli/pspec.xml
new file mode 100644
index 0000000000..5c042779b0
--- /dev/null
+++ b/programming/language/python3/python3-tomli/pspec.xml
@@ -0,0 +1,52 @@
+
+
+
+
+ python3-tomli
+ https://pypi.org/project/tomli/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ MIT
+ app
+ A lil' TOML parser
+ A lil' TOML parser
+ https://github.com/hukkin/tomli/archive/refs/tags/2.0.1.tar.gz
+
+ pip3
+ python3-devel
+ python3-build
+ python3-flit-core
+ python3-setuptools
+
+
+
+
+
+ python3-tomli
+
+ python3
+
+
+ /usr/bin
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+
+ 2022-06-25
+ 2.0.1
+ First release
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+
diff --git a/programming/language/python3/python3-tomli/translations.xml b/programming/language/python3/python3-tomli/translations.xml
new file mode 100644
index 0000000000..d95fe860f3
--- /dev/null
+++ b/programming/language/python3/python3-tomli/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ python3-tomli
+ A lil' TOML parser
+ A lil' TOML parser
+
+