Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ansible: update to 2.10.1.
@ 2020-10-21 18:42 jcgruenhage
  2020-10-21 18:43 ` [PR REVIEW] " jcgruenhage
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: jcgruenhage @ 2020-10-21 18:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 636 bytes --]

There is a new pull request by jcgruenhage against master on the void-packages repository

https://github.com/jcgruenhage/void-packages ansible-2.10.1_1
https://github.com/void-linux/void-packages/pull/25774

ansible: update to 2.10.1.
Ansible has been split into ansible-base and ansible, where ansible just contains modules and depends on ansible-base. There's still some warnings (both during build and install) I'd like to have someone with more python knowledge look over, but I've already deployed this on my workstation, works just fine.

A patch file from https://github.com/void-linux/void-packages/pull/25774.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ansible-2.10.1_1-25774.patch --]
[-- Type: text/x-diff, Size: 3001 bytes --]

From 9db07b6de3eeb220597a12c3c525a3a094d8a7f8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Wed, 21 Oct 2020 20:33:42 +0200
Subject: [PATCH 1/2] New package: ansible-base-2.10.2

---
 srcpkgs/ansible-base/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/ansible-base/template

diff --git a/srcpkgs/ansible-base/template b/srcpkgs/ansible-base/template
new file mode 100644
index 00000000000..508ebb4e551
--- /dev/null
+++ b/srcpkgs/ansible-base/template
@@ -0,0 +1,24 @@
+# Template file for 'ansible-base'
+pkgname=ansible-base
+version=2.10.2
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="${hostmakedepends} python3-cryptography python3-Jinja2 python3-paramiko
+ python3-yaml"
+checkdepends="python3-pytest"
+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/"
+conflicts="ansible<2.10.1_2"
+distfiles="https://pypi.python.org/packages/source/a/ansible-base/ansible-base-${version}.tar.gz"
+checksum=c79fe108e13b286bad21734208624aaef9dabb49bb4211b13bc96d88829e22ab
+
+post_install() {
+	vsconf examples/ansible.cfg
+	vsconf examples/hosts
+	for m in docs/man/man1/*.1; do
+		vman ${m}
+	done
+}

From ef5d02567541ae6bae1ab7ad9dacd549c88c74e4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Wed, 21 Oct 2020 20:33:53 +0200
Subject: [PATCH 2/2] ansible: update to 2.10.1.

---
 srcpkgs/ansible/template | 21 ++++++---------------
 1 file changed, 6 insertions(+), 15 deletions(-)

diff --git a/srcpkgs/ansible/template b/srcpkgs/ansible/template
index 4c607951d2c..fe36b2030d3 100644
--- a/srcpkgs/ansible/template
+++ b/srcpkgs/ansible/template
@@ -1,23 +1,14 @@
 # Template file for 'ansible'
 pkgname=ansible
-version=2.9.13
-revision=2
+version=2.10.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="${hostmakedepends} python3-cryptography python3-Jinja2 python3-paramiko
- python3-yaml"
+depends="python3 ansible-base"
 checkdepends="python3-pytest"
 short_desc="Simple deployment, configuration management and execution framework"
-maintainer="Michael Aldridge <maldridge@voidlinux.org>"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="GPL-3.0-or-later"
 homepage="https://www.ansible.com/"
-distfiles="https://releases.ansible.com/ansible/${pkgname}-${version}.tar.gz"
-checksum=3ab21588992fbfe9de3173aefd63da1267dc12892a60f5cfdc055fe19c549644
-
-post_install() {
-	vsconf examples/ansible.cfg
-	vsconf examples/hosts
-	for m in docs/man/man1/*.1; do
-		vman ${m}
-	done
-}
+distfiles="https://pypi.python.org/packages/source/a/ansible/ansible-${version}.tar.gz"
+checksum=75708c67e2ac926cea42856af72cbc9494bf8008197652f9609089f7b4c2515a

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR REVIEW] ansible: update to 2.10.1.
  2020-10-21 18:42 [PR PATCH] ansible: update to 2.10.1 jcgruenhage
@ 2020-10-21 18:43 ` jcgruenhage
  2020-10-21 18:44 ` jcgruenhage
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: jcgruenhage @ 2020-10-21 18:43 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 222 bytes --]

New review comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/25774#discussion_r509569299

Comment:
Talked with @the-maldridge on IRC, they're in favour of me taking over.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR REVIEW] ansible: update to 2.10.1.
  2020-10-21 18:42 [PR PATCH] ansible: update to 2.10.1 jcgruenhage
  2020-10-21 18:43 ` [PR REVIEW] " jcgruenhage
