Date: Friday, December 30, 2022 @ 09:28:52
  Author: svenstaro
Revision: 1372370

archrelease: copy trunk to community-any

Added:
  ansible/repos/community-any/PKGBUILD
    (from rev 1372369, ansible/trunk/PKGBUILD)
Deleted:
  ansible/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   73 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-30 09:28:44 UTC (rev 1372369)
+++ PKGBUILD    2022-12-30 09:28:52 UTC (rev 1372370)
@@ -1,36 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <[email protected]>
-pkgname=ansible
-pkgver=7.1.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=('bd3c5f12021f4ae1805889790bbf29c748418580e08b4e5a19aeb1dc88510f7a2cabaf4e045d98361246a1f52f3d31cbebf5a1441a60fec3095b8a4628572557')
-
-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 1372369, 
ansible/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-12-30 09:28:52 UTC (rev 1372370)
@@ -0,0 +1,37 @@
+# Maintainer: Sven-Hendrik Haase <[email protected]>
+pkgname=ansible
+pkgver=7.1.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-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'
+            'python-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=('bd3c5f12021f4ae1805889790bbf29c748418580e08b4e5a19aeb1dc88510f7a2cabaf4e045d98361246a1f52f3d31cbebf5a1441a60fec3095b8a4628572557')
+
+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