[arch-commits] Commit in python-service_identity/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Oct 26 21:26:28 UTC 2019


    Date: Saturday, October 26, 2019 @ 21:26:27
  Author: arojas
Revision: 520691

Fix checksums, source dir name and checkdepends

Modified:
  python-service_identity/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-26 21:14:31 UTC (rev 520690)
+++ PKGBUILD	2019-10-26 21:26:27 UTC (rev 520691)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
 
 pkgname=python-service_identity
-_pyname=${pkgname/python-/}
+_pyname=service-identity
 pkgver=18.1.0
 pkgrel=2
 pkgdesc='Service Identity Verification for Python'
@@ -11,9 +11,9 @@
 depends=('python' 'python-attrs' 'python-pyasn1' 'python-pyasn1-modules' 'python-idna')
 makedepends=('python' 'python-setuptools' 'python-attrs' 'python-pyasn1'
              'python-pyasn1-modules' 'python-idna' 'python-sphinx')
-checkdepends=('python-pytest')
+checkdepends=('python-pytest' 'python-cryptography')
 source=(${pkgname}-${pkgver}.tar.gz::https://github.com/pyca/service_identity/archive/${pkgver}.tar.gz)
-sha512sums=('0d1abf6ba1e725e923171fd3b809b2cf7ba757ca47f773e8c99a2e2265425b253549609c76955c4d67fcd2fd305d479a1d7541cb26811e94db26ab853d3d3441')
+sha512sums=('6b6da48c543bfbe0d9da9f0d03dbd735ce97e64a76cbf9eae2b615ced7b91c5fcca1f25353e53858c48da9c4e0c0be4e33fa4559adb50899a79689cbb372f49b')
 
 build() {
   cd ${_pyname}-${pkgver}
@@ -33,7 +33,7 @@
   install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
   install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
   install -Dm 644 docs/_build/text/*.txt -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/_build/man/${_pyname}.1 "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+  install -Dm 644 docs/_build/man/service_identity.1 "${pkgdir}/usr/share/man/man1/service_identity.1"
 }
 
 # vim: ts=2 sw=2 et:



More information about the arch-commits mailing list