[arch-commits] Commit in ansible/repos/community-any (PKGBUILD PKGBUILD)
Sven-Hendrik Haase
svenstaro at gemini.archlinux.org
Thu Nov 25 12:56:34 UTC 2021
Date: Thursday, November 25, 2021 @ 12:56:34
Author: svenstaro
Revision: 1054773
archrelease: copy trunk to community-any
Added:
ansible/repos/community-any/PKGBUILD
(from rev 1054772, ansible/trunk/PKGBUILD)
Deleted:
ansible/repos/community-any/PKGBUILD
----------+
PKGBUILD | 73 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-25 12:56:28 UTC (rev 1054772)
+++ PKGBUILD 2021-11-25 12:56:34 UTC (rev 1054773)
@@ -1,36 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
-
-pkgname=ansible
-pkgver=4.8.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-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=('bc6eff841ba5a35612ffd6ef3a4d4ad556ec07b404bc75b0385bdb453edacaf7420dff3c579c17c027ae8e202ba4ed0fe81e2726efef3ce939e93fcdb7b2ed6d')
-
-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 1054772, ansible/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-25 12:56:34 UTC (rev 1054773)
@@ -0,0 +1,37 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
+
+pkgname=ansible
+pkgver=4.9.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=('75b3214cd8321cfc349613254b4df7fc35182fa5d35a0d771a8dfbca17ce14ef1f2acdaca325e6cd913abd94ffc7142c2d00925d217da21268810c3e812f8dbb')
+
+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