diff --git a/programming/language/python3/python3-Pygments/actions.py b/programming/language/python3/python3-Pygments/actions.py index f7182d4206..0be9e61fa2 100644 --- a/programming/language/python3/python3-Pygments/actions.py +++ b/programming/language/python3/python3-Pygments/actions.py @@ -4,15 +4,12 @@ # Licensed under the GNU General Public License, version 3. # See the file http://www.gnu.org/licenses/gpl.txt -from pisi.actionsapi import pisitools from pisi.actionsapi import pythonmodules from pisi.actionsapi import shelltools +from pisi.actionsapi import pisitools from pisi.actionsapi import get -WorkDir="%s-%s" % (get.srcNAME().split("-")[1], get.srcVERSION()) - def build(): - shelltools.system('sed -i "s:pygmentize:&3:g" setup.py') pythonmodules.compile(pyVer="3") def install(): @@ -20,5 +17,5 @@ def install(): #pisitools.dohtml("docs/build/*") #pisitools.insinto("/usr/share/doc/%s/src/" % get.srcNAME(),"docs/src/*") - pisitools.insinto("/usr/share/man", "doc/pygmentize.1", "pygmentize3.1") + pisitools.insinto("/usr/share/man/man1", "doc/pygmentize.1", "pygmentize.1") diff --git a/programming/language/python3/python3-Pygments/pspec.xml b/programming/language/python3/python3-Pygments/pspec.xml index 77aa492b1a..cc574ff551 100644 --- a/programming/language/python3/python3-Pygments/pspec.xml +++ b/programming/language/python3/python3-Pygments/pspec.xml @@ -1,5 +1,5 @@ - + python3-Pygments @@ -9,10 +9,11 @@ admins@pisilinux.org BSD + programming.language.python3 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://pypi.python.org/packages/71/2a/2e4e77803a8bd6408a2903340ac498cb0a2181811af7c9ec92cb70b0308a/Pygments-2.2.0.tar.gz + https://files.pythonhosted.org/packages/cb/9f/27d4844ac5bf158a33900dbad7985951e2910397998e85712da03ce125f0/Pygments-2.5.2.tar.gz python3-devel python3-setuptools @@ -21,6 +22,7 @@ python3-Pygments + A syntax highlighting package written in Python python3-setuptools @@ -40,6 +42,13 @@ + + 2019-12-29 + 2.5.2 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2019-01-27 2.2.0 diff --git a/programming/language/python3/python3-Pygments/translations.xml b/programming/language/python3/python3-Pygments/translations.xml index 761e7fa1b6..9521489867 100644 --- a/programming/language/python3/python3-Pygments/translations.xml +++ b/programming/language/python3/python3-Pygments/translations.xml @@ -9,5 +9,6 @@ python-Pygments-docs python3-Pygments için belgelendirme dosyaları + python3-Pygments-docs, python3-Pygments için belgelendirme dosyaları içerir.