add app-containers/podman-compose ebuilds
for the latest two versions available. 1.0.6 seems to be very new compared to the next recent 1.0.3 which was the latest version for a long time, so it felt like a good idea to have both available just in case also i still feel like i have very little idea what i'm doing with ebuild writing, and even less so with python stuff. this is all feeling like a lot of "magic" to me. hopefully this isn't written in a horribly broken or bad way ...
This commit is contained in:
parent
5bc44ed3cf
commit
b5401c31a2
2
app-containers/podman-compose/Manifest
Normal file
2
app-containers/podman-compose/Manifest
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
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
|
25
app-containers/podman-compose/podman-compose-1.0.3.ebuild
Normal file
25
app-containers/podman-compose/podman-compose-1.0.3.ebuild
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# Copyright 2020 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
DISTUTILS_USE_PEP517=setuptools
|
||||||
|
PYPI_NO_NORMALIZE=1
|
||||||
|
PYTHON_COMPAT=( python3_{8..11} )
|
||||||
|
|
||||||
|
inherit distutils-r1 pypi
|
||||||
|
|
||||||
|
DESCRIPTION="A script to run docker-compose.yml using podman"
|
||||||
|
HOMEPAGE="https://github.com/containers/podman-compose"
|
||||||
|
|
||||||
|
KEYWORDS="~amd64 ~x86"
|
||||||
|
LICENSE="GPL-2"
|
||||||
|
SLOT="0"
|
||||||
|
|
||||||
|
DEPEND=""
|
||||||
|
RDEPEND="
|
||||||
|
${DEPEND}
|
||||||
|
dev-python/pyyaml[${PYTHON_USEDEP}]
|
||||||
|
dev-python/python-dotenv[${PYTHON_USEDEP}]
|
||||||
|
"
|
||||||
|
BDEPEND=""
|
25
app-containers/podman-compose/podman-compose-1.0.6.ebuild
Normal file
25
app-containers/podman-compose/podman-compose-1.0.6.ebuild
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# Copyright 2020 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
DISTUTILS_USE_PEP517=setuptools
|
||||||
|
PYPI_NO_NORMALIZE=1
|
||||||
|
PYTHON_COMPAT=( python3_{8..11} )
|
||||||
|
|
||||||
|
inherit distutils-r1 pypi
|
||||||
|
|
||||||
|
DESCRIPTION="A script to run docker-compose.yml using podman"
|
||||||
|
HOMEPAGE="https://github.com/containers/podman-compose"
|
||||||
|
|
||||||
|
KEYWORDS="~amd64 ~x86"
|
||||||
|
LICENSE="GPL-2"
|
||||||
|
SLOT="0"
|
||||||
|
|
||||||
|
DEPEND=""
|
||||||
|
RDEPEND="
|
||||||
|
${DEPEND}
|
||||||
|
dev-python/pyyaml[${PYTHON_USEDEP}]
|
||||||
|
dev-python/python-dotenv[${PYTHON_USEDEP}]
|
||||||
|
"
|
||||||
|
BDEPEND=""
|
Loading…
Reference in a new issue