Date: Monday, May 8, 2023 @ 07:39:48
Author: felixonmars
Revision: 1459446
upgpkg: python-flit-scm 1.7.0-4: remove unneeded tomli dep (needed only for
python < 3.11)
Modified:
python-flit-scm/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-08 07:36:42 UTC (rev 1459445)
+++ PKGBUILD 2023-05-08 07:39:48 UTC (rev 1459446)
@@ -4,7 +4,7 @@
_name=flit_scm
pkgname=python-${_name//_/-}
pkgver=1.7.0
-pkgrel=3
+pkgrel=4
pkgdesc='A PEP 518 backend using setuptools_scm to generate a version file,
then flit to build'
arch=(any)
url="https://gitlab.com/WillDaSilva/$_name"
@@ -11,8 +11,7 @@
license=(MIT)
depends=(python
python-flit-core
- python-setuptools-scm
- python-tomli)
+ python-setuptools-scm)
makedepends=(python-{build,installer,wheel})
_archive="$_name-$pkgver"
source=("$_archive.tar.gz::$url/-/archive/$pkgver/$_archive.tar.gz")