diff --git a/python/python-py/.SRCINFO b/python/python-py/.SRCINFO new file mode 100644 index 0000000000..00d32844da --- /dev/null +++ b/python/python-py/.SRCINFO @@ -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 diff --git a/python/python-py/.nvchecker.toml b/python/python-py/.nvchecker.toml new file mode 100644 index 0000000000..163f33944d --- /dev/null +++ b/python/python-py/.nvchecker.toml @@ -0,0 +1,3 @@ +[python-py] +source = "git" +git = "https://github.com/pytest-dev/py.git" diff --git a/python/python-py/PKGBUILD b/python/python-py/PKGBUILD index a07810385f..eabe9d8f8b 100644 --- a/python/python-py/PKGBUILD +++ b/python/python-py/PKGBUILD @@ -9,7 +9,7 @@ pkgname=python-py pkgver=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" arch=(any) license=('MIT')