Date: Sunday, March 5, 2023 @ 18:07:06
  Author: felixonmars
Revision: 1414215

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-05 18:06:55 UTC (rev 1414214)
+++ PKGBUILD    2023-03-05 18:07:06 UTC (rev 1414215)
@@ -1,32 +0,0 @@
-# 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/
-}

Copied: python-pypandoc/repos/community-any/PKGBUILD (from rev 1414214, 
python-pypandoc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-05 18:07:06 UTC (rev 1414215)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <[email protected]>
+# Maintainer: Caleb Maclennan <[email protected]>
+
+pkgname=python-pypandoc
+pkgver=1.11
+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=('1ca753ac2da9ad1a98c72aa639b6809e31d8c5da85a3a843f91675f95861e5056c183f67d73008c064b8fd2c82a4cd255f20b1c0073cc288a1e0e6a74caa9f94')
+
+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