summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAshley Bone2023-08-05 11:47:03 -0400
committerAshley Bone2023-08-05 11:47:03 -0400
commita40927ac30c2c4970879a4bae442820da3da7c9f (patch)
tree0c4ca0a789cebc03d898b4add9919086b536988e
parente03c1dde3dd8fd61e0039ef22eb0748e28513be5 (diff)
downloadaur-a40927ac30c2c4970879a4bae442820da3da7c9f.tar.gz
Added python-setuptools to makedepends.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab46a437cfec..06cc29e655ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-portalocker
pkgdesc = Easy, portable file locking API.
pkgver = 2.7.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/WoLpH/portalocker
arch = any
license = PSF
@@ -9,6 +9,7 @@ pkgbase = python-portalocker
checkdepends = python-redis
makedepends = python-build
makedepends = python-installer
+ makedepends = python-setuptools
makedepends = python-wheel
depends = python
optdepends = python-redis: redis lock support
diff --git a/PKGBUILD b/PKGBUILD
index c37e6cf0d73e..90625b55d6b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,15 @@
# Maintainer: Ashley Bone <ashley DOT bone AT pm DOT me>
# Contributor: Carlos Aznarán <caznaranl@uni.pe>
-pkgbase=python-portalocker
pkgname=('python-portalocker')
_pkgname=portalocker
pkgver=2.7.0
-pkgrel=3
+pkgrel=4
pkgdesc='Easy, portable file locking API.'
arch=('any')
url="https://github.com/WoLpH/${_pkgname}"
license=('PSF')
depends=('python')
-makedepends=('python-build' 'python-installer' 'python-wheel')
+makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
checkdepends=('python-pytest' 'python-redis')
optdepends=('python-redis: redis lock support')
source=("https://pypi.python.org/packages/source/p/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")