* update python-tomli-w to 1.0.0-8

This commit is contained in:
Alexander Baldeck 2024-12-05 07:19:00 +01:00
parent 5457a0a504
commit b97b5108a1
3 changed files with 22 additions and 1 deletions

View File

@ -0,0 +1,18 @@
pkgbase = python-tomli-w
pkgdesc = A lil' TOML writer
pkgver = 1.0.0
pkgrel = 8
url = https://github.com/hukkin/tomli-w
arch = any
license = MIT
checkdepends = python-pytest
checkdepends = python-tomli
makedepends = git
makedepends = python-build
makedepends = python-flit-core
makedepends = python-installer
depends = python
source = git+https://github.com/hukkin/tomli-w.git#tag=19099125f32e7c491603e393263754262b356956
b2sums = SKIP
pkgname = python-tomli-w

View File

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

View File

@ -3,7 +3,7 @@
pkgname=python-tomli-w
pkgver=1.0.0
pkgrel=7
pkgrel=8
pkgdesc="A lil' TOML writer"
url=https://github.com/hukkin/tomli-w
license=(MIT)