python3-build ver. bump
This commit is contained in:
@@ -4,13 +4,13 @@
|
|||||||
# 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 pisitools
|
from pisi.actionsapi import pisitools
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
pythonmodules.compile(pyVer="3")
|
python3modules.compile()
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
pythonmodules.install(pyVer="3")
|
python3modules.install()
|
||||||
|
|
||||||
pisitools.dodoc("CHANGELOG*", "LICENSE", "README*")
|
pisitools.dodoc("CHANGELOG*", "LICENSE", "README*")
|
||||||
|
|||||||
@@ -12,10 +12,10 @@
|
|||||||
<IsA>app</IsA>
|
<IsA>app</IsA>
|
||||||
<Summary>A simple, correct PEP517 package builder</Summary>
|
<Summary>A simple, correct PEP517 package builder</Summary>
|
||||||
<Description>A simple, correct PEP517 package builder</Description>
|
<Description>A simple, correct PEP517 package builder</Description>
|
||||||
<Archive sha1sum="512cffefce86dfa9aba5bcbbb82b91af486acb0c" type="targz">https://github.com/pypa/build/archive/refs/tags/0.8.0.tar.gz</Archive>
|
<Archive sha1sum="7e0f9f96699769118ea7d8fd89b4cfb318b696ce" type="targz">https://github.com/pypa/build/archive/refs/tags/1.1.1.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>python3</Dependency>
|
<Dependency>python3</Dependency>
|
||||||
<Dependency>python3-setuptools</Dependency>
|
<Dependency>python3-build</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
<!--
|
<!--
|
||||||
<Patches>
|
<Patches>
|
||||||
@@ -46,6 +46,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="4">
|
||||||
|
<Date>2024-04-04</Date>
|
||||||
|
<Version>1.1.1</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="3">
|
<Update release="3">
|
||||||
<Date>2023-10-16</Date>
|
<Date>2023-10-16</Date>
|
||||||
<Version>0.8.0</Version>
|
<Version>0.8.0</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user