diff --git a/programming/language/python/python-Jinja2/pspec.xml b/programming/language/python/python-Jinja2/pspec.xml index 23b40ed5..832f70e0 100755 --- a/programming/language/python/python-Jinja2/pspec.xml +++ b/programming/language/python/python-Jinja2/pspec.xml @@ -12,7 +12,7 @@ app:console A small but fast and easy to use stand-alone template engine written in pure python Jinja2 is the rewritten version of Jinja, sandboxed template engine written in pure Python. It provides a Django like non-XML syntax and compiles templates into executable python code. It's basically a combination of Django templates and python code. - https://files.pythonhosted.org/packages/93/ea/d884a06f8c7f9b7afbc8138b762e80479fb17aedbbe2b06515a12de9378d/Jinja2-2.10.1.tar.gz + https://files.pythonhosted.org/packages/7b/db/1d037ccd626d05a7a47a1b81ea73775614af83c2b3e53d86a0bb41d8d799/Jinja2-2.10.3.tar.gz @@ -26,8 +26,12 @@ python-Jinja2 + A small but fast and easy to use stand-alone template engine written in pure python + + python-MarkupSafe + - /usr/lib/python* + /usr/lib/python2* /usr/share/doc/python-Jinja2/LICENSE @@ -40,6 +44,13 @@ + + 2019-12-29 + 2.10.3 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2019-10-03 2.10.1 diff --git a/programming/language/python/python-Jinja2/translations.xml b/programming/language/python/python-Jinja2/translations.xml index e318cb96..7cffe558 100755 --- a/programming/language/python/python-Jinja2/translations.xml +++ b/programming/language/python/python-Jinja2/translations.xml @@ -9,5 +9,6 @@ python-Jinja2-docs python-Jinja2 için belgelendirme dosyaları + python-Jinja2-docs, python-Jinja2 için belgelendirme dosyaları içerir. diff --git a/programming/language/python/python-Pygments/actions.py b/programming/language/python/python-Pygments/actions.py index 6860f613..33919197 100755 --- a/programming/language/python/python-Pygments/actions.py +++ b/programming/language/python/python-Pygments/actions.py @@ -4,19 +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 pisitools from pisi.actionsapi import pythonmodules -from pisi.actionsapi import get +from pisi.actionsapi import pisitools -WorkDir="%s-%s" % (get.srcNAME().split("-")[1], get.srcVERSION()) +#WorkDir="%s-%s" % (get.srcNAME().split("-")[1], get.srcVERSION()) def build(): pythonmodules.compile() def install(): pythonmodules.install() + pisitools.rename("/usr/bin/pygmentize","pygmentize-py2") #pisitools.dohtml("docs/build/*") #pisitools.insinto("/usr/share/doc/%s/src/" % get.srcNAME(),"docs/src/*") - pisitools.doman("doc/pygmentize.1") + pisitools.insinto("/usr/share/man/man1", "doc/pygmentize.1", "pygmentize.1") diff --git a/programming/language/python/python-Pygments/pspec.xml b/programming/language/python/python-Pygments/pspec.xml index 851cbe9f..fcfd72b3 100755 --- a/programming/language/python/python-Pygments/pspec.xml +++ b/programming/language/python/python-Pygments/pspec.xml @@ -12,17 +12,18 @@ 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://files.pythonhosted.org/packages/7e/ae/26808275fc76bf2832deb10d3a3ed3107bc4de01b85dcccbe525f2cd6d1e/Pygments-2.4.2.tar.gz + https://files.pythonhosted.org/packages/cb/9f/27d4844ac5bf158a33900dbad7985951e2910397998e85712da03ce125f0/Pygments-2.5.2.tar.gz + + python-setuptools + python-Pygments - - python-setuptools - + A syntax highlighting package written in Python - /usr/bin - /usr/lib/python* + /usr/bin/pygmentize-py2 + /usr/lib/python2* /usr/share/man @@ -30,12 +31,22 @@ python-Pygments-docs Documentation files for python-Pygments + + python-Pygments + /usr/share/doc/python-Pygments + + 2019-12-29 + 2.5.2 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2019-10-03 2.4.2 diff --git a/programming/language/python/python-Pygments/translations.xml b/programming/language/python/python-Pygments/translations.xml index edaadf41..76b956d5 100755 --- a/programming/language/python/python-Pygments/translations.xml +++ b/programming/language/python/python-Pygments/translations.xml @@ -9,5 +9,6 @@ python-Pygments-docs python-Pygments için belgelendirme dosyaları + python-Pygments-docs, python-Pygments için belgelendirme dosyaları içerir.