summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Aranguren2023-03-23 10:35:09 +1100
committerLuis Aranguren2023-03-23 10:35:09 +1100
commit0c3819bf2310faeae6173135153bd33f03115a66 (patch)
treec5efc3897ff0e13a305c09b6cb2106363679d193
parent38d56ce28146ced47da7ca20960f2b0fc5e76bf6 (diff)
downloadaur-0c3819bf2310faeae6173135153bd33f03115a66.tar.gz
4.0.3-2 Added missing and removed python-nose from makedepends
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24558bdc787d..48a5e3d7dc1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,15 @@
pkgbase = python-jsonrpcclient
pkgdesc = Send JSON-RPC requests in Python.
pkgver = 4.0.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/explodinglabs/jsonrpcclient
arch = any
license = MIT
+ makedepends = python-build
makedepends = python-setuptools
- makedepends = python-nose
+ makedepends = python-wheel
+ makedepends = python-pytest
+ makedepends = python-installer
depends = python
options = !emptydirs
source = python-jsonrpcclient-4.0.3.tar.gz::https://github.com/explodinglabs/jsonrpcclient/archive/refs/tags/4.0.3.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index ca2ba2c86826..0403ebdaa24d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=python-jsonrpcclient
_name=jsonrpcclient
pkgver=4.0.3
-pkgrel=1
+pkgrel=2
pkgdesc="Send JSON-RPC requests in Python."
arch=('any')
depends=('python')
-makedepends=('python-setuptools' 'python-nose')
+makedepends=('python-build' 'python-setuptools' 'python-wheel' 'python-pytest' 'python-installer')
url="https://github.com/explodinglabs/jsonrpcclient"
license=('MIT')
options=('!emptydirs')