[arch-commits] Commit in ansible/repos (2 files)

Sven-Hendrik Haase svenstaro at archlinux.org
Thu Apr 29 14:47:46 UTC 2021


    Date: Thursday, April 29, 2021 @ 14:47:46
  Author: svenstaro
Revision: 925228

archrelease: copy trunk to community-testing-any

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

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

Copied: ansible/repos/community-testing-any/PKGBUILD (from rev 925227, ansible/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2021-04-29 14:47:46 UTC (rev 925228)
@@ -0,0 +1,33 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
+
+pkgname=ansible
+pkgver=3.3.0
+pkgrel=2
+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'
+            'acme-tiny: openssl_certificate module')
+makedepends=('python-setuptools')
+source=("https://pypi.python.org/packages/source/a/ansible/ansible-${pkgver}.tar.gz")
+sha512sums=('3cba3c9a373f0f71ca0182294f7ec2d438f6767b665a5e7a3741962d3eb0fefb4212b3a63570d6e51f28e1b780422c135e8295c853a38f6ea7e5d40023b65041')
+
+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