[arch-commits] Commit in python-pyscard/repos (2 files)

Christian Hesse eworm at gemini.archlinux.org
Fri Jul 23 13:47:59 UTC 2021


    Date: Friday, July 23, 2021 @ 13:47:58
  Author: eworm
Revision: 984502

archrelease: copy trunk to community-testing-x86_64

Added:
  python-pyscard/repos/community-testing-x86_64/
  python-pyscard/repos/community-testing-x86_64/PKGBUILD
    (from rev 984501, python-pyscard/trunk/PKGBUILD)

----------+
 PKGBUILD |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

Copied: python-pyscard/repos/community-testing-x86_64/PKGBUILD (from rev 984501, python-pyscard/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2021-07-23 13:47:58 UTC (rev 984502)
@@ -0,0 +1,25 @@
+# Maintainer: Christian Hesse <mail at eworm.de>
+# Contributor: Bruno Parmentier <dev at brunoparmentier.be>
+
+pkgname=python-pyscard
+_pyname=pyscard
+pkgver=2.0.1
+pkgrel=1
+pkgdesc='Framework for building smart card aware applications in Python'
+arch=('x86_64')
+url='https://pyscard.sourceforge.io/'
+license=('LGPL')
+depends=('python' 'pcsclite')
+makedepends=('swig' 'python-setuptools')
+validpgpkeys=('535E3696356979F4932CB7443F4A8A8FE07F1CF9'  # Ludovic Rousseau <rousseau at debian.org>
+              'F5E11B9FFE911146F41D953D78A1B4DFE8F9C57E') # Ludovic Rousseau <ludovic.rousseau at free.fr>
+source=("https://downloads.sourceforge.net/project/pyscard/pyscard/pyscard%20${pkgver}/pyscard-${pkgver}.tar.gz"{,.asc})
+sha256sums=('2ba5ed0db0ed3c98e95f9e34016aa3a57de1bc42dd9030b77a546036ee7e46d8'
+            'SKIP')
+
+package() {
+	cd "${srcdir}/${_pyname}-${pkgver}/"
+
+	python setup.py build_ext install --root="${pkgdir}/" --optimize=1
+	install -D -m0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}




More information about the arch-commits mailing list