Date: Saturday, September 3, 2022 @ 19:01:19
  Author: ffy00
Revision: 1292689

archrelease: copy trunk to community-any

Added:
  python-myst-parser/repos/community-any/PKGBUILD
    (from rev 1292688, python-myst-parser/trunk/PKGBUILD)
Deleted:
  python-myst-parser/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-09-03 19:01:10 UTC (rev 1292688)
+++ PKGBUILD    2022-09-03 19:01:19 UTC (rev 1292689)
@@ -1,39 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <la...@archlinux.org>
-# Maintainer: Caleb Maclennana <ca...@alerque.com>
-
-_pkgname=MyST-Parser
-pkgname=python-myst-parser
-pkgver=0.17.0
-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-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-setuptools' 
'python-wheel')
-checkdepends=('python-beautifulsoup4' 'python-linkify-it-py' 'python-pytest' 
'python-pytest-param-files' 'python-pytest-regressions')
-source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('e9f4ea05ab55b0979b26f0211603aee0835a30fb37a0ca23f23b96e0b47670b6b8e443ee9759df5011d009e20d817eaffd4066c4be4920f96786c283aa206239')
-
-build() {
-  cd $_pkgname-$pkgver
-
-  python -m build -wn
-}
-
-check() {
-  cd $_pkgname-$pkgver
-
-  python -m pytest -k 'not test_sphinx_builds and not fixtures and not 
test_myst_config'
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  python -m installer -d "$pkgdir" dist/*.whl
-
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-myst-parser/repos/community-any/PKGBUILD (from rev 1292688, 
python-myst-parser/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-09-03 19:01:19 UTC (rev 1292689)
@@ -0,0 +1,39 @@
+# Maintainer: Filipe Laíns (FFY00) <la...@archlinux.org>
+# Maintainer: Caleb Maclennana <ca...@alerque.com>
+
+_pkgname=MyST-Parser
+pkgname=python-myst-parser
+pkgver=0.18.0
+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-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')
+source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('919494467de3f0cd97c9c8062626b88c22fd0596e120b7ca117b8bce18d9fad9faf06a36e4c5bd8a4dad838c888524c780beceaf3e7acb42232bd3c903fabc3f')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python -m build -wn
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  python -m pytest -k 'not test_sphinx_builds and not fixtures and not 
test_myst_config'
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python -m installer -d "$pkgdir" dist/*.whl
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to