[arch-commits] Commit in python-pypandoc/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Fri Jul 16 04:03:17 UTC 2021


    Date: Friday, July 16, 2021 @ 04:03:16
  Author: felixonmars
Revision: 977469

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-16 04:03:02 UTC (rev 977468)
+++ PKGBUILD	2021-07-16 04:03:16 UTC (rev 977469)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-pypandoc
-pkgver=1.6.2
-pkgrel=1
-pkgdesc="Thin wrapper for pandoc"
-arch=('any')
-license=('MIT')
-url="https://github.com/bebraw/pypandoc"
-depends=('python-setuptools' 'pandoc')
-makedepends=('python-setuptools' 'pandoc')
-checkdepends=('texlive-core' 'texlive-latexextra')
-source=("https://github.com/bebraw/pypandoc/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('982867ee1e0fb9f064c30b752ac9963c4eb8753e60d739472fe726f1cd566f544144aa2976643bf92a7927cd12e62785a0d9eae2ed35c5b186b0ffa9a70da319')
-
-prepare() {
-  # We don't really need pip and wheel at runtime
-  sed -i "s/install_requires = .*/install_requires = ['setuptools'],/" pypandoc-$pkgver/setup.py
-}
-
-build() {
-  cd pypandoc-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd pypandoc-$pkgver
-  # Ignore test failures now as pandoc-citeproc is deprecated and gone
-  python setup.py test || echo "Tests failed"
-}
-
-package() {
-  cd pypandoc-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-pypandoc/repos/community-any/PKGBUILD (from rev 977468, python-pypandoc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-16 04:03:16 UTC (rev 977469)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-pypandoc
+pkgver=1.6.3
+pkgrel=1
+pkgdesc="Thin wrapper for pandoc"
+arch=('any')
+license=('MIT')
+url="https://github.com/bebraw/pypandoc"
+depends=('python-setuptools' 'pandoc')
+makedepends=('python-setuptools' 'pandoc')
+checkdepends=('texlive-core' 'texlive-latexextra')
+source=("https://github.com/bebraw/pypandoc/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('b9e7d769aa75b96b7f04cce0cc93045f38434df88433c2bd392653fa744a28c96392777dfc0c0c96cfbc6a187be8ec64b9ac3491f8b5d346d949b4dd0000e4a5')
+
+prepare() {
+  # We don't really need pip and wheel at runtime
+  sed -i "s/install_requires = .*/install_requires = ['setuptools'],/" pypandoc-$pkgver/setup.py
+}
+
+build() {
+  cd pypandoc-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd pypandoc-$pkgver
+  # Ignore test failures now as pandoc-citeproc is deprecated and gone
+  python setup.py test || echo "Tests failed"
+}
+
+package() {
+  cd pypandoc-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}




More information about the arch-commits mailing list