diff --git a/programming/language/python/python-Pygments/actions.py b/programming/language/python/python-Pygments/actions.py new file mode 100755 index 00000000..6860f613 --- /dev/null +++ b/programming/language/python/python-Pygments/actions.py @@ -0,0 +1,22 @@ +#!/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 pisitools +from pisi.actionsapi import pythonmodules +from pisi.actionsapi import get + +WorkDir="%s-%s" % (get.srcNAME().split("-")[1], get.srcVERSION()) + +def build(): + pythonmodules.compile() + +def install(): + pythonmodules.install() + + #pisitools.dohtml("docs/build/*") + #pisitools.insinto("/usr/share/doc/%s/src/" % get.srcNAME(),"docs/src/*") + pisitools.doman("doc/pygmentize.1") + diff --git a/programming/language/python/python-Pygments/pspec.xml b/programming/language/python/python-Pygments/pspec.xml new file mode 100755 index 00000000..851cbe9f --- /dev/null +++ b/programming/language/python/python-Pygments/pspec.xml @@ -0,0 +1,75 @@ + + + + + python-Pygments + http://pygments.org/ + + PisiLinux Community + admins@pisilinux.org + + BSD + 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 + + + + python-Pygments + + python-setuptools + + + /usr/bin + /usr/lib/python* + /usr/share/man + + + + + python-Pygments-docs + Documentation files for python-Pygments + + /usr/share/doc/python-Pygments + + + + + + 2019-10-03 + 2.4.2 + Version bump + idris Kalp + idriskalp@gmail.com + + + 2018-08-15 + 2.2.0 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2017-01-25 + 2.2.0 + Version Bump + Pisi Linux Community + admin@pisilinux.org + + + 2016-06-09 + 1.6 + Release Bump + Pisi Linux Community + admin@pisilinux.org + + + 2013-12-07 + 1.6 + First release + Burak Fazıl Ertürk + burakerturk@pisilinux.org + + + diff --git a/programming/language/python/python-Pygments/translations.xml b/programming/language/python/python-Pygments/translations.xml new file mode 100755 index 00000000..edaadf41 --- /dev/null +++ b/programming/language/python/python-Pygments/translations.xml @@ -0,0 +1,13 @@ + + + + python-Pygments + Python dilinde yazılmış bir sözdizimi belirtme aracı + python-Pygments, kaynak kodunu güzelleştirmek ihtiyacı duyulan forum sistemleri, wikiler ve diğer uygulamalar gibi her çeşit yazılımda kullanılmak için yazılmış olan genel bir sözdizimi belirtme aracıdır. + + + + python-Pygments-docs + python-Pygments için belgelendirme dosyaları + +