Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : docker-compose | name : docker-compose | ||||
| version : 1.25.0_rc2 | version : 1.25.0_rc2 | ||||
| release : 19 | release : 20 | ||||
| source : | source : | ||||
| - https://github.com/docker/compose/archive/1.25.0-rc2.tar.gz : 3b8b8f5ef64a5dc3bf3adc0c67948f18db30e960d00f8a452903e1231d64b709 | - https://github.com/docker/compose/archive/1.25.0-rc2.tar.gz : 3b8b8f5ef64a5dc3bf3adc0c67948f18db30e960d00f8a452903e1231d64b709 | ||||
| license : Apache-2.0 | license : Apache-2.0 | ||||
| component : virt | component : virt | ||||
| summary : A tool for defining and running multi-container Docker applications. | summary : A tool for defining and running multi-container Docker applications. | ||||
| description: | | description: | | ||||
| Compose is a tool for defining and running multi-container Docker applications. | Compose is a tool for defining and running multi-container Docker applications. | ||||
| With Compose, you use a Compose file to configure your application’s services. Then, using a single command, you create and start all the services from your configuration. | With Compose, you use a Compose file to configure your application’s services. Then, using a single command, you create and start all the services from your configuration. | ||||
| Show All 13 Lines | rundeps : | ||||
| - python-colorama | - python-colorama | ||||
| - python-docker-py | - python-docker-py | ||||
| - python-dockerpty | - python-dockerpty | ||||
| - python-docopt | - python-docopt | ||||
| - python-paramiko | - python-paramiko | ||||
| - python-jsonschema | - python-jsonschema | ||||
| - python-texttable | - python-texttable | ||||
| - pyyaml | - pyyaml | ||||
| setup : | | |||||
| %patch -p1 < $pkgfiles/0001-Support-PyYAML-5.1.patch | |||||
| build : | | build : | | ||||
| %python3_setup | %python3_setup | ||||
| install : | | install : | | ||||
| %python3_install | %python3_install | ||||
| install -Dm00644 contrib/completion/bash/docker-compose $installdir/usr/share/bash-completion/completions/docker-compose | install -Dm00644 contrib/completion/bash/docker-compose $installdir/usr/share/bash-completion/completions/docker-compose | ||||
| install -Dm00644 contrib/completion/zsh/_docker-compose $installdir/usr/share/zsh/site-functions/_docker-compose | install -Dm00644 contrib/completion/zsh/_docker-compose $installdir/usr/share/zsh/site-functions/_docker-compose | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.