Date: Thursday, March 30, 2023 @ 03:27:43 Author: felixonmars Revision: 1430322
upgpkg: python-ini2toml 0.12-1 Modified: python-ini2toml/trunk/PKGBUILD ----------+ PKGBUILD | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-03-30 03:19:06 UTC (rev 1430321) +++ PKGBUILD 2023-03-30 03:27:43 UTC (rev 1430322) @@ -1,9 +1,9 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-ini2toml -pkgver=0.11.3 -_commit=aeec167df452289c38da07a3dce520d1d1749230 -pkgrel=2 +pkgver=0.12 +_commit=94781cb458e71c63f2c6bbc3d80a6353cb61624d +pkgrel=1 pkgdesc="Automatically conversion of .ini/.cfg files to TOML equivalents" url="https://github.com/abravalheri/ini2toml" license=('MPL') @@ -11,10 +11,15 @@ # The default installation is broken. Adding [full] flavor dependencies here. depends=('python-configupdater' 'python-packaging' 'python-tomlkit') makedepends=('git' 'python-setuptools-scm') -checkdepends=('python-pytest-cov' 'python-tomli-w' 'python-validate-pyproject') +checkdepends=('python-pytest-randomly' 'python-tomli-w' 'python-validate-pyproject') source=("git+https://github.com/abravalheri/ini2toml.git#commit=$_commit") sha512sums=('SKIP') +prepare() { + cd ini2toml + sed -i 's/--cov ini2toml --cov-report term-missing//' setup.cfg +} + build() { cd ini2toml python setup.py build
