git » python-myst-parser.git » commit e1e2dfe

Rebuild to consolidate dependencies.

author David Runge
2023-04-07 18:39:36 UTC
committer David Runge
2023-04-07 18:39:36 UTC
parent d7c3214d00a66e1da92af751f8f39757ce0a9d26

Rebuild to consolidate dependencies.

Remove unneeded checkdepends python-sphinx-testing.
Add all direct dependencies.

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 6b9dd1a..40566c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
 _pkgname=MyST-Parser
 pkgname=python-myst-parser
 pkgver=1.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc='An extended commonmark compliant parser, with bridges to docutils/sphinx'
 arch=('any')
 url='https://github.com/executablebooks/MyST-Parser'
 license=('MIT')
-depends=('python-docutils' 'python-jinja' 'python-markdown-it-py' 'python-mdit_py_plugins' 'python-typing_extensions' 'python-sphinx' 'python-yaml')
+depends=('python' 'python-docutils' 'python-jinja' 'python-markdown-it-py' 'python-mdit_py_plugins' 'python-pygments' 'python-sphinx' 'python-typing_extensions' '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' 'python-sphinx-testing')
+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=('1f0ecffd2c84b0db5d251dbc771457cdf52a8e6e540d3acde563115af24ce30d43e01223f172b3e72b2c81862052bb05ea5d7c6091f933afbda0a859d1b86e83')