app-emulation/podman-compose: add script

Package-Manager: Portage-3.0.8, Repoman-3.0.1
This commit is contained in:
Anton Schubert 2020-10-25 22:03:26 +01:00
parent e08c13b76d
commit 9c3e742f58
No known key found for this signature in database
GPG key ID: B8DDB0A46D2D8626
3 changed files with 37 additions and 0 deletions

View file

@ -0,0 +1,28 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit git-r3
PYTHON_COMPAT=( python3_{6,7,8} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
DESCRIPTION="a script to run docker-compose.yml using podman"
HOMEPAGE="https://github.com/containers/podman-compose"
EGIT_REPO_URI="https://github.com/containers/podman-compose.git"
EGIT_COMMIT="f6a3cb0aff7acd7f36b87f39da0e9959060f8039"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
DEPEND=""
RDEPEND="
${DEPEND}
dev-python/pyyaml[${PYTHON_USEDEP}]
"
BDEPEND=""