python3-pendulum 3.1.0-5
This commit is contained in:
@@ -15,9 +15,9 @@ deps=("python3")
|
||||
deps_arch=("python")
|
||||
deps_alpine=("python3")
|
||||
|
||||
build_deps=("python3" "python3-pip")
|
||||
build_deps_arch=("python" "python-pip")
|
||||
build_deps_alpine=("python3" "py3-pip")
|
||||
build_deps=("python3" "python3-build" "python3-installer")
|
||||
build_deps_arch=("python" "python-build" "python-installer")
|
||||
build_deps_alpine=("python3" "py3-build" "py3-installer")
|
||||
|
||||
sources=("https://files.pythonhosted.org/packages/source/p/pyaml/pyaml-25.7.0.tar.gz")
|
||||
checksums=('blake2b-256:c40141f63d66a801a561c9e335523516bd5f761bc43cc61f8b75918306bf2da8')
|
||||
@@ -29,11 +29,10 @@ build() {
|
||||
|
||||
package() {
|
||||
cd "$srcdir/pyaml-${version}"
|
||||
pip install --root="${pkgdir}/" . --no-deps --ignore-installed --disable-pip-version-check
|
||||
python -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl
|
||||
}
|
||||
|
||||
files() {
|
||||
echo ./usr/local/bin/pyaml
|
||||
printf '"%s" ' ./usr/local/lib/python3.*/site-packages/pyaml/**/*
|
||||
printf '"%s" ' ./usr/local/lib/python3.*/site-packages/pyaml-${version}.dist-info/*
|
||||
files-find-bin
|
||||
files-find-lib
|
||||
}
|
||||
Reference in New Issue
Block a user