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

Felix Yan felixonmars at archlinux.org
Tue Nov 6 16:50:27 UTC 2018


    Date: Tuesday, November 6, 2018 @ 16:50:26
  Author: felixonmars
Revision: 401718

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-06 16:50:01 UTC (rev 401717)
+++ PKGBUILD	2018-11-06 16:50:26 UTC (rev 401718)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=dns-lexicon
-pkgver=2.7.12
-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-future' 'python-requests' 'python-setuptools' 'python-tldextract'
-         'python-cryptography' 'python-pyopenssl' 'python-idna')
-optdepends=('python-softlayer: for SoftLayer support'
-            'python-boto3: for Route53 support'
-            'python-pynamecheap: for Namecheap support'
-            'python-zeep: for Subreg support'
-            'python-xmltodict: for Plesk support'
-            'python-beautifulsoup4: for Henet support')
-checkdepends=('python-pytest-runner' 'python-vcrpy' 'python-softlayer' 'python-boto3' 'python-mock'
-              'python-pynamecheap' 'python-zeep' 'python-xmltodict' 'python-beautifulsoup4'
-              'bind-tools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/AnalogJ/lexicon/archive/v$pkgver.tar.gz")
-sha512sums=('f03e06c7b7248aea2e4759bf6b514cbed7dfaba637381ca6f995f5aa826cabe144eaf5aa1b1e3ef750e6598b29632eeab3821d05c258d3a0cfb014cb1dd88c3c')
-
-build() {
-  cd lexicon-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd lexicon-$pkgver
-  python setup.py pytest --addopts '--ignore tests/providers/test_route53.py --ignore tests/providers/test_transip.py'
-}
-
-package() {
-  cd lexicon-$pkgver
-  python setup.py install -O1 --prefix=/usr --root="$pkgdir"
-
-  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 401717, dns-lexicon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-11-06 16:50:26 UTC (rev 401718)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=dns-lexicon
+pkgver=2.7.13
+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-future' 'python-requests' 'python-setuptools' 'python-tldextract'
+         'python-cryptography' 'python-pyopenssl' 'python-idna')
+optdepends=('python-softlayer: for SoftLayer support'
+            'python-boto3: for Route53 support'
+            'python-pynamecheap: for Namecheap support'
+            'python-zeep: for Subreg support'
+            'python-xmltodict: for Plesk support'
+            'python-beautifulsoup4: for Henet support')
+checkdepends=('python-pytest-runner' 'python-vcrpy' 'python-softlayer' 'python-boto3' 'python-mock'
+              'python-pynamecheap' 'python-zeep' 'python-xmltodict' 'python-beautifulsoup4'
+              'bind-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/AnalogJ/lexicon/archive/v$pkgver.tar.gz")
+sha512sums=('2906ed2b84a597dbbba45cdea5f6f0a05806ab64c995cb7bb471de0fd6b1a5a253a48a784924b4922a2a72316b28dd1cc84868edc44f36edbb2fdba78b6eb8a0')
+
+build() {
+  cd lexicon-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd lexicon-$pkgver
+  python setup.py pytest --addopts '--ignore tests/providers/test_route53.py --ignore tests/providers/test_transip.py'
+}
+
+package() {
+  cd lexicon-$pkgver
+  python setup.py install -O1 --prefix=/usr --root="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list