diff options
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/docker-compose/Manifest | 3 | ||||
-rw-r--r-- | app-emulation/docker-compose/docker-compose-1.22.0.ebuild | 73 | ||||
-rw-r--r-- | app-emulation/docker-compose/metadata.xml | 8 |
3 files changed, 0 insertions, 84 deletions
diff --git a/app-emulation/docker-compose/Manifest b/app-emulation/docker-compose/Manifest deleted file mode 100644 index e3cfed8..0000000 --- a/app-emulation/docker-compose/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST docker-compose-1.22.0.tar.gz 296747 BLAKE2B 9dfd25fb186436801d9c12900c4103c1c0d83bee3b424b3f2373247aeeb8261fed04cf9be9cee230a48e1c19523b48d5618a18f322c236bac1d769036f9ac979 SHA512 eccef2165221fcfdac089ffd3bd0795d08d8c6f7158709dbc2fc83a6d6e9466af4b73c0c7d24a751c6b546b4219e10dfc96cd41e13e7ebc676da603c97b7620e -EBUILD docker-compose-1.22.0.ebuild 2517 BLAKE2B 7b7c0db140d0c07fa105b1e3f95c05c1e1b3b1997f2574abf4a6d7995c7f06e74e7e645fa2486dba26e1c10f5aa599f913e7773e4bed34f23fd7e5304c05079f SHA512 a996ba9384090cf1c213635db7bfd9aef4dbb50f3b6dee509604d463bbc55bcbc006852297276e3a34411618230380584f7683f0de6cb8a1cdc10ec9d7f1dba2 -MISC metadata.xml 244 BLAKE2B 53209cee097c735489cfd00cf11508c9c89872fa32e72c97913a05a07221167a2369f1e631c7d345ecebce3d8848382cc1fa72c9e06b014fa8684e8a7078e33a SHA512 20242e3498fac7637e5edd6a175e303579f6a20e250e0f0ae420a8dc38ba7caf3659407acd1ea9eee79d5d28aacab8def3bacc4f8f0c984916a21392b26c9dc9 diff --git a/app-emulation/docker-compose/docker-compose-1.22.0.ebuild b/app-emulation/docker-compose/docker-compose-1.22.0.ebuild deleted file mode 100644 index 6252439..0000000 --- a/app-emulation/docker-compose/docker-compose-1.22.0.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_6} ) - -inherit bash-completion-r1 distutils-r1 vcs-snapshot - -MY_PV=${PV/_/} - -DESCRIPTION="Multi-container orchestration for Docker" -HOMEPAGE="https://www.docker.com/" -SRC_URI="https://github.com/docker/compose/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" - -CDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - >=dev-python/cached-property-1.2.0[${PYTHON_USEDEP}] - <dev-python/cached-property-2[${PYTHON_USEDEP}] - >=dev-python/dockerpty-0.4.1[${PYTHON_USEDEP}] - <dev-python/dockerpty-0.5[${PYTHON_USEDEP}] - >=dev-python/docker-py-3.4.1[${PYTHON_USEDEP}] - <dev-python/docker-py-4.0[${PYTHON_USEDEP}] - >=dev-python/docopt-0.6.1[${PYTHON_USEDEP}] - <dev-python/docopt-0.7[${PYTHON_USEDEP}] - >=dev-python/jsonschema-2.5.1[${PYTHON_USEDEP}] - <dev-python/jsonschema-3[${PYTHON_USEDEP}] - >=dev-python/PySocks-1.5.6[${PYTHON_USEDEP}] - !~dev-python/PySocks-1.5.7[${PYTHON_USEDEP}] - <dev-python/PySocks-2[${PYTHON_USEDEP}] - >=dev-python/pyyaml-3.10[${PYTHON_USEDEP}] - <dev-python/pyyaml-4[${PYTHON_USEDEP}] - >=dev-python/requests-2.6.1[${PYTHON_USEDEP}] - !~dev-python/requests-2.11.0[${PYTHON_USEDEP}] - !~dev-python/requests-2.12.2[${PYTHON_USEDEP}] - !~dev-python/requests-2.18.0[${PYTHON_USEDEP}] - <dev-python/requests-2.19[${PYTHON_USEDEP}] - >=dev-python/six-1.3.0[${PYTHON_USEDEP}] - <dev-python/six-2[${PYTHON_USEDEP}] - >=dev-python/texttable-0.9[${PYTHON_USEDEP}] - <dev-python/texttable-0.10[${PYTHON_USEDEP}] - >=dev-python/websocket-client-0.32.0[${PYTHON_USEDEP}] - <dev-python/websocket-client-1.0[${PYTHON_USEDEP}] - $(python_gen_cond_dep '>=dev-python/enum34-1.0.4[${PYTHON_USEDEP}]' 'python2_7' ) - $(python_gen_cond_dep '<dev-python/enum34-2[${PYTHON_USEDEP}]' 'python2_7' ) - $(python_gen_cond_dep '>=dev-python/ipaddress-1.0.16[${PYTHON_USEDEP}]' 'python2_7' ) - $(python_gen_cond_dep '>=dev-python/backports-ssl-match-hostname-3.5[${PYTHON_USEDEP}]' 'python2_7' ) -" -DEPEND=" - ${CDEPEND} - test? ( - dev-python/pytest[${PYTHON_USEDEP}] - $(python_gen_cond_dep '>=dev-python/mock-1.0.1[${PYTHON_USEDEP}]' 'python2_7' ) - ) -" -RDEPEND="${CDEPEND}" - -python_test() { - ${PYTHON} -m pytest tests/unit || die "tests failed under ${EPYTHON}" -} - -python_install_all() { - newbashcomp contrib/completion/bash/docker-compose ${PN} - - insinto /usr/share/zsh/site-functions - doins contrib/completion/zsh/* - - distutils-r1_python_install_all -} diff --git a/app-emulation/docker-compose/metadata.xml b/app-emulation/docker-compose/metadata.xml deleted file mode 100644 index 1dc0634..0000000 --- a/app-emulation/docker-compose/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="pypi">docker-compose</remote-id> - </upstream> -</pkgmetadata> |