Merge pull request #3452 from ayhanyalcinsoy/master
gonullu and python3-docker-py
This commit is contained in:
@@ -8,8 +8,6 @@ from pisi.actionsapi import pisitools
|
|||||||
|
|
||||||
def build():
|
def build():
|
||||||
pythonmodules.compile(pyVer="3")
|
pythonmodules.compile(pyVer="3")
|
||||||
pisitools.dosed("gonullu/docker.py", "Client", "client")
|
|
||||||
pisitools.dosed("gonullu/docker.py", "1.23", "1.24")
|
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
pythonmodules.install(pyVer="3")
|
pythonmodules.install(pyVer="3")
|
||||||
|
|||||||
@@ -40,13 +40,6 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
<Update release="5">
|
|
||||||
<Date>2017-04-20</Date>
|
|
||||||
<Version>1.1.6</Version>
|
|
||||||
<Comment>fixed import error and missing dep.</Comment>
|
|
||||||
<Name>Ayhan Yalçınsoy</Name>
|
|
||||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
|
||||||
</Update>
|
|
||||||
<Update release="4">
|
<Update release="4">
|
||||||
<Date>2017-04-10</Date>
|
<Date>2017-04-10</Date>
|
||||||
<Version>1.1.6</Version>
|
<Version>1.1.6</Version>
|
||||||
|
|||||||
@@ -10,7 +10,8 @@
|
|||||||
<IsA>app:console</IsA>
|
<IsA>app:console</IsA>
|
||||||
<Summary>Python client for Docker.</Summary>
|
<Summary>Python client for Docker.</Summary>
|
||||||
<Description>A Python library for the Docker Remote API. It does everything the docker command does, but from within Python – run containers, manage them, pull/push images, etc.</Description>
|
<Description>A Python library for the Docker Remote API. It does everything the docker command does, but from within Python – run containers, manage them, pull/push images, etc.</Description>
|
||||||
<Archive sha1sum="653bad33f42de753d90b9ced35c621eeb236a960" type="targz">https://github.com/docker/docker-py/archive/2.0.2.tar.gz</Archive>
|
<!--<Archive sha1sum="653bad33f42de753d90b9ced35c621eeb236a960" type="targz">https://github.com/docker/docker-py/archive/2.0.2.tar.gz</Archive>-->
|
||||||
|
<Archive sha1sum="f20e51eae6f39762d6c1d8f3349785507d140f28" type="targz">https://github.com/docker/docker-py/archive/1.8.1.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency versionFrom="3.6.0">python3-devel</Dependency>
|
<Dependency versionFrom="3.6.0">python3-devel</Dependency>
|
||||||
<Dependency>python3-setuptools</Dependency>
|
<Dependency>python3-setuptools</Dependency>
|
||||||
@@ -19,7 +20,7 @@
|
|||||||
<Dependency>python3-requests</Dependency>
|
<Dependency>python3-requests</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
<Patches>
|
<Patches>
|
||||||
<Patch>get_rid_of_pip.patch</Patch>
|
<!-- <Patch>get_rid_of_pip.patch</Patch> -->
|
||||||
</Patches>
|
</Patches>
|
||||||
</Source>
|
</Source>
|
||||||
<Package>
|
<Package>
|
||||||
@@ -36,7 +37,15 @@
|
|||||||
<Path fileType="doc">/usr/share/doc</Path>
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="4">
|
||||||
|
<Date>2017-04-20</Date>
|
||||||
|
<Version>1.8.1</Version>
|
||||||
|
<Comment>Version Down to fix gonullu</Comment>
|
||||||
|
<Name>Ayhan Yalçınsoy</Name>
|
||||||
|
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
<Update release="3">
|
<Update release="3">
|
||||||
<Date>2017-02-01</Date>
|
<Date>2017-02-01</Date>
|
||||||
<Version>2.0.2</Version>
|
<Version>2.0.2</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user