Date: Monday, April 10, 2023 @ 09:11:55
  Author: felixonmars
Revision: 1443902

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   82 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-10 09:11:53 UTC (rev 1443901)
+++ PKGBUILD    2023-04-10 09:11:55 UTC (rev 1443902)
@@ -1,41 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <[email protected]>
-# Maintainer: Caleb Maclennana <[email protected]>
-
-_pkgname=MyST-Parser
-pkgname=python-myst-parser
-pkgver=1.0.0
-pkgrel=4
-pkgdesc='An extended commonmark compliant parser, with bridges to 
docutils/sphinx'
-arch=('any')
-url='https://github.com/executablebooks/MyST-Parser'
-license=('MIT')
-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')
-source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('1f0ecffd2c84b0db5d251dbc771457cdf52a8e6e540d3acde563115af24ce30d43e01223f172b3e72b2c81862052bb05ea5d7c6091f933afbda0a859d1b86e83')
-
-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' \
-    --disable-warnings
-}
-
-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-staging-any/PKGBUILD (from rev 
1443900, python-myst-parser/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-10 09:11:55 UTC (rev 1443902)
@@ -0,0 +1,41 @@
+# Maintainer: Filipe Laíns (FFY00) <[email protected]>
+# Maintainer: Caleb Maclennana <[email protected]>
+
+_pkgname=MyST-Parser
+pkgname=python-myst-parser
+pkgver=1.0.0
+pkgrel=5
+pkgdesc='An extended commonmark compliant parser, with bridges to 
docutils/sphinx'
+arch=('any')
+url='https://github.com/executablebooks/MyST-Parser'
+license=('MIT')
+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')
+source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('1f0ecffd2c84b0db5d251dbc771457cdf52a8e6e540d3acde563115af24ce30d43e01223f172b3e72b2c81862052bb05ea5d7c6091f933afbda0a859d1b86e83')
+
+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' \
+    --disable-warnings
+}
+
+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