summaryrefslogtreecommitdiff
path: root/templates/pyyaml/template
blob: 2738600f624ae168e287a0de21e0b9fe43b3ba57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
pkgname=pyyaml
version=6.0.3
build_no=1
upstream=""

extras=(
	https://files.pythonhosted.org/packages/88/f9/16491d7ed2a919954993e48aa941b200f38040928474c9e85ea9e64222c3/pyyaml-6.0.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
)

extract="false"

function do_configure {
	 cp /build/pyyaml-6.0.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl .
}

function do_build {
	 echo "no build"
}

function do_install {
	 python -m zipfile -e pyyaml-6.0.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl "${DESTDIR}/${PY_SITE_PACKAGES}"
}