wip: create lfs-12.2-systemd/python-flit-core-3.9.0
This commit is contained in:
parent
af3673d188
commit
d86a911ac9
14
lfs-12.2-systemd/python-flit-core-3.9.0.PKGBUILD
Normal file
14
lfs-12.2-systemd/python-flit-core-3.9.0.PKGBUILD
Normal file
@ -0,0 +1,14 @@
|
||||
pkgname=python-flit-core
|
||||
_name=${pkgname#python-}
|
||||
pkgver=3.9.0
|
||||
pkgdesc="A PEP 517 build backend for packages using Flit"
|
||||
homepage="https://github.com/pypa/flit/tree/main/flit_core"
|
||||
license=(BSD-3-Clause)
|
||||
sources=("flit_core-${pkgver}.tar.gz")
|
||||
urls=("https://pypi.org/packages/source/f/${_name}/${sources[0]}")
|
||||
md5sums=("3bc52f1952b9a78361114147da63c35b")
|
||||
|
||||
src_prepare() {
|
||||
tar -xf ${DIST_DIR}/${pkgname}-${pkgver}/${sources[0]} --strip-components=1
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user