[arch-commits] Commit in python-myst-parser/trunk (PKGBUILD)
Filipe Laíns
ffy00 at archlinux.org
Sun May 16 16:24:59 UTC 2021
Date: Sunday, May 16, 2021 @ 16:24:59
Author: ffy00
Revision: 935892
upgpkg: python-myst-parser 0.14.0-1
Modified:
python-myst-parser/trunk/PKGBUILD
----------+
PKGBUILD | 16 ++++------------
1 file changed, 4 insertions(+), 12 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-16 16:18:41 UTC (rev 935891)
+++ PKGBUILD 2021-05-16 16:24:59 UTC (rev 935892)
@@ -2,7 +2,7 @@
_pkgname=MyST-Parser
pkgname=python-myst-parser
-pkgver=0.13.6
+pkgver=0.14.0
pkgrel=1
pkgdesc='An extended commonmark compliant parser, with bridges to docutils/sphinx'
arch=('any')
@@ -12,17 +12,9 @@
optdepends=('python-linkify-it-py: linkify support')
makedepends=('python-setuptools')
checkdepends=('python-pytest' 'python-pytest-regressions' 'python-beautifulsoup4' 'python-linkify-it-py')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
- "fix-tests.patch::$url/pull/320.patch")
-sha512sums=('c0f080e328c7c91fe110bc900dbbba560a61e1a8f6777d680d0a4ebd55c7d919cbf323a875967b614714ced45e1b45877bc01fbcb2dbd305006c6bd67530a138'
- 'f2af70ed802ccdc6605aed98d7acaf3ebba50dbc870daa84a56654ecf77775767fd778f09d40af6e067610b32906de5f19243decf177dc79324b6746c43ea0c1')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('d7dad306fd4d285e6e7e6e1e7508ee79fdd851448fe971634063c686a54eb5a2c9b34e6241d0489faf985d4280859aaa7040ab56880c9f01d6df525d82495acb')
-prepare() {
- cd $_pkgname-$pkgver
-
- patch -p1 -i ../fix-tests.patch
-}
-
build() {
cd $_pkgname-$pkgver
@@ -32,7 +24,7 @@
check() {
cd $_pkgname-$pkgver
- python -m pytest -k 'not test_sphinx_builds'
+ python -m pytest -k 'not test_sphinx_builds and not test_fixtures'
}
package() {
More information about the arch-commits
mailing list