[arch-commits] Commit in ansible/repos/community-any (PKGBUILD PKGBUILD)
Sven-Hendrik Haase
svenstaro at gemini.archlinux.org
Wed Aug 24 20:26:59 UTC 2022
Date: Wednesday, August 24, 2022 @ 20:26:59
Author: svenstaro
Revision: 1277005
archrelease: copy trunk to community-any
Added:
ansible/repos/community-any/PKGBUILD
(from rev 1277003, ansible/trunk/PKGBUILD)
Deleted:
ansible/repos/community-any/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-08-24 20:26:58 UTC (rev 1277004)
+++ PKGBUILD 2022-08-24 20:26:59 UTC (rev 1277005)
@@ -1,36 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
-pkgname=ansible
-pkgver=6.2.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=('7e0751fdedef6bd92a01c06e23dd482bb4b4795ef5a17754eea8f8297cebddb84b4d20041affec6589297214cd820cddaea4618d2f3a158daebb556c4a87bdb0')
-
-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 1277003, ansible/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-08-24 20:26:59 UTC (rev 1277005)
@@ -0,0 +1,36 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
+pkgname=ansible
+pkgver=6.3.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=('3832159065d6400caade84de1ff5f31d64d7b5d9c3a61ae9bb2ad207e410166dac3537c68d0ec3df7c4b8aec61ee48cc4b690e3117a987efa9306c6cbee534e0')
+
+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