python3-setuptools ver. vump
This commit is contained in:
@@ -3,10 +3,14 @@
|
||||
# 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
|
||||
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")
|
||||
|
||||
@@ -13,11 +13,11 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>A Python library for the Docker Engine API.</Summary>
|
||||
<Description>A Python library for the Docker Engine API. It lets you do anything the docker command does, but from within Python apps – run containers, manage containers, manage Swarms, etc.</Description>
|
||||
<Archive sha1sum="c942873312cdbad285a8fa6b7eeb1eab2c614c9d" type="targz">https://github.com/docker/docker-py/archive/5.0.0.tar.gz</Archive>
|
||||
<Archive sha1sum="14d42d27a15e344f280de7193366280fa5becca6" type="targz">https://github.com/docker/docker-py/archive/7.1.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="3.8.0">python3-devel</Dependency>
|
||||
<Dependency>python3-websocket-client</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-build</Dependency>
|
||||
<Dependency>python3-requests</Dependency>
|
||||
<Dependency>python3-six</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -42,6 +42,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2025-04-18</Date>
|
||||
<Version>7.1.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2023-10-17</Date>
|
||||
<Version>5.0.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user