David Runge pushed to branch main at Arch Linux / Packaging / Packages / python-pytest-click
Commits: 7df7b474 by David Runge at 2024-05-05T21:11:00+02:00 Add all direct dependencies Signed-off-by: David Runge <[email protected]> - - - - - edbec327 by David Runge at 2024-05-05T21:14:07+02:00 Use pytest instead of tox for testing Signed-off-by: David Runge <[email protected]> - - - - - 067f47f5 by David Runge at 2024-05-05T21:15:17+02:00 upgpkg: 1.1.0-4 Rebuild to add all direct dependencies and test using pytest. - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,15 +1,17 @@ pkgbase = python-pytest-click pkgdesc = pytest plugin for Click pkgver = 1.1.0 - pkgrel = 3 + pkgrel = 4 url = https://github.com/Stranger6667/pytest-click arch = any license = MIT - checkdepends = python-tox makedepends = python-setuptools makedepends = python-build makedepends = python-wheel makedepends = python-installer + depends = python + depends = python-click + depends = python-pytest source = python-pytest-click-1.1.0.tar.gz::https://github.com/Stranger6667/pytest-click/archive/refs/tags/v1.1.0.tar.gz sha512sums = aed7a67477cc523789063c72b8da67ae09cfbade6d66d77a2dc098821648324b2d3caf8d187b5dcca2dbd013c2eaac173cb0a7ed8f4db0f69279cdaee4978ed6 ===================================== PKGBUILD ===================================== @@ -2,13 +2,13 @@ pkgname=python-pytest-click pkgver=1.1.0 -pkgrel=3 +pkgrel=4 pkgdesc='pytest plugin for Click' arch=('any') url='https://github.com/Stranger6667/pytest-click' license=('MIT') +depends=('python' 'python-click' 'python-pytest') makedepends=('python-setuptools' 'python-build' 'python-wheel' 'python-installer') -checkdepends=('python-tox') source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz") sha512sums=('aed7a67477cc523789063c72b8da67ae09cfbade6d66d77a2dc098821648324b2d3caf8d187b5dcca2dbd013c2eaac173cb0a7ed8f4db0f69279cdaee4978ed6') @@ -19,7 +19,7 @@ build() { check() { cd "pytest-click-${pkgver}" - tox -e py + PYTHONPATH="$PWD/src" pytest -vv } package() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-click/-/compare/c752c0db5c5376f8a01e2e95139e5cb2899c999c...067f47f56b891ae9e064f70a9b1203c2163baa39 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-click/-/compare/c752c0db5c5376f8a01e2e95139e5cb2899c999c...067f47f56b891ae9e064f70a9b1203c2163baa39 You're receiving this email because of your account on gitlab.archlinux.org.
