update to LFS 12.4 #1

Merged
wyj merged 146 commits from dev into main 2025-12-22 07:15:10 -05:00
Showing only changes of commit 53343727b6 - Show all commits

View File

@@ -1,12 +1,12 @@
pkgname=python-flit-core
_name=${pkgname#python-}
pkgver=3.11.0
pkgver=3.12.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=("6d677b1acef1769c4c7156c7508e0dbd")
md5sums=("c538415c1f27bd69cbbbf3cdd5135d39")
src_prepare() {
tar -xf ${distdir}/${sources[0]} --strip-components=1