Date: Saturday, October 29, 2022 @ 09:52:34
  Author: alerque
Revision: 1338543

archrelease: copy trunk to community-any

Added:
  python-pypandoc/repos/community-any/PKGBUILD
    (from rev 1338542, python-pypandoc/trunk/PKGBUILD)
Deleted:
  python-pypandoc/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-29 09:52:24 UTC (rev 1338542)
+++ PKGBUILD    2022-10-29 09:52:34 UTC (rev 1338543)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Maintainer: Caleb Maclennan <[email protected]>
-
-pkgname=python-pypandoc
-pkgver=1.9
-pkgrel=2
-pkgdesc="Thin wrapper for pandoc"
-arch=('any')
-license=('MIT')
-url="https://github.com/bebraw/pypandoc";
-depends=('pandoc')
-makedepends=('python-build' 'python-installer' 'python-poetry-core' 
'python-wheel')
-checkdepends=('texlive-core' 'texlive-latexextra')
-source=("https://github.com/bebraw/pypandoc/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('3cb95ffe21dc049f6b758314e2292b4db4eb7994540c10a2f25d9404f933ab2cea59f116432b77881bd9f8e651b73e64d8bfe2819720b2bae2aff438e70ebe5d')
-
-build() {
-  cd pypandoc-$pkgver
-  python -m build -wn
-}
-
-check() {
-  cd pypandoc-$pkgver
-  # https://github.com/NicklasTegner/pypandoc/issues/278
-  python tests.py || echo "Tests failed"
-}
-
-package() {
-  cd pypandoc-$pkgver
-  python -m installer -d "$pkgdir" dist/*.whl
-  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-pypandoc/repos/community-any/PKGBUILD (from rev 1338542, 
python-pypandoc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-10-29 09:52:34 UTC (rev 1338543)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <[email protected]>
+# Maintainer: Caleb Maclennan <[email protected]>
+
+pkgname=python-pypandoc
+pkgver=1.10
+pkgrel=1
+pkgdesc="Thin wrapper for pandoc"
+arch=('any')
+license=('MIT')
+url="https://github.com/bebraw/pypandoc";
+depends=('pandoc')
+makedepends=('python-build' 'python-installer' 'python-poetry-core' 
'python-wheel')
+checkdepends=('texlive-core' 'texlive-latexextra')
+source=("https://github.com/bebraw/pypandoc/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('4ee7aef7cb3f73dbbf1a646d63db131e6b0cd4c343b6113cd1c022be2c64200859db26daf626a9c7f30ed45ae8c789949a5814e265ace8646c6ad9b3f78c001d')
+
+build() {
+  cd pypandoc-$pkgver
+  python -m build -wn
+}
+
+check() {
+  cd pypandoc-$pkgver
+  # https://github.com/NicklasTegner/pypandoc/issues/278
+  python tests.py || echo "Tests failed"
+}
+
+package() {
+  cd pypandoc-$pkgver
+  python -m installer -d "$pkgdir" dist/*.whl
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}

Reply via email to