summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2022-09-16 16:49:33 +0200
committerPhilipp A2022-09-16 16:49:33 +0200
commitc58d8aace07572a531aff3aadeb41b8526eed2b5 (patch)
treea8bfe2be5a0f96409629c24a48ee835b1450a192
parentcb0446e2ca341d7e63e6dff1eb6232ecf1977b0d (diff)
downloadaur-python-wheel-inspect.tar.gz
makedeps
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5cd79f6d816b..c5838c07cf2f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
pkgbase = python-wheel-inspect
pkgdesc = Extract information from wheels
pkgver = 1.7.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jwodder/wheel-inspect
arch = any
license = MIT
+ makedepends = python-setuptools
makedepends = python-build
makedepends = python-installer
+ makedepends = python-wheel
depends = python
depends = python-attrs
depends = python-entry-points-txt
diff --git a/PKGBUILD b/PKGBUILD
index eb4e0ddabb30..7132e4b99cbb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
_name=wheel-inspect
pkgname=python-$_name
pkgver=1.7.1
-pkgrel=1
+pkgrel=2
pkgdesc='Extract information from wheels'
arch=(any)
url="https://github.com/jwodder/$_name"
license=(MIT)
depends=(python python-attrs python-entry-points-txt python-headerparser python-packaging python-readme-renderer python-wheel-filename)
-makedepends=(python-build python-installer)
+makedepends=(python-setuptools python-build python-installer python-wheel)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
sha256sums=('469df948ea059ad0cd33cf5f033c554a8b4c20641745701f402e71a7694ec828')