[arch-commits] Commit in ansible/repos/community-any (PKGBUILD PKGBUILD)
Sven-Hendrik Haase
svenstaro at gemini.archlinux.org
Wed Apr 27 23:48:16 UTC 2022
Date: Wednesday, April 27, 2022 @ 23:48:15
Author: svenstaro
Revision: 1191360
archrelease: copy trunk to community-any
Added:
ansible/repos/community-any/PKGBUILD
(from rev 1191359, ansible/trunk/PKGBUILD)
Deleted:
ansible/repos/community-any/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-04-27 23:48:09 UTC (rev 1191359)
+++ PKGBUILD 2022-04-27 23:48:15 UTC (rev 1191360)
@@ -1,36 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
-pkgname=ansible
-pkgver=5.6.0
-pkgrel=1
-pkgdesc='Official assortment of Ansible collections'
-arch=('any')
-url='https://pypi.org/project/ansible/'
-license=('GPL3')
-depends=('python' 'ansible-core')
-provides=('python-ansible_collections')
-optdepends=('python-argcomplete: shell completions'
- 'python-pyopenssl: openssl modules'
- 'python-dnspython: for dig lookup'
- 'python-ovirt-engine-sdk: ovirt support'
- 'python-boto3: aws_s3 module'
- 'python-ldap: ldap support'
- 'python-proxmoxer: proxmos modules'
- 'python-openstacksdk: OpenStack module'
- 'python-pynetbox: NetBox module'
- 'python-ldap: LDAP modules'
- 'python-keyring: Keyring module'
- 'acme-tiny: openssl_certificate module')
-makedepends=('python-setuptools')
-source=("https://pypi.python.org/packages/source/a/ansible/ansible-${pkgver}.tar.gz")
-sha512sums=('e031621ef40c7cf883c436bcb39703c0862a849bfa5dab48691a8f51f794ec3899145aed17b732816e175623ced922662b371ed563bcf770b8d1157128826bbb')
-
-build() {
- cd ansible-${pkgver}
- python setup.py build
-}
-
-package() {
- cd ansible-${pkgver}
- python setup.py install -O1 --root="${pkgdir}"
- install -Dm644 COPYING "${pkgdir}"/usr/share/doc/${pkgname}/COPYING
-}
Copied: ansible/repos/community-any/PKGBUILD (from rev 1191359, ansible/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-04-27 23:48:15 UTC (rev 1191360)
@@ -0,0 +1,36 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
+pkgname=ansible
+pkgver=5.7.0
+pkgrel=1
+pkgdesc='Official assortment of Ansible collections'
+arch=('any')
+url='https://pypi.org/project/ansible/'
+license=('GPL3')
+depends=('python' 'ansible-core')
+provides=('python-ansible_collections')
+optdepends=('python-argcomplete: shell completions'
+ 'python-pyopenssl: openssl modules'
+ 'python-dnspython: for dig lookup'
+ 'python-ovirt-engine-sdk: ovirt support'
+ 'python-boto3: aws_s3 module'
+ 'python-ldap: ldap support'
+ 'python-proxmoxer: proxmos modules'
+ 'python-openstacksdk: OpenStack module'
+ 'python-pynetbox: NetBox module'
+ 'python-ldap: LDAP modules'
+ 'python-keyring: Keyring module'
+ 'acme-tiny: openssl_certificate module')
+makedepends=('python-setuptools')
+source=("https://pypi.python.org/packages/source/a/ansible/ansible-${pkgver}.tar.gz")
+sha512sums=('2e2f88948e875a1ce5a6cac58ae0d918adf903848c60e125728314e935cbf29aae6db6ec87d9aad14fd5406751251a681b441f1209c789f14a1df6e68b91c3d9')
+
+build() {
+ cd ansible-${pkgver}
+ python setup.py build
+}
+
+package() {
+ cd ansible-${pkgver}
+ python setup.py install -O1 --root="${pkgdir}"
+ install -Dm644 COPYING "${pkgdir}"/usr/share/doc/${pkgname}/COPYING
+}
More information about the arch-commits
mailing list