summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Rubin2023-01-04 22:08:19 +0100
committerMarco Rubin2023-01-04 22:08:19 +0100
commit3b92851a1648cce6f143f55783a65eca3c091194 (patch)
tree6014a996f7231e3dc74d5c9c7c8426e03fc157f3
parent64eaa757c68d5e0d42923a8ee213aa9111da0d57 (diff)
downloadaur-3b92851a1648cce6f143f55783a65eca3c091194.tar.gz
Added setuptools in makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bea31bd2d955..a38a47b25ed8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 334de5cfb0a9..411c22f1d45b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')