diff --git a/system/base/python3-piksemel/actions.py b/system/base/python3-piksemel/actions.py
new file mode 100644
index 00000000..dd1b124a
--- /dev/null
+++ b/system/base/python3-piksemel/actions.py
@@ -0,0 +1,14 @@
+#!/usr/bin/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 install():
+ pythonmodules.install()
+
+ pisitools.dodoc("README")
diff --git a/system/base/python3-piksemel/pspec.xml b/system/base/python3-piksemel/pspec.xml
new file mode 100644
index 00000000..b935e3e8
--- /dev/null
+++ b/system/base/python3-piksemel/pspec.xml
@@ -0,0 +1,46 @@
+
+
+
+
+ piksemel
+ https://pisilinux.org
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ library
+ Python binding for iksemel
+ A simple, fast, small and robust XML parser for Python, based on iksemel.
+
+ https://github.com/erkanisik1/python3-piksemel/archive/refs/tags/2.1.tar.gz
+
+
+ python3-devel
+
+
+ symbol-visibility.patch
+
+
+
+
+ piksemel
+
+ python3
+
+
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+
+ 2025-10-09
+ 2.1
+ First release
+ Erkan İşik
+ erkanisik@pisilinux.org
+
+
+
diff --git a/system/base/python3-piksemel/translations.xml b/system/base/python3-piksemel/translations.xml
new file mode 100644
index 00000000..5f703f6e
--- /dev/null
+++ b/system/base/python3-piksemel/translations.xml
@@ -0,0 +1,9 @@
+
+
+
+ piksemel
+ iksemel için python desteği
+ Python için basit, hızlı, ufak ve sağlam bir XML ayrıştırıcısı, iksemel tabanlıdır.
+ Un analyseur XML simple, rapide, petit et robuste pour Python basé sur iksemel.
+
+