David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
python-pytest-html


Commits:
fbe50e52 by David Runge at 2023-12-25T22:57:51+01:00
Use bash arrays with one entry per line for easier handling

Signed-off-by: David Runge <[email protected]>

- - - - -
fb23086b by David Runge at 2023-12-25T22:58:55+01:00
Switch to correct SPDX license identifier for upstream project

Signed-off-by: David Runge <[email protected]>

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -7,11 +7,25 @@ pkgrel=3
 pkgdesc="Plugin for generating HTML reports for pytest results"
 arch=(any)
 url="https://github.com/pytest-dev/pytest-html";
-license=(MPL2)
-depends=(python-py python-pytest python-pytest-metadata)
-makedepends=(python-build python-installer python-setuptools 
python-setuptools-scm python-wheel)
-checkdepends=(python-ansi2html python-pytest-mock python-pytest-rerunfailures
-python-pytest-xdist)
+license=(MPL-2.0)
+depends=(
+  python-py
+  python-pytest
+  python-pytest-metadata
+)
+makedepends=(
+  python-build
+  python-installer
+  python-setuptools
+  python-setuptools-scm
+  python-wheel
+)
+checkdepends=(
+  python-ansi2html
+  python-pytest-mock
+  python-pytest-rerunfailures
+  python-pytest-xdist
+)
 source=(
   
https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz
   $pkgname-3.2.0-build_system.patch



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-html/-/compare/94b78448f3b831c5cc9da5dfc1f49168124c9ce9...fb23086bff55b76958d7f8b0eccc6dfa5c745c13

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-html/-/compare/94b78448f3b831c5cc9da5dfc1f49168124c9ce9...fb23086bff55b76958d7f8b0eccc6dfa5c745c13
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to