podman-compose: update to 1.0.2.
This commit is contained in:
parent
d286876bac
commit
892389431e
1 changed files with 7 additions and 5 deletions
|
@ -1,13 +1,15 @@
|
||||||
# Template file for 'podman-compose'
|
# Template file for 'podman-compose'
|
||||||
pkgname=podman-compose
|
pkgname=podman-compose
|
||||||
version=0.1.5
|
version=1.0.2
|
||||||
revision=3
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools python3-yaml"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="${hostmakedepends} podman"
|
depends="podman python3-yaml python3-dotenv"
|
||||||
short_desc="Script to run docker-compose.yml using podman"
|
short_desc="Script to run docker-compose.yml using podman"
|
||||||
maintainer="juan <juan@horlux.org>"
|
maintainer="juan <juan@horlux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://github.com/containers/podman-compose"
|
homepage="https://github.com/containers/podman-compose"
|
||||||
distfiles="https://github.com/containers/podman-compose/archive/v${version}.tar.gz"
|
distfiles="https://github.com/containers/podman-compose/archive/v${version}.tar.gz"
|
||||||
checksum="5f9557d3b2617a6d10905286ff41f0e722703ffca985755b035084b2db68066a"
|
checksum=8eae5f2d89a423c66c26377c29955e077e7c90532e1a63989e8f04d973181c76
|
||||||
|
# Source distribution does not script unit tests
|
||||||
|
make_check=no
|
||||||
|
|
Loading…
Reference in a new issue