python3-setuptools ver. vump

This commit is contained in:
Rmys
2025-04-18 22:38:16 +03:00
parent 5926116349
commit bc53124e82
63 changed files with 822 additions and 71 deletions
@@ -4,10 +4,10 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import python3modules
def build():
pythonmodules.compile(pyVer="3")
python3modules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
python3modules.install(pyVer="3")
@@ -13,9 +13,9 @@
<IsA>library</IsA>
<Summary>Python3 parsing module</Summary>
<Description>The pyparsing module is an alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions. The pyparsing module provides a library of classes that client code uses to construct the grammar directly in Python code.</Description>
<Archive sha1sum="ca8d892c93fe2d54ea5e6f31c5798e40c58e8667" type="targz">https://files.pythonhosted.org/packages/c1/47/dfc9c342c9842bbe0036c7f763d2d6686bcf5eb1808ba3e170afdb282210/pyparsing-2.4.7.tar.gz</Archive>
<Archive sha1sum="8d496eb7d1abf8451ef153680aa80818557d5a24" type="targz">https://github.com/pyparsing/pyparsing/archive/refs/tags/3.2.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-build</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
</Source>
@@ -33,6 +33,13 @@
</Package>
<History>
<Update release="5">
<Date>2025-04-18</Date>
<Version>3.2.1</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2023-10-16</Date>
<Version>2.4.7</Version>