* update python-py to 1.11.0-7

This commit is contained in:
Alexander Baldeck 2024-12-05 11:54:41 +01:00
parent ea6fb65aa3
commit 9fbeda57d1
3 changed files with 30 additions and 1 deletions

26
python/python-py/.SRCINFO Normal file
View File

@ -0,0 +1,26 @@
pkgbase = python-py
pkgdesc = library with cross-python path, ini-parsing, io, code, log facilities
pkgver = 1.11.0
pkgrel = 7
url = https://py.readthedocs.io/
arch = any
license = MIT
checkdepends = python-attrs
checkdepends = python-pytest
checkdepends = subversion
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-setuptools-scm
makedepends = python-wheel
depends = python
depends = python-apipkg
depends = python-iniconfig
optdepends = python-pytest: for py.test module
source = git+https://github.com/pytest-dev/py.git#commit=447bac514febbb5433963582103d48bb27b3db17
source = python-py-1.11.0-devendor.patch
sha512sums = SKIP
sha512sums = edab08dc6331637b20e385e14622e0df147c2a0b6974f31683ccd9ca1ba3513c167e6b7e0ddbc664ef1c208ea3eeee87c6ff0e2b7810bc15a71c61d382717eca
pkgname = python-py

View File

@ -0,0 +1,3 @@
[python-py]
source = "git"
git = "https://github.com/pytest-dev/py.git"

View File

@ -9,7 +9,7 @@
pkgname=python-py pkgname=python-py
pkgver=1.11.0 pkgver=1.11.0
_commit=447bac514febbb5433963582103d48bb27b3db17 # refs/tags/1.11.0 _commit=447bac514febbb5433963582103d48bb27b3db17 # refs/tags/1.11.0
pkgrel=5 pkgrel=7
pkgdesc="library with cross-python path, ini-parsing, io, code, log facilities" pkgdesc="library with cross-python path, ini-parsing, io, code, log facilities"
arch=(any) arch=(any)
license=('MIT') license=('MIT')