Date: Monday, April 1, 2019 @ 18:00:15 Author: felixonmars Revision: 446959
archrelease: copy trunk to community-any Added: dns-lexicon/repos/community-any/PKGBUILD (from rev 446958, dns-lexicon/trunk/PKGBUILD) Deleted: dns-lexicon/repos/community-any/PKGBUILD ----------+ PKGBUILD | 86 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 43 insertions(+), 43 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2019-04-01 17:59:55 UTC (rev 446958) +++ PKGBUILD 2019-04-01 18:00:15 UTC (rev 446959) @@ -1,43 +0,0 @@ -# Maintainer: Felix Yan <felixonm...@archlinux.org> - -pkgname=dns-lexicon -pkgver=3.1.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-future' 'python-tldextract' 'python-cryptography' 'python-yaml' 'python-setuptools' - # requests[security] Expanded: - 'python-requests' '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' - 'python-localzone: for localzone support') -checkdepends=('python-pytest-runner' 'python-vcrpy' 'python-softlayer' 'python-boto3' 'python-mock' - 'python-pynamecheap' 'python-zeep' 'python-xmltodict' 'python-beautifulsoup4' - 'python-localzone' 'bind-tools') -source=("$pkgname-$pkgver.tar.gz::https://github.com/AnalogJ/lexicon/archive/v$pkgver.tar.gz") -sha512sums=('f6c9d3be9d6c322552f2c24d1e9e05524625e00a739f8d55bff8c8c5724cfb61e38543a70cb16a52f8f9b9a29dd37000394d4168b4d6b194d718f872e295cd93') - -build() { - cd lexicon-$pkgver - python setup.py build -} - -check() { - cd lexicon-$pkgver - python setup.py pytest --addopts '--ignore lexicon/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 446958, dns-lexicon/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2019-04-01 18:00:15 UTC (rev 446959) @@ -0,0 +1,43 @@ +# Maintainer: Felix Yan <felixonm...@archlinux.org> + +pkgname=dns-lexicon +pkgver=3.1.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-future' 'python-tldextract' 'python-cryptography' 'python-yaml' 'python-setuptools' + # requests[security] Expanded: + 'python-requests' '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' + 'python-localzone: for localzone support') +checkdepends=('python-pytest-runner' 'python-vcrpy' 'python-softlayer' 'python-boto3' 'python-mock' + 'python-pynamecheap' 'python-zeep' 'python-xmltodict' 'python-beautifulsoup4' + 'python-localzone' 'bind-tools') +source=("$pkgname-$pkgver.tar.gz::https://github.com/AnalogJ/lexicon/archive/v$pkgver.tar.gz") +sha512sums=('833d1fd97f9ab429d7f6426a33cee7dc920036c5ceacdae289f994f180d5729a1b55a027bd7daf8b4d49add7a34708715acc448552773e7ceea9c39238cde8f8') + +build() { + cd lexicon-$pkgver + python setup.py build +} + +check() { + cd lexicon-$pkgver + python setup.py pytest --addopts '--ignore lexicon/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: