ansible-base: rename to ansible-core, update to 4.0.0

Upstream has changed the project name, see

    https://www.ansible.com/blog/ansible-3.0.0-qa
This commit is contained in:
Domagoj Stolfa 2021-05-21 08:01:50 -04:00 committed by Andrew J. Hesford
parent 9112fc283e
commit 4cd125fe34
4 changed files with 14 additions and 6 deletions

1
srcpkgs/ansible-base Symbolic link
View file

@ -0,0 +1 @@
ansible-core

View file

@ -1 +0,0 @@
ignore="*rc*"

View file

@ -1,6 +1,6 @@
# Template file for 'ansible-base'
pkgname=ansible-base
version=2.10.9
# Template file for 'ansible-core'
pkgname=ansible-core
version=2.11.0
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
@ -10,9 +10,10 @@ short_desc="Simple deployment, configuration management and execution framework"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="GPL-3.0-or-later"
homepage="https://www.ansible.com/"
distfiles="${PYPI_SITE}/a/ansible-base/ansible-base-${version}.tar.gz"
checksum=04635d3e08fc29358c76b8e7f1e9db0ce443fb09ce30b2acc6cacaad165f2151
distfiles="${PYPI_SITE}/a/ansible-core/ansible-core-${version}.tar.gz"
checksum=9470ceb710711eacd75f1bcae802af036ab2a6c2cd5a13bfcb50b2d89667c9c5
conflicts="ansible<2.10.1_1"
replaces="ansible-base<2.11.0_1"
make_check=no
post_install() {
@ -22,3 +23,9 @@ post_install() {
vman ${m}
done
}
ansible-base_package() {
build_style=meta
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" (transitional dummy package)"
}

View file

@ -0,0 +1 @@
ignore="*rc* *a* *b*"