python3-setuptools ver. vump
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/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,10 +13,10 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Internationalized Domain Names in Applications (IDNA)</Summary>
|
||||
<Description>Support for the Internationalised Domain Names in Applications (IDNA) protocol as specified in RFC 5891. This library also provides support for Unicode Technical Standard 46, Unicode IDNA Compatibility Processing.</Description>
|
||||
<Archive sha1sum="299bc75bcd013ef22d67e6a579e237dad52e3831" type="targz">https://github.com/kjd/idna/archive/v3.2.tar.gz</Archive>
|
||||
<Archive sha1sum="8cc0e466273a1068ddc4a5be5009bf6382763166" type="targz">https://github.com/kjd/idna/archive/v3.10.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-build</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -33,6 +33,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="8">
|
||||
<Date>2025-04-13</Date>
|
||||
<Version>3.10</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2023-10-16</Date>
|
||||
<Version>3.2</Version>
|
||||
|
||||
Reference in New Issue
Block a user