[arch-commits] Commit in python-cmarkgfm/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Jan 23 19:57:14 UTC 2021


    Date: Saturday, January 23, 2021 @ 19:57:13
  Author: felixonmars
Revision: 826822

archrelease: copy trunk to community-x86_64

Added:
  python-cmarkgfm/repos/community-x86_64/PKGBUILD
    (from rev 826821, python-cmarkgfm/trunk/PKGBUILD)
Deleted:
  python-cmarkgfm/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-23 19:57:03 UTC (rev 826821)
+++ PKGBUILD	2021-01-23 19:57:13 UTC (rev 826822)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-cmarkgfm
-pkgver=0.5.1
-pkgrel=1
-pkgdesc="Minimal bindings to GitHub's fork of cmark"
-url="https://github.com/theacodes/cmarkgfm"
-license=('MIT')
-arch=('x86_64')
-depends=('cmark-gfm' 'python-cffi')
-makedepends=('cmark-gfm' 'python-setuptools' 'python-cffi')
-checkdepends=('python-pytest-runner')
-source=("https://github.com/theacodes/cmarkgfm/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('15d17f6e73aaf564b4d1ca5bad9a5993594f50cf2076b638c90cc39f45f6b73499b4c8eeacd7bd7ae8876f8e9d894b2391b0cb91f7fd789909444a069ab93f89')
-
-prepare() {
-  cd cmarkgfm-$pkgver
-  sed -e '/include_dirs=/a libraries=["cmark-gfm", "cmark-gfm-extensions"],' \
-      -i src/cmarkgfm/build_cmark.py
-}
-
-build() {
-  cd cmarkgfm-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd cmarkgfm-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd cmarkgfm-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}

Copied: python-cmarkgfm/repos/community-x86_64/PKGBUILD (from rev 826821, python-cmarkgfm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-23 19:57:13 UTC (rev 826822)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-cmarkgfm
+pkgver=0.5.2
+pkgrel=1
+pkgdesc="Minimal bindings to GitHub's fork of cmark"
+url="https://github.com/theacodes/cmarkgfm"
+license=('MIT')
+arch=('x86_64')
+depends=('cmark-gfm' 'python-cffi')
+makedepends=('cmark-gfm' 'python-setuptools' 'python-cffi')
+checkdepends=('python-pytest-runner')
+source=("https://github.com/theacodes/cmarkgfm/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('e9faf48158d627139ef1aede19b0aad9f7ce9822795fc98d96f9676fe14a4efcaa687b867a3732acd25763955159d176cb9160ceda0f0985e23c8ee77f64f9c9')
+
+prepare() {
+  cd cmarkgfm-$pkgver
+  sed -e '/include_dirs=/a libraries=["cmark-gfm", "cmark-gfm-extensions"],' \
+      -i src/cmarkgfm/build_cmark.py
+}
+
+build() {
+  cd cmarkgfm-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd cmarkgfm-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd cmarkgfm-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}



More information about the arch-commits mailing list