[arch-commits] Commit in ansible/repos/community-any (PKGBUILD PKGBUILD)
Sven-Hendrik Haase
svenstaro at gemini.archlinux.org
Thu May 5 10:29:16 UTC 2022
Date: Thursday, May 5, 2022 @ 10:29:16
Author: svenstaro
Revision: 1195497
archrelease: copy trunk to community-any
Added:
ansible/repos/community-any/PKGBUILD
(from rev 1195496, ansible/trunk/PKGBUILD)
Deleted:
ansible/repos/community-any/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-05-05 10:29:10 UTC (rev 1195496)
+++ PKGBUILD 2022-05-05 10:29:16 UTC (rev 1195497)
@@ -1,36 +0,0 @@
-# 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
-}
Copied: ansible/repos/community-any/PKGBUILD (from rev 1195496, ansible/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-05-05 10:29:16 UTC (rev 1195497)
@@ -0,0 +1,36 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
+pkgname=ansible
+pkgver=5.7.1
+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=('cba20da1a87e96600214b89539b5dd9ea0439edb6ccd757717c4041506b7ccb8ca046cd11840b2418bf0f6e725b21e56c8ac057f13604baba610d3716deee268')
+
+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