Skip to content
Snippets Groups Projects
Verified Commit 1c2011dc authored by Caleb Maclennan's avatar Caleb Maclennan
Browse files

upgpkg: 7.4.2-5: Fix runtime dependencies, closes #1

parent ad031ac1
No related branches found
Tags 0.2.0-5
No related merge requests found
pkgbase = python-qrcode
pkgdesc = Python library to generate QR codes
pkgver = 7.4.2
pkgrel = 4
pkgrel = 5
url = https://github.com/lincolnloop/python-qrcode
arch = any
license = BSD
......@@ -9,8 +9,8 @@ pkgbase = python-qrcode
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
depends = python
depends = python-setuptools
depends = python-typing_extensions
depends = python-pypng
optdepends = python-pillow: faster but not python native backend
......
......@@ -7,14 +7,17 @@
pkgname=python-qrcode
_pkgname=${pkgname#python-}
pkgver=7.4.2
pkgrel=4
pkgrel=5
pkgdesc='Python library to generate QR codes'
arch=('any')
url='https://github.com/lincolnloop/python-qrcode'
license=('BSD')
depends=('python' 'python-typing_extensions' 'python-pypng')
depends=('python'
'python-setuptools' # runtime dependency on pkg_resources
'python-typing_extensions'
'python-pypng')
optdepends=('python-pillow: faster but not python native backend')
makedepends=('python-'{build,installer,wheel} 'python-setuptools')
makedepends=('python-'{build,installer,wheel})
checkdepends=('python-pytest')
_archive="$_pkgname-$pkgver"
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_archive.tar.gz"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment