app-emulation/podman-compose: Bump to 0.1.5_p20210518 and support python3_10

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Nils Freydank <holgersson@posteo.de>
This commit is contained in:
Nils Freydank 2021-05-24 19:14:00 +02:00
parent 644df7285b
commit 2725143779
No known key found for this signature in database
GPG Key ID: BC5DC2998AAD2B21
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
DIST podman-compose-0.1.5_p20210505.tar.gz 30132 BLAKE2B 3fddabe26667f46bc6cef75c355b015a87ac0a47e32f69b86b92787f7aa06a151f1513e167fe4760a141fdbedba46568e04bc296433a237e1d1ad0904ef79ffd SHA512 97d5597e8cc146511798c8dc78f1ad4a4918962d1d0a8fc9c1070cfa3a6330d7c8bbccef6192645cfdb74c51d088051ceae88b09db23e3cd59782bcce9ebcac2
DIST podman-compose-0.1.5_p20210518.tar.gz 30492 BLAKE2B c3c0b52d677014a06ee4ccf3e7129fd4f79f09adbe32b9a8101968eb0a49ea7d45da323ecdfe83d17de0b36d4838acae83322ba19119df07d29862e3b4dddc5d SHA512 5c53b48552b912d4b94a8db28dcce1a72ef90e9fa7ad5dd833a3e8e296196c39ea409672405d93d3f7c84beae6fe846202b132a19c79e8f7b6e275297aec86df

View File

@ -3,11 +3,11 @@
EAPI=7
PYTHON_COMPAT=( python3_{8..9} )
PYTHON_COMPAT=( python3_{8..10} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
COMMIT_ID="045cef299bec77e3ae2d1980ad32c1fd2c2896bf"
COMMIT_ID="62d2024feecf312e9591cc145f49cee9c70ab4fe"
DESCRIPTION="Run docker-compose files without root with podman"
HOMEPAGE="https://pypi.org/project/podman-compose/ https://github.com/containers/podman-compose"