Date: Tuesday, March 28, 2023 @ 18:24:35
  Author: antiz
Revision: 1430043

archrelease: copy trunk to community-testing-any

Added:
  ansible/repos/community-testing-any/
  ansible/repos/community-testing-any/PKGBUILD
    (from rev 1430042, ansible/trunk/PKGBUILD)

----------+
 PKGBUILD |   40 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

Copied: ansible/repos/community-testing-any/PKGBUILD (from rev 1430042, 
ansible/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD                              (rev 0)
+++ community-testing-any/PKGBUILD      2023-03-28 18:24:35 UTC (rev 1430043)
@@ -0,0 +1,40 @@
+# Maintainer: Sven-Hendrik Haase <[email protected]>
+# Maintainer: Robin Candau <[email protected]>
+
+pkgname=ansible
+pkgver=7.4.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-kubernetes: Kubernetes modules'
+            'python-keyring: Keyring module'
+            'python-github3py: GitHub module'
+            'acme-tiny: openssl_certificate module')
+makedepends=('python-setuptools')
+source=("https://pypi.python.org/packages/source/a/ansible/ansible-${pkgver}.tar.gz";)
+sha512sums=('c77aebb54676b669305905c969fa5afac9e1262bfefa358de7fee0fb3ef89d0306c599acb2225cdb4209c53df16c307d438cc628299aec494c70cba166eb3cbb')
+
+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
+}

Reply via email to