mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
26 lines
932 B
Plaintext
26 lines
932 B
Plaintext
# Contributor: Duncan Bellamy <dunk@denkimushi.com>
|
|
# Maintainer: Duncan Bellamy <dunk@denkimushi.com>
|
|
pkgname=py3-hatchling
|
|
pkgver=1.15.0
|
|
pkgrel=1
|
|
pkgdesc="Modern, extensible Python build backend"
|
|
url="https://hatch.pypa.io/latest/"
|
|
license="MIT"
|
|
arch="noarch"
|
|
depends="python3 py3-editables py3-packaging py3-pathspec py3-pluggy py3-trove-classifiers"
|
|
makedepends="py3-installer"
|
|
subpackages="$pkgname-pyc"
|
|
source="https://files.pythonhosted.org/packages/py3/h/hatchling/hatchling-$pkgver-py3-none-any.whl"
|
|
options="!check"
|
|
|
|
package() {
|
|
# this causes a lot of circular dependencies, namely this depends on
|
|
# poetry-core, which needs jsonschema, which needs this
|
|
python3 -m installer -d "$pkgdir" \
|
|
"$srcdir"/hatchling-$pkgver-py3-none-any.whl
|
|
}
|
|
|
|
sha512sums="
|
|
518c9ff717f763cbf2d6d48fe4305014aeebb96a391e1582ddd48db9f5f32ae7f1fcea8edf6da7a0679d6adeac1333712024b3e6468606eca0fd4c9812cef874 hatchling-1.15.0-py3-none-any.whl
|
|
"
|