From 4f64fa6f8edba7b93315e237ccb7053ef5f9b051 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erkan=20I=C5=9EIK?= Date: Fri, 10 Oct 2025 00:09:34 +0300 Subject: [PATCH 1/2] delete patch --- system/base/python3-piksemel/actions.py | 14 ++++++ system/base/python3-piksemel/pspec.xml | 46 +++++++++++++++++++ system/base/python3-piksemel/translations.xml | 9 ++++ 3 files changed, 69 insertions(+) create mode 100644 system/base/python3-piksemel/actions.py create mode 100644 system/base/python3-piksemel/pspec.xml create mode 100644 system/base/python3-piksemel/translations.xml 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. + + From 06d452d00a2be3cb09f43abcb0835e70ac02cc95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erkan=20I=C5=9EIK?= Date: Thu, 22 Jan 2026 14:17:24 +0300 Subject: [PATCH 2/2] python3 piksemel --- system/base/python3-piksemel/actions.py | 4 +--- system/base/python3-piksemel/pspec.xml | 23 ++++++++++++----------- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/system/base/python3-piksemel/actions.py b/system/base/python3-piksemel/actions.py index dd1b124a..47c3fae4 100644 --- a/system/base/python3-piksemel/actions.py +++ b/system/base/python3-piksemel/actions.py @@ -9,6 +9,4 @@ from pisi.actionsapi import pythonmodules from pisi.actionsapi import pisitools def install(): - pythonmodules.install() - - pisitools.dodoc("README") + pythonmodules.install(pyVer="3") \ No newline at end of file diff --git a/system/base/python3-piksemel/pspec.xml b/system/base/python3-piksemel/pspec.xml index b935e3e8..9b16295a 100644 --- a/system/base/python3-piksemel/pspec.xml +++ b/system/base/python3-piksemel/pspec.xml @@ -2,7 +2,7 @@ - piksemel + python3-piksemel https://pisilinux.org PisiLinux Community @@ -10,26 +10,27 @@ 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 binding for iksemel + iksemel için python3 bağlama + A simple, fast, small and robust XML parser for Python3, based on iksemel. + Python3 için, iksemel tabanlı basit, hızlı, küçük ve sağlam bir XML ayrıştırıcısı. + + https://github.com/erkanisik1/python3-piksemel/archive/refs/tags/v2.1.tar.gz python3-devel + python3-setuptools - - symbol-visibility.patch - + - piksemel + python3-piksemel - python3 + python3 - /usr/lib + /usr/lib/python3.11/site-packages /usr/share/doc