Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
archrelease: copy trunk to community-any
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/repos/svn-community/svn@1443041 9fca08f4-af9d-4005-b8df-a31f2cc04f65
  • Loading branch information
polyzen authored and svntogit committed Apr 9, 2023
1 parent c0019ca commit 0bfa194
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions repos/community-any/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@
# Contributor: Felix Kaiser <felix.kaiser@fxkr.net>

pkgname=python-pytest
pkgver=7.2.2
pkgver=7.3.0
pkgrel=1
pkgdesc="Simple powerful testing with Python"
arch=('any')
license=('MIT')
url="https://pytest.org/"
depends=('python-attrs' 'python-exceptiongroup' 'python-iniconfig'
'python-packaging' 'python-pluggy' 'python-tomli')
depends=('python-exceptiongroup' 'python-iniconfig' 'python-packaging'
'python-pluggy' 'python-tomli')
makedepends=('python-build' 'python-installer' 'python-setuptools'
'python-wheel')
checkdepends=('python-argcomplete' 'python-hypothesis' 'python-nose'
'python-requests' 'python-xmlschema'
checkdepends=('python-argcomplete' 'python-attrs' 'python-hypothesis'
'python-nose' 'python-requests' 'python-xmlschema'
# Unlisted, but actually used. Check again after a while:
'lsof' 'python-asynctest' 'python-decorator' 'python-docutils'
'python-jinja' 'python-numpy' 'python-pexpect' 'python-pygments'
'python-pytest-xdist' 'python-twisted')
source=("https://files.pythonhosted.org/packages/source/p/pytest/pytest-$pkgver.tar.gz")
sha256sums=('c99ab0c73aceb050f68929bc93af19ab6db0558791c6a0715723abe9d0ade9d4')
b2sums=('51742872c03ccba3b305fdb3015a1c2a8f7dbf2988f267ea13e2add438ae52e2d5a6cace483525cf37f7ea72454bb346b81196c6e043dbbc3e5c0c8a1a365ed7')
sha256sums=('58ecc27ebf0ea643ebfdf7fb1249335da761a00c9f955bcd922349bcb68ee57d')
b2sums=('49057296154775276cc700c309837d85733c3da362ec8e50e5063fccc0615c54bd502574fed86d9b27d3086da630c13f0f87164150a900ab4ae08ab49ff9e0e5')

# Remove dep on setuptools_scm
prepare() {
Expand Down

0 comments on commit 0bfa194

Please sign in to comment.