[arch-commits] Commit in ansible/repos/community-any (PKGBUILD PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Thu Apr 1 00:29:53 UTC 2021
Date: Thursday, April 1, 2021 @ 00:29:52
Author: svenstaro
Revision: 910759
archrelease: copy trunk to community-any
Added:
ansible/repos/community-any/PKGBUILD
(from rev 910758, ansible/trunk/PKGBUILD)
Deleted:
ansible/repos/community-any/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-04-01 00:29:44 UTC (rev 910758)
+++ PKGBUILD 2021-04-01 00:29:52 UTC (rev 910759)
@@ -1,33 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
-
-pkgname=ansible
-pkgver=3.1.0
-pkgrel=1
-pkgdesc='Official assortment of Ansible collections'
-arch=('any')
-url='https://pypi.org/project/ansible/'
-license=('GPL3')
-depends=('python' 'ansible-base')
-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=('ec8b453e2d1bda902b5e46ae75be84d52f08b2c394333ef95b6c162781cc291ade5b21548c68e55e1af642d43e62092ca0db42f51bdd0f79b2d8d221c88543b8')
-
-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 910758, ansible/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-04-01 00:29:52 UTC (rev 910759)
@@ -0,0 +1,33 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
+
+pkgname=ansible
+pkgver=3.2.0
+pkgrel=1
+pkgdesc='Official assortment of Ansible collections'
+arch=('any')
+url='https://pypi.org/project/ansible/'
+license=('GPL3')
+depends=('python' 'ansible-base')
+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=('1ea9229e7e6f227c1c13c074703b007fe081412cfa5ceb4ca9df3c7dc7fe5e92b9f643b5752a5cfebdf69d123b22fb34dfbd6894143b29204cf718138adfb991')
+
+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