[arch-commits] Commit in python-pypandoc/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Tue Jul 13 03:44:05 UTC 2021
Date: Tuesday, July 13, 2021 @ 03:44:05
Author: felixonmars
Revision: 976725
archrelease: copy trunk to community-any
Added:
python-pypandoc/repos/community-any/PKGBUILD
(from rev 976724, 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-13 03:43:48 UTC (rev 976724)
+++ PKGBUILD 2021-07-13 03:44:05 UTC (rev 976725)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-pypandoc
-pkgver=1.6
-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=('ccf508901e453c2d7e96a9bcec80f74f1ea9ac2e4bf3c4a61c0cf454ebcd7d03da0b794a292c6af8f6ab0738d4f7039985a0f37b97970c2cab5f2d9a360e16d7')
-
-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 976724, python-pypandoc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-07-13 03:44:05 UTC (rev 976725)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-pypandoc
+pkgver=1.6.1
+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=('b5af221bb372dde2890a2b4aee5dd21d98e203d68f27e0ad4592ba6894e962eb0ed07b1166ffa11f26e015fc30b6b7c4834b85ca8e07e8c735bc5de1197df108')
+
+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