[arch-commits] Commit in python-pytest-trio/trunk (PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Thu May 28 08:09:14 UTC 2020
Date: Thursday, May 28, 2020 @ 08:09:13
Author: alucryd
Revision: 636185
upgpkg: python-pytest-trio 0.6.0-1
Modified:
python-pytest-trio/trunk/PKGBUILD
----------+
PKGBUILD | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-05-28 08:07:08 UTC (rev 636184)
+++ PKGBUILD 2020-05-28 08:09:13 UTC (rev 636185)
@@ -1,8 +1,8 @@
# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
pkgname=python-pytest-trio
-pkgver=0.5.2
-pkgrel=2
+pkgver=0.6.0
+pkgrel=1
pkgdesc='Pytest plugin for Trio'
arch=(any)
url=https://github.com/python-trio/pytest-trio
@@ -25,9 +25,15 @@
python-pytest-cov
python-trio-asyncio
)
-source=(git+https://github.com/python-trio/pytest-trio.git#tag=v${pkgver})
+source=(git+https://github.com/python-trio/pytest-trio.git#tag=8a719e611fa1f6d3facfb718192bc51fe55a2482)
sha256sums=(SKIP)
+pkgver() {
+ cd pytest-trio
+
+ git describe --tags | sed 's/^v//'
+}
+
build() {
cd pytest-trio
sed -i '/pytest.RemovedInPytest4Warning/d' pytest_trio/_tests/conftest.py
More information about the arch-commits
mailing list