psykose deb62258ec */*: set --skip-build for python installs
this marginally increases install speed by not checking if it needs a rebuild.
also remove --prefix=/usr as it defaults to /usr already.

might break a build or two, will fix later
2023-01-10 04:19:31 +01:00

25 lines
768 B
Plaintext

# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=py3-multi-key-dict
pkgver=2.0.3
pkgrel=4
pkgdesc="Multi key dictionary implementation"
url="https://github.com/formiaczek/multi_key_dict"
arch="noarch"
license="MIT"
depends="python3"
makedepends="py3-setuptools"
source="https://pypi.python.org/packages/source/m/multi_key_dict/multi_key_dict-$pkgver.tar.gz"
options="!check" # No tests
builddir="$srcdir/multi_key_dict-$pkgver"
build() {
python3 setup.py build
}
package() {
python3 setup.py install --skip-build --root="$pkgdir"
}
sha512sums="f6d0d01f663e89f1767b3dae7b112fe6d2775c2a10680dc44023b592c5dc36dc85d9bf705617033bbe23c1d7cc1edfbcbb814742c8f62dd78a2534feacad6fdf multi_key_dict-2.0.3.tar.gz"