Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 541604 Details for
Bug 661882
app-emulation/docker-compose-1.22.0 bump request
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild with version bumps according to requirements.txt
docker-compose-1.22.0.ebuild (text/plain), 2.28 KB, created by
Ole Langbehn
on 2018-07-29 07:40:42 UTC
(
hide
)
Description:
Ebuild with version bumps according to requirements.txt
Filename:
MIME Type:
Creator:
Ole Langbehn
Created:
2018-07-29 07:40:42 UTC
Size:
2.28 KB
patch
obsolete
># 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_5,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.3.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.2[${PYTHON_USEDEP}] > <dev-python/docopt-0.7[${PYTHON_USEDEP}] > >=dev-python/jsonschema-2.6.0[${PYTHON_USEDEP}] > <dev-python/jsonschema-3[${PYTHON_USEDEP}] > >=dev-python/PySocks-1.6.7[${PYTHON_USEDEP}] > <dev-python/PySocks-2[${PYTHON_USEDEP}] > >=dev-python/pyyaml-3.12[${PYTHON_USEDEP}] > <dev-python/pyyaml-4[${PYTHON_USEDEP}] > <dev-python/requests-2.19[${PYTHON_USEDEP}] > >=dev-python/requests-2.6.1[${PYTHON_USEDEP}] > >=dev-python/six-1.10.0[${PYTHON_USEDEP}] > <dev-python/six-2[${PYTHON_USEDEP}] > >=dev-python/texttable-0.9.1[${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.1.6[${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.18[${PYTHON_USEDEP}]' 'python2_7' ) > $(python_gen_cond_dep '>=dev-python/backports-ssl-match-hostname-3.5.0.1[${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 >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 661882
: 541604