python-Pygments: version bump
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
@@ -12,17 +12,18 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>A syntax highlighting package written in Python</Summary>
|
||||
<Description>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.</Description>
|
||||
<Archive sha1sum="5296c3b92ef0cbb8f4abede623be4a89e4f0f3c9" type="targz">https://files.pythonhosted.org/packages/7e/ae/26808275fc76bf2832deb10d3a3ed3107bc4de01b85dcccbe525f2cd6d1e/Pygments-2.4.2.tar.gz</Archive>
|
||||
<Archive sha1sum="6d2dc431070cdfe1bb48b7684aadca56b5c522ed" type="targz">https://files.pythonhosted.org/packages/cb/9f/27d4844ac5bf158a33900dbad7985951e2910397998e85712da03ce125f0/Pygments-2.5.2.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python-setuptools</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>python-Pygments</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python-setuptools</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Summary>A syntax highlighting package written in Python</Summary>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib/python*</Path>
|
||||
<Path fileType="executable">/usr/bin/pygmentize-py2</Path>
|
||||
<Path fileType="library">/usr/lib/python2*</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
@@ -30,12 +31,22 @@
|
||||
<Package>
|
||||
<Name>python-Pygments-docs</Name>
|
||||
<Summary>Documentation files for python-Pygments</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">python-Pygments</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc/python-Pygments</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2019-12-29</Date>
|
||||
<Version>2.5.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2019-10-03</Date>
|
||||
<Version>2.4.2</Version>
|
||||
|
||||
@@ -9,5 +9,6 @@
|
||||
<Package>
|
||||
<Name>python-Pygments-docs</Name>
|
||||
<Summary xml:lang="tr">python-Pygments için belgelendirme dosyaları</Summary>
|
||||
<Description xml:lang="tr">python-Pygments-docs, python-Pygments için belgelendirme dosyaları içerir.</Description>
|
||||
</Package>
|
||||
</PISI>
|
||||
|
||||
Reference in New Issue
Block a user