@ 2020-10-21 18:44 ` jcgruenhage
  2020-10-21 18:44 ` the-maldridge
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: jcgruenhage @ 2020-10-21 18:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 238 bytes --]

New review comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/25774#discussion_r509569737

Comment:
Not sure, does it make sense to add a different description here, and if so, which one?

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR REVIEW] ansible: update to 2.10.1.
  2020-10-21 18:42 [PR PATCH] ansible: update to 2.10.1 jcgruenhage
  2020-10-21 18:43 ` [PR REVIEW] " jcgruenhage
  2020-10-21 18:44 ` jcgruenhage
@ 2020-10-21 18:44 ` the-maldridge
  2020-10-21 19:40 ` [PR PATCH] [Updated] " jcgruenhage
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: the-maldridge @ 2020-10-21 18:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 158 bytes --]

New review comment by the-maldridge on void-packages repository

https://github.com/void-linux/void-packages/pull/25774#discussion_r509570116

Comment:
:+1: 

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR PATCH] [Updated] ansible: update to 2.10.1.
  2020-10-21 18:42 [PR PATCH] ansible: update to 2.10.1 jcgruenhage
                   ` (2 preceding siblings ...)
  2020-10-21 18:44 ` the-maldridge
@ 2020-10-21 19:40 ` jcgruenhage
  2020-10-22 22:12 ` [PR REVIEW] " PaperMountainStudio
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: jcgruenhage @ 2020-10-21 19:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 641 bytes --]

There is an updated pull request by jcgruenhage against master on the void-packages repository

https://github.com/jcgruenhage/void-packages ansible-2.10.1_1
https://github.com/void-linux/void-packages/pull/25774

ansible: update to 2.10.1.
Ansible has been split into ansible-base and ansible, where ansible just contains modules and depends on ansible-base. There's still some warnings (both during build and install) I'd like to have someone with more python knowledge look over, but I've already deployed this on my workstation, works just fine.

A patch file from https://github.com/void-linux/void-packages/pull/25774.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ansible-2.10.1_1-25774.patch --]
[-- Type: text/x-diff, Size: 3747 bytes --]

From 9db07b6de3eeb220597a12c3c525a3a094d8a7f8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Wed, 21 Oct 2020 20:33:42 +0200
Subject: [PATCH 1/2] New package: ansible-base-2.10.2

---
 srcpkgs/ansible-base/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/ansible-base/template

