[arch-commits] Commit in python-tomli/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Wed Jul 28 03:55:44 UTC 2021
Date: Wednesday, July 28, 2021 @ 03:55:44
Author: felixonmars
Revision: 420545
upgpkg: python-tomli 1.1.0-2: fixes unneeded dependency on flit-core (FS#71618)
Modified:
python-tomli/trunk/PKGBUILD
----------+
PKGBUILD | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-27 21:19:39 UTC (rev 420544)
+++ PKGBUILD 2021-07-28 03:55:44 UTC (rev 420545)
@@ -2,7 +2,7 @@
pkgname=python-tomli
pkgver=1.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="A lil' TOML parser"
url="https://github.com/hukkin/tomli"
license=('MIT')
@@ -15,6 +15,8 @@
prepare() {
cd tomli-$pkgver
+ # flit is not needed at runtime
+ sed -i '/flit_core/d' pyproject.toml
dephell deps convert --from pyproject.toml --to setup.py
}
More information about the arch-commits
mailing list