[arch-commits] Commit in python-mistune/repos/community-any (PKGBUILD PKGBUILD)
Kyle Keen
kkeen at archlinux.org
Sun Oct 9 22:20:08 UTC 2016
Date: Sunday, October 9, 2016 @ 22:20:08
Author: kkeen
Revision: 191754
archrelease: copy trunk to community-any
Added:
python-mistune/repos/community-any/PKGBUILD
(from rev 191753, python-mistune/trunk/PKGBUILD)
Deleted:
python-mistune/repos/community-any/PKGBUILD
----------+
PKGBUILD | 74 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-09 22:19:53 UTC (rev 191753)
+++ PKGBUILD 2016-10-09 22:20:08 UTC (rev 191754)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-# Contributor: shmilee
-
-pkgbase=python-mistune
-_pkgname=mistune
-pkgname=('python-mistune' 'python2-mistune')
-pkgver=0.7.2
-pkgrel=1
-pkgdesc="The fastest markdown parser in pure Python with renderer feature."
-arch=('any')
-url="https://github.com/lepture/mistune"
-license=('BSD')
-depends=('python')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://github.com/lepture/mistune/archive/v${pkgver}.tar.gz")
-md5sums=('798a72534237c25e6349d24652d0a6bc')
-
-prepare() {
- cd "$srcdir"
- cp -r "$srcdir/$_pkgname-$pkgver" "$srcdir/${_pkgname}2-$pkgver"
-}
-
-package_python-mistune() {
- cd "$srcdir/${_pkgname}-$pkgver"
- python setup.py install --root="$pkgdir/"
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/python-mistune/LICENSE"
-}
-
-package_python2-mistune() {
- depends=('python2')
- cd "$srcdir/${_pkgname}2-$pkgver"
- python2 setup.py install --root="$pkgdir/"
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/python2-mistune/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: python-mistune/repos/community-any/PKGBUILD (from rev 191753, python-mistune/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-10-09 22:20:08 UTC (rev 191754)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: shmilee
+
+pkgbase=python-mistune
+_pkgname=mistune
+pkgname=('python-mistune' 'python2-mistune')
+pkgver=0.7.3
+pkgrel=1
+pkgdesc="The fastest markdown parser in pure Python with renderer feature."
+arch=('any')
+url="https://github.com/lepture/mistune"
+license=('BSD')
+depends=('python')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://github.com/lepture/mistune/archive/v${pkgver}.tar.gz")
+md5sums=('d1127006e9636c28e98ad5ff3c70dbab')
+
+prepare() {
+ cd "$srcdir"
+ cp -r "$srcdir/$_pkgname-$pkgver" "$srcdir/${_pkgname}2-$pkgver"
+}
+
+package_python-mistune() {
+ cd "$srcdir/${_pkgname}-$pkgver"
+ python setup.py install --root="$pkgdir/"
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/python-mistune/LICENSE"
+}
+
+package_python2-mistune() {
+ depends=('python2')
+ cd "$srcdir/${_pkgname}2-$pkgver"
+ python2 setup.py install --root="$pkgdir/"
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/python2-mistune/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list