[arch-commits] Commit in dns-lexicon/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Fri Sep 2 19:31:16 UTC 2022


    Date: Friday, September 2, 2022 @ 19:31:15
  Author: felixonmars
Revision: 1290973

archrelease: copy trunk to community-any

Added:
  dns-lexicon/repos/community-any/PKGBUILD
    (from rev 1290972, dns-lexicon/trunk/PKGBUILD)
Deleted:
  dns-lexicon/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   84 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 41 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-09-02 19:31:02 UTC (rev 1290972)
+++ PKGBUILD	2022-09-02 19:31:15 UTC (rev 1290973)
@@ -1,43 +0,0 @@
-# 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:

Copied: dns-lexicon/repos/community-any/PKGBUILD (from rev 1290972, dns-lexicon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-09-02 19:31:15 UTC (rev 1290973)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=dns-lexicon
+pkgver=3.11.4
+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-yaml'
+         'python-requests' 'python-tldextract' 'python-importlib-metadata')
+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-zeep: for Gransy support'
+            'python-dnspython: for DDNS support')
+            # 'python-oci: for Oracle Cloud Infrastructure (OCI) support'
+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')
+
+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 -t "$pkgdir"/usr/share/licenses/$pkgname/
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list