diff --git a/programming/language/python3/python3-Pygments/actions.py b/programming/language/python3/python3-Pygments/actions.py
index 0be9e61fa2..b212ba26dc 100644
--- a/programming/language/python3/python3-Pygments/actions.py
+++ b/programming/language/python3/python3-Pygments/actions.py
@@ -4,16 +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 shelltools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
+
+WorkDir="pygments-%s" % get.srcVERSION()
+
def build():
- pythonmodules.compile(pyVer="3")
+ python3modules.compile()
def install():
- pythonmodules.install(pyVer="3")
+ python3modules.install()
#pisitools.dohtml("docs/build/*")
#pisitools.insinto("/usr/share/doc/%s/src/" % get.srcNAME(),"docs/src/*")
diff --git a/programming/language/python3/python3-Pygments/pspec.xml b/programming/language/python3/python3-Pygments/pspec.xml
index 600783f002..44adb8ee9f 100644
--- a/programming/language/python3/python3-Pygments/pspec.xml
+++ b/programming/language/python3/python3-Pygments/pspec.xml
@@ -13,9 +13,9 @@
library
A syntax highlighting package written in Python
python-Pygments is a generic syntax highlighter for general use in all kinds of software such as forum systems, wikis or other applications that need to prettify source code.
- https://github.com/pygments/pygments/archive/2.9.0.tar.gz
+ https://github.com/pygments/pygments/archive/2.16.1.tar.gz
- python3-setuptools
+ python3-build
python3-devel
@@ -42,6 +42,13 @@
+
+ 2023-10-17
+ 2.16.1
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2023-10-17
2.9.0