Date: Wednesday, October 12, 2022 @ 00:39:22
Author: felixonmars
Revision: 1327757
archrelease: copy trunk to community-any
Added:
dns-lexicon/repos/community-any/PKGBUILD
(from rev 1327756, 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-12 00:39:13 UTC (rev 1327756)
+++ PKGBUILD 2022-10-12 00:39:22 UTC (rev 1327757)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-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:
Copied: dns-lexicon/repos/community-any/PKGBUILD (from rev 1327756,
dns-lexicon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-12 00:39:22 UTC (rev 1327757)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=dns-lexicon
+pkgver=3.11.5
+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=('c7db28587aefe05fd0704556852240a8e9c79668bcadf873adfe9ff81666bff2c9ebebc56730fa767d91c9b58de44da8834e0b2af93aeaff53ef55d3b3439105')
+
+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: