diff options
author | Marco Rubin | 2023-01-04 22:08:19 +0100 |
---|---|---|
committer | Marco Rubin | 2023-01-04 22:08:19 +0100 |
commit | 3b92851a1648cce6f143f55783a65eca3c091194 (patch) | |
tree | 6014a996f7231e3dc74d5c9c7c8426e03fc157f3 | |
parent | 64eaa757c68d5e0d42923a8ee213aa9111da0d57 (diff) | |
download | aur-3b92851a1648cce6f143f55783a65eca3c091194.tar.gz |
Added setuptools in makedepends
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -1,13 +1,14 @@ pkgbase = python-svgelements pkgdesc = Svg Elements Parsing pkgver = 1.9.0 - pkgrel = 1 + pkgrel = 2 url = https://github.com/meerk40t/svgelements arch = any license = MIT checkdepends = python-scipy makedepends = python-build makedepends = python-installer + makedepends = python-setuptools makedepends = python-wheel depends = python optdepends = python-numpy: enable npoint() to do lightning fast linearization for Shapes @@ -3,7 +3,7 @@ _name=svgelements pkgname=python-$_name pkgver=1.9.0 -pkgrel=1 +pkgrel=2 pkgdesc='Svg Elements Parsing' arch=(any) url='https://github.com/meerk40t/svgelements' @@ -12,7 +12,7 @@ depends=(python) optdepends=('python-numpy: enable npoint() to do lightning fast linearization for Shapes' 'python-pillow: load images with PIL/Pillow' 'python-scipy: quickly provide the exact correct answer for the arc length') -makedepends=(python-build python-installer python-wheel) +makedepends=(python-build python-installer python-setuptools python-wheel) checkdepends=(python-scipy) source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz") b2sums=('6bc972ead10757c6b7945583c7bf7aae5d6cca0820425627a4f6e0050240a87afa26591f4d3cc60794e04af6386442b13d2bf8c1615d875531d7f8c6567eff43') |