mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-19 14:52:27 +01:00
29 lines
861 B
Plaintext
29 lines
861 B
Plaintext
# Contributor: Galen Abell <galen@galenabell.com>
|
|
# Maintainer: Galen Abell <galen@galenabell.com>
|
|
pkgname=py3-sphobjinv
|
|
_pyname=sphobjinv
|
|
pkgver=2.2.2
|
|
pkgrel=0
|
|
pkgdesc="Sphinx objects.inv Inspection/Manipulation Tool"
|
|
url="https://github.com/bskinn/sphobjinv"
|
|
arch="noarch"
|
|
license="MIT"
|
|
options="!check" # no tests
|
|
depends="python3 py3-attrs py3-certifi py3-jsonschema py3-fuzzywuzzy"
|
|
makedepends="py3-setuptools"
|
|
checkdepends="py3-pytest"
|
|
source="$_pyname-$pkgver.tar.gz::https://github.com/bskinn/sphobjinv/archive/refs/tags/v$pkgver.tar.gz"
|
|
builddir="$srcdir/$_pyname-$pkgver"
|
|
|
|
build() {
|
|
python3 setup.py build
|
|
}
|
|
|
|
package() {
|
|
python3 setup.py install --prefix=/usr --root="$pkgdir"
|
|
}
|
|
|
|
sha512sums="
|
|
36e7667b071f30d4ca066422b21d298c5691321d813ba6ad9eb7a69cd4107ceb18365ee2f95865fad64ab872428b035661a3f513df2e4aab1124b48f49c7280b sphobjinv-2.2.2.tar.gz
|
|
"
|