Merge pull request #12506 from Rmys/master

python3-* rebuild
This commit is contained in:
Rmys
2023-10-17 17:34:28 +03:00
committed by GitHub
2 changed files with 15 additions and 5 deletions
@@ -4,16 +4,19 @@
# Licensed under the GNU General Public License, version 3. # Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt # 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 shelltools
from pisi.actionsapi import pisitools from pisi.actionsapi import pisitools
from pisi.actionsapi import get from pisi.actionsapi import get
WorkDir="pygments-%s" % get.srcVERSION()
def build(): def build():
pythonmodules.compile(pyVer="3") python3modules.compile()
def install(): def install():
pythonmodules.install(pyVer="3") python3modules.install()
#pisitools.dohtml("docs/build/*") #pisitools.dohtml("docs/build/*")
#pisitools.insinto("/usr/share/doc/%s/src/" % get.srcNAME(),"docs/src/*") #pisitools.insinto("/usr/share/doc/%s/src/" % get.srcNAME(),"docs/src/*")
@@ -13,9 +13,9 @@
<IsA>library</IsA> <IsA>library</IsA>
<Summary>A syntax highlighting package written in Python</Summary> <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> <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="7cb93761fe322790b3f1c069fd011e9483027b6e" type="targz">https://github.com/pygments/pygments/archive/2.9.0.tar.gz</Archive> <Archive sha1sum="10db9864bffd900be1c551b6f205c5f5a2a5619c" type="targz">https://github.com/pygments/pygments/archive/2.16.1.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>python3-setuptools</Dependency> <Dependency>python3-build</Dependency>
<Dependency>python3-devel</Dependency> <Dependency>python3-devel</Dependency>
</BuildDependencies> </BuildDependencies>
</Source> </Source>
@@ -42,6 +42,13 @@
</Package> </Package>
<History> <History>
<Update release="7">
<Date>2023-10-17</Date>
<Version>2.16.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6"> <Update release="6">
<Date>2023-10-17</Date> <Date>2023-10-17</Date>
<Version>2.9.0</Version> <Version>2.9.0</Version>