testing/py3-goodreads: move from user

This commit is contained in:
Antoine Martin 2023-08-30 13:55:12 -04:00
parent 17321a7110
commit 1749b1deed

View file

@ -7,21 +7,34 @@ pkgver=0.3.2
pkgrel=0 pkgrel=0
pkgdesc="Python extension for computing string edit distances and similarities" pkgdesc="Python extension for computing string edit distances and similarities"
url="https://pypi.python.org/pypi/Goodreads" url="https://pypi.python.org/pypi/Goodreads"
license='MIT' license="MIT"
arch='noarch' arch="noarch"
depends='python3' makedepends="
makedepends='py3-setuptools python3-dev py3-xmltodict py3-requests py3-rauth' py3-setuptools
py3-gpep517
py3-wheel
py3-installer
python3-dev
py3-xmltodict
py3-requests
py3-rauth
"
source="$_pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/g/$_pkgname/$_pkgname-$pkgver.tar.gz" source="$_pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/g/$_pkgname/$_pkgname-$pkgver.tar.gz"
options="!check" # No testsuite options="!check" # No testsuite
builddir="$srcdir"/$_pkgname-$pkgver builddir="$srcdir"/$_pkgname-$pkgver
subpackages="$pkgname-pyc"
build() { build() {
python3 setup.py build gpep517 build-wheel \
--wheel-dir dist \
--output-fd 3 3>&1 >&2
} }
package() { package() {
python3 setup.py install -O1 --prefix=/usr --root="$pkgdir" python3 -m installer -d "$pkgdir" \
dist/*.whl
} }
sha512sums=" sha512sums="
2c1f7be226bbbac3d60247a5dddc06c48ad1d72790e4ce61c8c369100358965926422958563f153661b91b561414e4b573b95098808cc25ac5c7e6edfc46e344 goodreads-0.3.2.tar.gz 2c1f7be226bbbac3d60247a5dddc06c48ad1d72790e4ce61c8c369100358965926422958563f153661b91b561414e4b573b95098808cc25ac5c7e6edfc46e344 goodreads-0.3.2.tar.gz
" "