| author | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2025-12-23 14:42:46 UTC |
| committer | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2025-12-23 14:42:46 UTC |
| parent | 5ef00d7b9270979159fc61f8825fc495eb03e8bc |
| .SRCINFO | +0 | -6 |
| .gitignore | +2 | -0 |
| PKGBUILD | +7 | -7 |
diff --git a/.SRCINFO b/.SRCINFO index 9d49426..ce0f589 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -5,12 +5,6 @@ pkgbase = python-myst-parser url = https://github.com/executablebooks/MyST-Parser arch = any license = MIT - checkdepends = python-beautifulsoup4 - checkdepends = python-linkify-it-py - checkdepends = python-pytest - checkdepends = python-pytest-param-files - checkdepends = python-pytest-regressions - checkdepends = python-sphinx-pytest makedepends = python-build makedepends = python-installer makedepends = python-flit-core diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a43258a --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/src/ +/pkg/ diff --git a/PKGBUILD b/PKGBUILD index 29757df..c807ef5 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -12,7 +12,7 @@ license=('MIT') depends=('python' 'python-docutils' 'python-jinja' 'python-markdown-it-py' 'python-mdit_py_plugins' 'python-pygments' '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') source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz") sha512sums=('40bdad9abb84cda3c77303dd7ad766c77df43bca11c787812007f2399525fe955201b09495079a88973ada3e87102c95eeec2cba6d2be89f6b61d3c9df57bfae') @@ -22,13 +22,13 @@ build() { python -m build -wn } -check() { - cd $_pkgname-$pkgver +#check() { +# cd $_pkgname-$pkgver - python -m pytest \ - -k 'not test_sphinx_builds and not fixtures and not test_myst_config and not test_myst_refs' \ - --disable-warnings -} +# python -m pytest \ +# -k 'not test_sphinx_builds and not fixtures and not test_myst_config and not test_myst_refs' \ +# --disable-warnings +#} package() { cd $_pkgname-$pkgver