diff --git a/srcpkgs/ansible-base/template b/srcpkgs/ansible-base/template
new file mode 100644
index 00000000000..508ebb4e551
--- /dev/null
+++ b/srcpkgs/ansible-base/template
@@ -0,0 +1,24 @@
+# Template file for 'ansible-base'
+pkgname=ansible-base
+version=2.10.2
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="${hostmakedepends} python3-cryptography python3-Jinja2 python3-paramiko
+ python3-yaml"
+checkdepends="python3-pytest"
+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/"
+conflicts="ansible<2.10.1_2"
+distfiles="https://pypi.python.org/packages/source/a/ansible-base/ansible-base-${version}.tar.gz"
+checksum=c79fe108e13b286bad21734208624aaef9dabb49bb4211b13bc96d88829e22ab
+
+post_install() {
+	vsconf examples/ansible.cfg
+	vsconf examples/hosts
+	for m in docs/man/man1/*.1; do
+		vman ${m}
+	done
+}

From 47a0ea613b17671d238acc85d97d5dbae794beed Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Wed, 21 Oct 2020 20:33:53 +0200
Subject: [PATCH 2/2] ansible: update to 2.10.1.

---
 srcpkgs/ansible-base/template |  2 +-
 srcpkgs/ansible/template      | 21 ++++++---------------
 2 files changed, 7 insertions(+), 16 deletions(-)

diff --git a/srcpkgs/ansible-base/template b/srcpkgs/ansible-base/template
index 508ebb4e551..39d43e3e3dc 100644
--- a/srcpkgs/ansible-base/template
+++ b/srcpkgs/ansible-base/template
@@ -11,9 +11,9 @@ 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/"
-conflicts="ansible<2.10.1_2"
 distfiles="https://pypi.python.org/packages/source/a/ansible-base/ansible-base-${version}.tar.gz"
 checksum=c79fe108e13b286bad21734208624aaef9dabb49bb4211b13bc96d88829e22ab
+conflicts="ansible<2.10.1_2"
 
 post_install() {
 	vsconf examples/ansible.cfg
diff --git a/srcpkgs/ansible/template b/srcpkgs/ansible/template
index 4c607951d2c..fe36b2030d3 100644
--- a/srcpkgs/ansible/template
+++ b/srcpkgs/ansible/template
@@ -1,23 +1,14 @@
 # Template file for 'ansible'
 pkgname=ansible
-version=2.9.13
-revision=2
+version=2.10.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="${hostmakedepends} python3-cryptography python3-Jinja2 python3-paramiko
- python3-yaml"
+depends="python3 ansible-base"
 checkdepends="python3-pytest"
 short_desc="Simple deployment, configuration management and execution framework"
-maintainer="Michael Aldridge <maldridge@voidlinux.org>"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="GPL-3.0-or-later"
 homepage="https://www.ansible.com/"
-distfiles="https://releases.ansible.com/ansible/${pkgname}-${version}.tar.gz"
-checksum=3ab21588992fbfe9de3173aefd63da1267dc12892a60f5cfdc055fe19c549644
-
-post_install() {
-	vsconf examples/ansible.cfg
-	vsconf examples/hosts
-	for m in docs/man/man1/*.1; do
-		vman ${m}
-	done
-}
+distfiles="https://pypi.python.org/packages/source/a/ansible/ansible-${version}.tar.gz"
+checksum=75708c67e2ac926cea42856af72cbc9494bf8008197652f9609089f7b4c2515a

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR REVIEW] ansible: update to 2.10.1.
  2020-10-21 18:42 [PR PATCH] ansible: update to 2.10.1 jcgruenhage
                   ` (3 preceding siblings ...)
  2020-10-21 19:40 ` [PR PATCH] [Updated] " jcgruenhage
@ 2020-10-22 22:12 ` PaperMountainStudio
  2020-10-23 10:41 ` [PR PATCH] [Updated] " jcgruenhage
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: PaperMountainStudio @ 2020-10-22 22:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 216 bytes --]

New review comment by PaperMountainStudio on void-packages repository

https://github.com/void-linux/void-packages/pull/25774#discussion_r510487637

Comment:
maybe `${PYPI_SITE}/a/ansible/ansible-${version}.tar.gz`?

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR PATCH] [Updated] ansible: update to 2.10.1.
  2020-10-21 18:42 [PR PATCH] ansible: update to 2.10.1 jcgruenhage
                   ` (4 preceding siblings ...)
  2020-10-22 22:12 ` [PR REVIEW] " PaperMountainStudio
@ 2020-10-23 10:41 ` jcgruenhage
  2020-10-24 12:08 ` [PR REVIEW] " jcgruenhage
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: jcgruenhage @ 2020-10-23 10:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 641 bytes --]

There is an updated pull request by jcgruenhage against master on the void-packages repository

https://github.com/jcgruenhage/void-packages ansible-2.10.1_1
https://github.com/void-linux/void-packages/pull/25774

ansible: update to 2.10.1.
Ansible has been split into ansible-base and ansible, where ansible just contains modules and depends on ansible-base. There's still some warnings (both during build and install) I'd like to have someone with more python knowledge look over, but I've already deployed this on my workstation, works just fine.

A patch file from https://github.com/void-linux/void-packages/pull/25774.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ansible-2.10.1_1-25774.patch --]
[-- Type: text/x-diff, Size: 2979 bytes --]

From 43abb091bc82a3bc3f84f12a6d1be5476476fb05 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Wed, 21 Oct 2020 20:33:42 +0200
Subject: [PATCH 1/2] New package: ansible-base-2.10.2

---
 srcpkgs/ansible-base/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/ansible-base/template

diff --git a/srcpkgs/ansible-base/template b/srcpkgs/ansible-base/template
new file mode 100644
index 00000000000..0a3bd652ea4
--- /dev/null
+++ b/srcpkgs/ansible-base/template
@@ -0,0 +1,24 @@
+# Template file for 'ansible-base'
+pkgname=ansible-base
+version=2.10.2
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="${hostmakedepends} python3-cryptography python3-Jinja2 python3-paramiko
+ python3-yaml"
+checkdepends="python3-pytest"
+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}/packages/source/a/ansible-base/ansible-base-${version}.tar.gz"
+checksum=c79fe108e13b286bad21734208624aaef9dabb49bb4211b13bc96d88829e22ab
+conflicts="ansible<2.10.1_1"
+
+post_install() {
+	vsconf examples/ansible.cfg
+	vsconf examples/hosts
+	for m in docs/man/man1/*.1; do
+		vman ${m}
+	done
+}

From 08775cca9b933ef74f0e97d4cd4a4180355dfae0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Wed, 21 Oct 2020 20:33:53 +0200
Subject: [PATCH 2/2] ansible: update to 2.10.1.

---
 srcpkgs/ansible/template | 21 ++++++---------------
 1 file changed, 6 insertions(+), 15 deletions(-)

diff --git a/srcpkgs/ansible/template b/srcpkgs/ansible/template
index 4c607951d2c..3aa842b0d94 100644
--- a/srcpkgs/ansible/template
+++ b/srcpkgs/ansible/template
@@ -1,23 +1,14 @@
 # Template file for 'ansible'
 pkgname=ansible
-version=2.9.13
-revision=2
+version=2.10.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="${hostmakedepends} python3-cryptography python3-Jinja2 python3-paramiko
- python3-yaml"
+depends="python3 ansible-base"
 checkdepends="python3-pytest"
 short_desc="Simple deployment, configuration management and execution framework"
-maintainer="Michael Aldridge <maldridge@voidlinux.org>"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="GPL-3.0-or-later"
 homepage="https://www.ansible.com/"
-distfiles="https://releases.ansible.com/ansible/${pkgname}-${version}.tar.gz"
-checksum=3ab21588992fbfe9de3173aefd63da1267dc12892a60f5cfdc055fe19c549644
-
-post_install() {
-	vsconf examples/ansible.cfg
-	vsconf examples/hosts
-	for m in docs/man/man1/*.1; do
-		vman ${m}
-	done
-}
+distfiles="${PYPI_SITE}/packages/source/a/ansible/ansible-${version}.tar.gz"
+checksum=75708c67e2ac926cea42856af72cbc9494bf8008197652f9609089f7b4c2515a

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR REVIEW] ansible: update to 2.10.1.
  2020-10-21 18:42 [PR PATCH] ansible: update to 2.10.1 jcgruenhage
                   ` (5 preceding siblings ...)
  2020-10-23 10:41 ` [PR PATCH] [Updated] " jcgruenhage
@ 2020-10-24 12:08 ` jcgruenhage
  2020-10-25 13:57 ` [PR PATCH] [Updated] " jcgruenhage
  2020-10-28 18:50 ` [PR PATCH] [Closed]: " Piraty
  8 siblings, 0 replies; 10+ messages in thread
From: jcgruenhage @ 2020-10-24 12:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 155 bytes --]

New review comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/25774#discussion_r511421469

Comment:
done

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR PATCH] [Updated] ansible: update to 2.10.1.
  2020-10-21 18:42 [PR PATCH] ansible: update to 2.10.1 jcgruenhage
                   ` (6 preceding siblings ...)
  2020-10-24 12:08 ` [PR REVIEW] " jcgruenhage
@ 2020-10-25 13:57 ` jcgruenhage
  2020-10-28 18:50 ` [PR PATCH] [Closed]: " Piraty
  8 siblings, 0 replies; 10+ messages in thread
From: jcgruenhage @ 2020-10-25 13:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 641 bytes --]

There is an updated pull request by jcgruenhage against master on the void-packages repository

https://github.com/jcgruenhage/void-packages ansible-2.10.1_1
https://github.com/void-linux/void-packages/pull/25774

ansible: update to 2.10.1.
Ansible has been split into ansible-base and ansible, where ansible just contains modules and depends on ansible-base. There's still some warnings (both during build and install) I'd like to have someone with more python knowledge look over, but I've already deployed this on my workstation, works just fine.

A patch file from https://github.com/void-linux/void-packages/pull/25774.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ansible-2.10.1_1-25774.patch --]
[-- Type: text/x-diff, Size: 2947 bytes --]

From aceb839c9f07ae53dd74bc04ca46b00c00a72b94 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Wed, 21 Oct 2020 20:33:42 +0200
Subject: [PATCH 1/2] New package: ansible-base-2.10.2

---
 srcpkgs/ansible-base/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/ansible-base/template

diff --git a/srcpkgs/ansible-base/template b/srcpkgs/ansible-base/template
new file mode 100644
index 00000000000..718daa0881e
--- /dev/null
+++ b/srcpkgs/ansible-base/template
@@ -0,0 +1,24 @@
+# Template file for 'ansible-base'
+pkgname=ansible-base
+version=2.10.2
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="${hostmakedepends} python3-cryptography python3-Jinja2 python3-paramiko
+ python3-yaml"
+checkdepends="python3-pytest"
+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=c79fe108e13b286bad21734208624aaef9dabb49bb4211b13bc96d88829e22ab
+conflicts="ansible<2.10.1_1"
+
+post_install() {
+	vsconf examples/ansible.cfg
+	vsconf examples/hosts
+	for m in docs/man/man1/*.1; do
+		vman ${m}
+	done
+}

From aa675f4a8a29be276a7b92f213566bf7d806e2bc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Wed, 21 Oct 2020 20:33:53 +0200
Subject: [PATCH 2/2] ansible: update to 2.10.1.

---
 srcpkgs/ansible/template | 21 ++++++---------------
 1 file changed, 6 insertions(+), 15 deletions(-)

diff --git a/srcpkgs/ansible/template b/srcpkgs/ansible/template
index 4c607951d2c..e51df9e3870 100644
--- a/srcpkgs/ansible/template
+++ b/srcpkgs/ansible/template
@@ -1,23 +1,14 @@
 # Template file for 'ansible'
 pkgname=ansible
-version=2.9.13
-revision=2
+version=2.10.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="${hostmakedepends} python3-cryptography python3-Jinja2 python3-paramiko
- python3-yaml"
+depends="python3 ansible-base"
 checkdepends="python3-pytest"
 short_desc="Simple deployment, configuration management and execution framework"
-maintainer="Michael Aldridge <maldridge@voidlinux.org>"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="GPL-3.0-or-later"
 homepage="https://www.ansible.com/"
-distfiles="https://releases.ansible.com/ansible/${pkgname}-${version}.tar.gz"
-checksum=3ab21588992fbfe9de3173aefd63da1267dc12892a60f5cfdc055fe19c549644
-
-post_install() {
-	vsconf examples/ansible.cfg
-	vsconf examples/hosts
-	for m in docs/man/man1/*.1; do
-		vman ${m}
-	done
-}
+distfiles="${PYPI_SITE}/a/ansible/ansible-${version}.tar.gz"
+checksum=75708c67e2ac926cea42856af72cbc9494bf8008197652f9609089f7b4c2515a

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR PATCH] [Closed]: ansible: update to 2.10.1.
  2020-10-21 18:42 [PR PATCH] ansible: update to 2.10.1 jcgruenhage
                   ` (7 preceding siblings ...)
  2020-10-25 13:57 ` [PR PATCH] [Updated] " jcgruenhage
@ 2020-10-28 18:50 ` Piraty
  8 siblings, 0 replies; 10+ messages in thread
From: Piraty @ 2020-10-28 18:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 468 bytes --]

There's a closed pull request on the void-packages repository

ansible: update to 2.10.1.
https://github.com/void-linux/void-packages/pull/25774

Description:
Ansible has been split into ansible-base and ansible, where ansible just contains modules and depends on ansible-base. There's still some warnings (both during build and install) I'd like to have someone with more python knowledge look over, but I've already deployed this on my workstation, works just fine.

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2020-10-28 18:50 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-21 18:42 [PR PATCH] ansible: update to 2.10.1 jcgruenhage
2020-10-21 18:43 ` [PR REVIEW] " jcgruenhage
2020-10-21 18:44 ` jcgruenhage
2020-10-21 18:44 ` the-maldridge
2020-10-21 19:40 ` [PR PATCH] [Updated] " jcgruenhage
2020-10-22 22:12 ` [PR REVIEW] " PaperMountainStudio
2020-10-23 10:41 ` [PR PATCH] [Updated] " jcgruenhage
2020-10-24 12:08 ` [PR REVIEW] " jcgruenhage
2020-10-25 13:57 ` [PR PATCH] [Updated] " jcgruenhage
2020-10-28 18:50 ` [PR PATCH] [Closed]: " Piraty

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).