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

Christian Hesse eworm at gemini.archlinux.org
Mon Jan 3 22:33:40 UTC 2022


    Date: Monday, January 3, 2022 @ 22:33:40
  Author: eworm
Revision: 1092649

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 1092648, python-pyscard/trunk/PKGBUILD)

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

Copied: python-pyscard/repos/community-testing-x86_64/PKGBUILD (from rev 1092648, python-pyscard/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2022-01-03 22:33:40 UTC (rev 1092649)
@@ -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.2
+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=('05de0579c42b4eb433903aa2fb327d4821ebac262434b6584da18ed72053fd9e'
+            '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