Date: Saturday, March 11, 2023 @ 12:21:10
Author: alerque
Revision: 1418684
upgpkg: python-myst-parser 1.0.0-1
Modified:
python-myst-parser/trunk/PKGBUILD
----------+
PKGBUILD | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-11 12:14:29 UTC (rev 1418683)
+++ PKGBUILD 2023-03-11 12:21:10 UTC (rev 1418684)
@@ -3,7 +3,7 @@
_pkgname=MyST-Parser
pkgname=python-myst-parser
-pkgver=0.18.1
+pkgver=1.0.0
pkgrel=1
pkgdesc='An extended commonmark compliant parser, with bridges to
docutils/sphinx'
arch=('any')
@@ -12,9 +12,9 @@
depends=('python-docutils' 'python-jinja' 'python-markdown-it-py'
'python-mdit_py_plugins' 'python-typing_extensions' 'python-sphinx'
'python-yaml')
optdepends=('python-linkify-it-py: linkify support')
makedepends=('python-build' 'python-installer' 'python-flit-core'
'python-wheel')
-checkdepends=('python-beautifulsoup4' 'python-linkify-it-py' 'python-pytest'
'python-pytest-param-files' 'python-pytest-regressions' 'python-sphinx-pytest')
+checkdepends=('python-beautifulsoup4' 'python-linkify-it-py' 'python-pytest'
'python-pytest-param-files' 'python-pytest-regressions' 'python-sphinx-pytest'
'python-sphinx-testing')
source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('4bc3a89480f175779da4f093aaa99a1516f76ab4107dcf8747b6614f347e91739f8596693f95529d76aedbb0c84b4efde4262517bc445aa7027d51e05e8b48bc')
+sha512sums=('1f0ecffd2c84b0db5d251dbc771457cdf52a8e6e540d3acde563115af24ce30d43e01223f172b3e72b2c81862052bb05ea5d7c6091f933afbda0a859d1b86e83')
build() {
cd $_pkgname-$pkgver
@@ -25,7 +25,9 @@
check() {
cd $_pkgname-$pkgver
- python -m pytest -k 'not test_sphinx_builds and not fixtures and not
test_myst_config'
+ python -m pytest \
+ -k 'not test_sphinx_builds and not fixtures and not test_myst_config' \
+ --disable-warnings
}
package() {