app-emulation/podman-compose: Bump to 0.1.5_p20210717 and EAPI=8

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Nils Freydank <holgersson@posteo.de>
This commit is contained in:
Nils Freydank 2021-07-23 23:22:15 +02:00
parent 89480048e0
commit f339b32adf
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
DIST podman-compose-0.1.5_p20210623.tar.gz 30818 BLAKE2B 572cce6f5e26ffde7142c922994bd41b53d46d0d130fb2d6ed851bfed56b732c98330a5dc54385b473a81cb07f9b309f14e356f4bbe3125d832e968740b95c7e SHA512 0d4d158aa22af47aa01090374c599d8b8ee6b6b9eefbf8ff071282f50bb054c93fcebe3ca4e47e3a2fca027bc1ae692eae8120ad485d71a4267472797b396c08
DIST podman-compose-0.1.5_p20210717.tar.gz 30830 BLAKE2B a23d7a695f3563a69876fbe01a86aa9d463b804ee5a1ff432f948d6bcf37131e54a03a69128a95e41a997f56b1d3b7c8e785495a8c02833689445ab0a14ab845 SHA512 3b86bad2524dae0fc85a2adc94d64b6cad79e42ee51595e58f805e5509ae99912a76b0bf75dd1f31072eb5db47808677cbc85f9790aa757198a5762d5481b38e

View File

@ -1,13 +1,13 @@
# Copyright 2020-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
COMMIT_ID="d97a20d563a833e6087c4351798b28129cbc5e8b"
COMMIT_ID="3836094c642c82a2d712e5411895307322055429"
DESCRIPTION="Run docker-compose files without root with podman"
HOMEPAGE="https://pypi.org/project/podman-compose/ https://github.com/containers/podman-compose"