[arch-commits] Commit in (4 files)

Jiachen Yang farseerfc at archlinux.org
Thu Jun 7 07:09:51 UTC 2018


    Date: Thursday, June 7, 2018 @ 07:09:50
  Author: farseerfc
Revision: 341709

add python-markdown-math as dependency for retext

Added:
  python-markdown-math/
  python-markdown-math/repos/
  python-markdown-math/trunk/
  python-markdown-math/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++++++++++
 1 file changed, 16 insertions(+)

Added: python-markdown-math/trunk/PKGBUILD
===================================================================
--- python-markdown-math/trunk/PKGBUILD	                        (rev 0)
+++ python-markdown-math/trunk/PKGBUILD	2018-06-07 07:09:50 UTC (rev 341709)
@@ -0,0 +1,16 @@
+# Maintainer: Jiachen YANG <farseerfc at gmail.com>
+# AUR Maintainer: Marcus Scheunemann
+pkgname=python-markdown-math
+pkgver=0.5
+pkgrel=1
+pkgdesc="Math extension for Python-Markdown"
+arch=('any')
+url="https://github.com/mitya57/python-markdown-math"
+makedepends=('python-setuptools')
+source=("https://github.com/mitya57/python-markdown-math/archive/${pkgver}.tar.gz")
+sha256sums=('2ec21c037e514761b25d25837a05593be09375a74ce8507c748a836e8ab87e11')
+
+package() {
+    cd "python-markdown-math-${pkgver}"
+    python setup.py install --root="${pkgdir}/" --optimize=1
+}


Property changes on: python-markdown-math/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+python,markdown,math
\ No newline at end of property



More information about the arch-commits mailing list