[arch-commits] Commit in dns-lexicon/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Tue Aug 23 18:17:44 UTC 2022
Date: Tuesday, August 23, 2022 @ 18:17:43
Author: felixonmars
Revision: 1275761
archrelease: copy trunk to community-any
Added:
dns-lexicon/repos/community-any/PKGBUILD
(from rev 1275760, dns-lexicon/trunk/PKGBUILD)
Deleted:
dns-lexicon/repos/community-any/PKGBUILD
----------+
PKGBUILD | 86 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 43 insertions(+), 43 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-08-23 18:17:29 UTC (rev 1275760)
+++ PKGBUILD 2022-08-23 18:17:43 UTC (rev 1275761)
@@ -1,43 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=dns-lexicon
-pkgver=3.11.3
-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'
- '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'
- 'python-softlayer: for SoftLayer support'
- 'python-xmltodict: for Plesk support'
- 'python-localzone: for localzone support'
- 'python-zeep: for Gransy 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')
-source=("https://github.com/AnalogJ/lexicon/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('770a3c052ecc26fb3a27ac49b8f14132b69ea6ca9dfc93caea1ac66c4e6a458e6484b8a8ab921eea97761216fa34d8ad0d95964cdcff30a5713de7189c1e987d')
-
-build() {
- cd lexicon-$pkgver
- python -m build --wheel --no-isolation
-}
-
-check() {
- cd lexicon-$pkgver
- pytest --deselect lexicon/tests/providers/test_oci.py
-}
-
-package() {
- cd lexicon-$pkgver
- python -m installer --destdir="$pkgdir" dist/*.whl
-
- install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:
Copied: dns-lexicon/repos/community-any/PKGBUILD (from rev 1275760, dns-lexicon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-08-23 18:17:43 UTC (rev 1275761)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=dns-lexicon
+pkgver=3.11.4
+pkgrel=1
+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'
+ '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'
+ 'python-softlayer: for SoftLayer support'
+ 'python-xmltodict: for Plesk support'
+ 'python-localzone: for localzone support'
+ 'python-zeep: for Gransy 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')
+source=("https://github.com/AnalogJ/lexicon/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('d7c1f085ffcb4589430f744970bbc6793779fb19d4cc29b071937d768cb271330794fccf38b60a82ed6362dda4101ac6643704bb703df242c8f2a17273dc6fbe')
+
+build() {
+ cd lexicon-$pkgver
+ python -m build --wheel --no-isolation
+}
+
+check() {
+ cd lexicon-$pkgver
+ pytest --deselect lexicon/tests/providers/test_oci.py
+}
+
+package() {
+ cd lexicon-$pkgver
+ python -m installer --destdir="$pkgdir" dist/*.whl
+
+ install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list