summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor2023-10-28 11:23:02 +0200
committerVictor2023-10-28 11:23:02 +0200
commitc71bfbc9fc90d5976385bac88ef935ce0e8ea9d2 (patch)
tree17bf3dffdaa945a3e23531d24a9e18a7c14141cd
parent550ce8e927744db17deb3c413a6383bc498d0ae9 (diff)
downloadaur-python-palettable.tar.gz
Add 'python-setuptools' as makedep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ed2d8f17001..884a2eadd61e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = python-palettable
pkgdesc = Color palettes for Python
pkgver = 3.3.3
- pkgrel = 1
+ pkgrel = 2
url = https://pypi.org/project/palettable
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
+ makedepends = python-setuptools
depends = python
depends = python-matplotlib
replaces = python-brewer2mpl
diff --git a/PKGBUILD b/PKGBUILD
index 9a68d12eb9bb..da76981ca301 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
_name=palettable
pkgname=python-palettable
pkgver=3.3.3
-pkgrel=1
+pkgrel=2
pkgdesc="Color palettes for Python"
arch=('any')
url="https://pypi.org/project/palettable"
license=('MIT')
depends=('python' 'python-matplotlib')
-makedepends=('python-build' 'python-installer' 'python-wheel')
+makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
replaces=('python-brewer2mpl')
source=("${pkgname}-${pkgver}.tar.gz::https://pypi.io/packages/source/${_name:0:1}/${_name}/${_name}-${pkgver}.tar.gz"
"https://raw.githubusercontent.com/jiffyclub/palettable/d267e4aa8f746ab800d4998e670d60eca13f32cd/license.txt")