[arch-commits] Commit in python-fido2/repos/community-any (PKGBUILD PKGBUILD)

Christian Hesse eworm at archlinux.org
Mon Dec 24 22:27:28 UTC 2018


    Date: Monday, December 24, 2018 @ 22:27:27
  Author: eworm
Revision: 417872

archrelease: copy trunk to community-any

Added:
  python-fido2/repos/community-any/PKGBUILD
    (from rev 417871, python-fido2/trunk/PKGBUILD)
Deleted:
  python-fido2/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-24 22:27:24 UTC (rev 417871)
+++ PKGBUILD	2018-12-24 22:27:27 UTC (rev 417872)
@@ -1,31 +0,0 @@
-# Maintainer: Christian Hesse <mail at eworm.de>
-# Contributor: Emil Lundberg <emil at emlun.se> <emil at yubico.com>
-
-pkgname=python-fido2
-pkgver=0.4.0
-pkgrel=1
-pkgdesc='Library for FIDO 2.0, including communication with a device over USBA'
-url='https://github.com/Yubico/python-fido2'
-license=('custom:BSD-2-clause')
-arch=('any')
-depends=('python')
-makedepends=('git' 'python-setuptools')
-_tarball_basename="fido2-${pkgver}"
-validpgpkeys=('20EE325B86A81BCBD3E56798F04367096FBA95E8') # Dain Nilsson <dain at yubico.com>
-source=("git+https://github.com/Yubico/${pkgname}.git#tag=${pkgver}?signed")
-sha256sums=('SKIP')
-
-# Tests don't currently work in release tarballs
-# check() {
-#   cd "${srcdir}/${pkgname}"
-#   python setup.py test
-# }
-
-package() {
-  cd "${srcdir}/${pkgname}"
-
-  python setup.py install --root="${pkgdir}" --optimize=1
-
-  install -D -m0644 'COPYING' "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
-

Copied: python-fido2/repos/community-any/PKGBUILD (from rev 417871, python-fido2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-24 22:27:27 UTC (rev 417872)
@@ -0,0 +1,31 @@
+# Maintainer: Christian Hesse <mail at eworm.de>
+# Contributor: Emil Lundberg <emil at emlun.se> <emil at yubico.com>
+
+pkgname=python-fido2
+pkgver=0.5.0
+pkgrel=1
+pkgdesc='Library for FIDO 2.0, including communication with a device over USBA'
+url='https://github.com/Yubico/python-fido2'
+license=('custom:BSD-2-clause')
+arch=('any')
+depends=('python')
+makedepends=('git' 'python-setuptools')
+_tarball_basename="fido2-${pkgver}"
+validpgpkeys=('20EE325B86A81BCBD3E56798F04367096FBA95E8') # Dain Nilsson <dain at yubico.com>
+source=("git+https://github.com/Yubico/${pkgname}.git#tag=${pkgver}?signed")
+sha256sums=('SKIP')
+
+# Tests don't currently work in release tarballs
+# check() {
+#   cd "${srcdir}/${pkgname}"
+#   python setup.py test
+# }
+
+package() {
+  cd "${srcdir}/${pkgname}"
+
+  python setup.py install --root="${pkgdir}" --optimize=1
+
+  install -D -m0644 'COPYING' "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+



More information about the arch-commits mailing list