* update python-flit to 3.9.0-3

This commit is contained in:
Alexander Baldeck 2024-12-05 13:51:45 +01:00
parent 36376190fb
commit d0fd6699ce
3 changed files with 27 additions and 1 deletions

View File

@ -0,0 +1,23 @@
pkgbase = python-flit
pkgdesc = Simplified packaging of Python modules
pkgver = 3.9.0
pkgrel = 3
url = https://github.com/pypa/flit
arch = any
license = BSD
checkdepends = python-pip
checkdepends = python-pytest
checkdepends = python-responses
checkdepends = python-testpath
makedepends = python-build
makedepends = python-installer
depends = python
depends = python-docutils
depends = python-flit-core
depends = python-requests
depends = python-tomli-w
source = python-flit-3.9.0.tar.gz::https://github.com/pypa/flit/archive/3.9.0.tar.gz
sha512sums = 1218756afcb79af1df0020548102ba29245a9fa998d332357a2a6a2b7b543dda835918f4811ba343e86e1f7c6b45a6dcafe26f8e905c1e49734141f7d4e9f4fc
b2sums = bae3baf324016e25f8422a79c60b91c3a6f3422ca57b20c3585444c912dfaca23b73e147912d503b9b78f69bbb7db861ab926b29ff081c5c75ada155e914c4a3
pkgname = python-flit

View File

@ -0,0 +1,3 @@
[python-flit]
source = "git"
git = "https://github.com/pypa/flit.git"

View File

@ -5,7 +5,7 @@
_name=flit
pkgname=python-flit
pkgver=3.9.0
pkgrel=2
pkgrel=3
pkgdesc='Simplified packaging of Python modules'
arch=(any)
url='https://github.com/pypa/flit'