app-containers/podman-compose: Bump to 1.0.6

Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
Nils Freydank 2023-05-28 23:40:43 +02:00
parent 5b28e4887a
commit abb76d0d00
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112
2 changed files with 4 additions and 3 deletions

View File

@ -1 +1 @@
DIST podman-compose-1.0.3.tar.gz 21424 BLAKE2B 8ed6df7596115cc666ee8ab402dba7c693031a221c0508fe24c9484b95a9dde41b23cc01e28939298d8f6a12092bc412c4751e61b1684872b67a80f3ac3015d2 SHA512 30890bfcc68f3f4c7cdc8249f8b76b7119afd5df435e0c149544ffb31f81ba2ef4394a98feab18eee7206d69ded6db315edfab5ba361e806c61c6175bd6c1032
DIST podman-compose-1.0.6.tar.gz 34063 BLAKE2B 1b5e86ee571d1c780ae821c8d92999b32e97b7910dfc834311363803b723f93ad3a458b846d4a99f8001b2c9a46506b8e14605e2df09538ebc39acd9c08cac72 SHA512 78a48ae927ad75f4f2432f2a59a68b1c82c62e7e7f1ace2548397d0eb89afb0718de68faf55c4736bf2b3a485fa83729894e35e6cb5711402660b386c90b762a

View File

@ -1,4 +1,4 @@
# Copyright 2020-2022 Gentoo Authors
# Copyright 2020-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
@ -7,7 +7,7 @@ COMMIT_ID=""
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_{10..11} )
PYTHON_COMPAT=( python3_11 )
inherit distutils-r1 pypi
DESCRIPTION="Run docker-compose files without root with podman"
@ -32,6 +32,7 @@ IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
app-containers/dnsname
app-containers/podman
dev-python/python-dotenv[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]