python3-setuptools ver. vump
This commit is contained in:
@@ -4,13 +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 pythonmodules
|
||||
from pisi.actionsapi import python3modules
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
|
||||
|
||||
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","%s" % get.srcVERSION())
|
||||
|
||||
def build():
|
||||
pythonmodules.compile(pyVer="3")
|
||||
python3modules.compile(pyVer="3")
|
||||
|
||||
def install():
|
||||
pythonmodules.install(pyVer="3")
|
||||
python3modules.install(pyVer="3")
|
||||
|
||||
pisitools.dodoc("LICENSE", "README*")
|
||||
|
||||
@@ -12,11 +12,12 @@
|
||||
<IsA>app</IsA>
|
||||
<Summary>brain-dead simple config-ini parsing</Summary>
|
||||
<Description>brain-dead simple config-ini parsing</Description>
|
||||
<Archive sha1sum="f0d3a75f00752f75876468d04bf0cfbc05643b7e" type="targz">https://files.pythonhosted.org/packages/23/a2/97899f6bd0e873fed3a7e67ae8d3a08b21799430fb4da15cfedf10d6e2c2/iniconfig-1.1.1.tar.gz</Archive>
|
||||
<Archive sha1sum="41495fa9f15123b7c720640732e08a325d87edaa" type="targz">https://github.com/pytest-dev/iniconfig/archive/refs/tags/v2.1.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-setuptools-scm</Dependency>
|
||||
<Dependency>python3-hatchling</Dependency>
|
||||
</BuildDependencies>
|
||||
<!--
|
||||
<Patches>
|
||||
@@ -38,6 +39,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2025-04-18</Date>
|
||||
<Version>2.1.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2023-10-16</Date>
|
||||
<Version>1.1.1</Version>
|
||||
|
||||
Reference in New Issue
Block a user