[arch-commits] Commit in dns-lexicon/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Fri Sep 2 19:31:03 UTC 2022
Date: Friday, September 2, 2022 @ 19:31:02
Author: felixonmars
Revision: 1290972
upgpkg: dns-lexicon 3.11.4-2: fix dependencies
Modified:
dns-lexicon/trunk/PKGBUILD
----------+
PKGBUILD | 22 ++++++++++------------
1 file changed, 10 insertions(+), 12 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-02 19:28:27 UTC (rev 1290971)
+++ PKGBUILD 2022-09-02 19:31:02 UTC (rev 1290972)
@@ -2,24 +2,22 @@
pkgname=dns-lexicon
pkgver=3.11.4
-pkgrel=1
+pkgrel=2
pkgdesc="Manipulate DNS records on various DNS providers in a standardized/agnostic way"
arch=('any')
url="https://github.com/AnalogJ/lexicon"
license=('MIT')
-depends=('python-beautifulsoup4' 'python-cryptography' 'python-future' 'python-yaml'
+depends=('python-beautifulsoup4' 'python-cryptography' 'python-yaml'
'python-requests' 'python-tldextract' 'python-importlib-metadata')
-makedepends=('python-build' 'python-installer' 'python-poetry')
-optdepends=('python-pynamecheap: for Namecheap support'
- 'python-boto3: for Route53 support'
+makedepends=('python-build' 'python-installer' 'python-poetry-core')
+optdepends=('python-boto3: for Route53 support'
+ 'python-localzone: for localzone support'
'python-softlayer: for SoftLayer support'
- 'python-xmltodict: for Plesk support'
- 'python-localzone: for localzone support'
- 'python-zeep: for Gransy support')
+ 'python-zeep: for Gransy support'
+ 'python-dnspython: for DDNS support')
# 'python-oci: for Oracle Cloud Infrastructure (OCI) support'
-checkdepends=('python-pytest-runner' 'python-vcrpy' 'python-softlayer' 'python-boto3' 'python-mock'
- 'python-pynamecheap' 'python-zeep' 'python-xmltodict' 'python-beautifulsoup4'
- 'python-localzone' 'python-html5lib' 'python-dnspython' 'bind-tools')
+checkdepends=('python-pytest' 'python-vcrpy' 'python-boto3' 'python-localzone' 'python-softlayer'
+ 'python-zeep' 'python-dnspython' 'bind')
source=("https://github.com/AnalogJ/lexicon/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
sha512sums=('d7c1f085ffcb4589430f744970bbc6793779fb19d4cc29b071937d768cb271330794fccf38b60a82ed6362dda4101ac6643704bb703df242c8f2a17273dc6fbe')
@@ -37,7 +35,7 @@
cd lexicon-$pkgver
python -m installer --destdir="$pkgdir" dist/*.whl
- install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+ install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
}
# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list