Date: Friday, October 28, 2022 @ 12:59:00
  Author: felixonmars
Revision: 1338402

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-28 12:58:52 UTC (rev 1338401)
+++ PKGBUILD    2022-10-28 12:59:00 UTC (rev 1338402)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=dns-lexicon
-pkgver=3.11.6
-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-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=('086aa7daeef176960e058d60495f748c6c2acaf065801e41fe4b77c1bb44c8fd98b13805d9dc393d9be20d4e2d12ebc0967a0e07ec561fa4c33666a8f6e7ab18')
-
-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:

Copied: dns-lexicon/repos/community-any/PKGBUILD (from rev 1338401, 
dns-lexicon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-10-28 12:59:00 UTC (rev 1338402)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=dns-lexicon
+pkgver=3.11.7
+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-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=('7d3becea6b9d60a4589e9d7e8de010d0b7e6a2c127d1ccc6981d1bff88d09f5a708fd3e9e22f66b8a0a77a331784340662de73607dd25d69c0342795c6afc765')
+
+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:

Reply via email to