[arch-commits] Commit in python-myst-parser/trunk (PKGBUILD)

Filipe Laíns ffy00 at archlinux.org
Tue Jan 5 16:18:48 UTC 2021


    Date: Tuesday, January 5, 2021 @ 16:18:48
  Author: ffy00
Revision: 809474

upgpkg: python-myst-parser 0.13.1-1

Modified:
  python-myst-parser/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-05 16:18:40 UTC (rev 809473)
+++ PKGBUILD	2021-01-05 16:18:48 UTC (rev 809474)
@@ -2,17 +2,18 @@
 
 _pkgname=MyST-Parser
 pkgname=python-myst-parser
-pkgver=0.12.10
-pkgrel=3
+pkgver=0.13.1
+pkgrel=1
 pkgdesc='An extended commonmark compliant parser, with bridges to docutils/sphinx'
 arch=('any')
 url='https://github.com/executablebooks/MyST-Parser'
 license=('MIT')
-depends=('python-markdown-it-py' 'python-yaml' 'python-docutils' 'python-sphinx')
+depends=('python-markdown-it-py' 'python-mdit_py_plugins' 'python-yaml' 'python-docutils' 'python-sphinx' 'python-jinja')
+optdepends=('python-linkify-it-py: linkify support')
 makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-regressions' 'python-beautifulsoup4')
+checkdepends=('python-pytest' 'python-pytest-regressions' 'python-beautifulsoup4' 'python-linkify-it-py')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('6f68568741f6359ba0add564318d355a0af62cd1aedcce155da77402756dda83b98bf6300eed33589908e2a233fbcf5095ca5e04e89da80d3f2ead41d15ab0b2')
+sha512sums=('4692aaa629bb9b663ff868c72fab3a1b3228cb1ff2136a27ca234b965209ca716386019e5a5d4158453015b2a5e8707ea39044406e124d001e0b1615380fa182')
 
 build() {
   cd $_pkgname-$pkgver



More information about the arch-commits mailing list