python-flit-core 3.10.1-1
This commit is contained in:
parent
78f49c949e
commit
61568f04ea
14
PKGBUILD
14
PKGBUILD
@ -5,8 +5,8 @@
|
|||||||
|
|
||||||
# Maintainer: Future Linux Team <future_linux@163.com>
|
# Maintainer: Future Linux Team <future_linux@163.com>
|
||||||
pkgname=python-flit-core
|
pkgname=python-flit-core
|
||||||
pkgver=3.9.0
|
pkgver=3.10.1
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="A PEP 517 build backend for packages using Flit"
|
pkgdesc="A PEP 517 build backend for packages using Flit"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://pypi.org/project/flit-core/"
|
url="https://pypi.org/project/flit-core/"
|
||||||
@ -14,17 +14,17 @@ license=('BSD')
|
|||||||
depends=('python')
|
depends=('python')
|
||||||
makedepends=('python-build' 'python-installer')
|
makedepends=('python-build' 'python-installer')
|
||||||
source=(https://pypi.org/packages/source/f/flit-core/flit_core-${pkgver}.tar.gz)
|
source=(https://pypi.org/packages/source/f/flit-core/flit_core-${pkgver}.tar.gz)
|
||||||
sha256sums=(72ad266176c4a3fcfab5f2930d76896059851240570ce9a98733b658cb786eba)
|
sha256sums=(66e5b87874a0d6e39691f0e22f09306736b633548670ad3c09ec9db03c5662f7)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd flit_core-${pkgver}
|
cd flit_core-${pkgver}
|
||||||
|
|
||||||
python3 -m build --wheel --skip-dependency-check --no-isolation
|
python3 -m build --wheel --skip-dependency-check --no-isolation
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd flit_core-${pkgver}
|
cd flit_core-${pkgver}
|
||||||
|
|
||||||
python3 bootstrap_install.py --install-root ${pkgdir} dist/*.whl
|
python3 bootstrap_install.py --install-root ${pkgdir} dist/*.whl
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user