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

Felix Yan felixonmars at archlinux.org
Tue Nov 10 05:14:31 UTC 2020


    Date: Tuesday, November 10, 2020 @ 05:14:31
  Author: felixonmars
Revision: 749384

archrelease: copy trunk to community-staging-x86_64

Added:
  python-qrencode/repos/community-staging-x86_64/
  python-qrencode/repos/community-staging-x86_64/PKGBUILD
    (from rev 749382, python-qrencode/trunk/PKGBUILD)

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

Copied: python-qrencode/repos/community-staging-x86_64/PKGBUILD (from rev 749382, python-qrencode/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-11-10 05:14:31 UTC (rev 749384)
@@ -0,0 +1,20 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=python-qrencode
+pkgver=1.2
+pkgrel=8
+pkgdesc='Simple wrapper for the C qrencode library'
+url='https://pypi.python.org/pypi/qrencode/'
+arch=('x86_64')
+license=('MIT')
+depends=('python' 'python-pillow' 'qrencode' 'glibc')
+source=(https://pypi.org/packages/source/q/qrencode/qrencode-${pkgver}.tar.gz)
+sha512sums=('e6ebf0c2d2081408ef3d4f4a2a44712e86f70019e34da5de49c1a31a26d69cafac07afb501be24bc95a2525e038a47a74f02279981ade1d33b3e96d3dbb5ce5f')
+
+package_python-qrencode() {
+  cd qrencode-${pkgver}
+  python setup.py install --prefix=/usr --root="${pkgdir}" -O1
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list