[arch-commits] Commit in python-cucumber-tag-expressions/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Mon Aug 29 17:30:26 UTC 2022
Date: Monday, August 29, 2022 @ 17:30:26
Author: felixonmars
Revision: 1285462
upgpkg: python-cucumber-tag-expressions 4.0.2-1
Modified:
python-cucumber-tag-expressions/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-08-29 17:28:57 UTC (rev 1285461)
+++ PKGBUILD 2022-08-29 17:30:26 UTC (rev 1285462)
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=python-cucumber-tag-expressions
-pkgver=4.0.0
+pkgver=4.0.2
pkgrel=1
pkgdesc="Provides tag-expression parser for cucumber/behave"
url="https://github.com/cucumber/tag-expressions"
@@ -11,13 +11,8 @@
makedepends=('python-setuptools')
checkdepends=('python-pytest' 'python-pytest-html')
source=("https://github.com/cucumber/tag-expressions/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('b855386e00671c27c10febf1ce9a642d60cd07fc6afab5afe352733f3443c87067049e4a526b96ac5038f0ae334c730356c51fee826c22df920b2e8908ec25ba')
+sha512sums=('41b03c83cec20caebb78c63e6a05b23bbaaa77ae98c34da7a80a0f59bfa2229eaeebe10212f44821cc9463bfd399ddcf637ec9b21e5cee8f01e604e16e532fd5')
-prepare() {
- cd tag-expressions-$pkgver/python
- sed -i '/use_2to3 = /d' setup.py
-}
-
build() {
cd tag-expressions-$pkgver/python
python setup.py build
More information about the arch-commits
mailing list