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

Jaroslav Lichtblau jlichtblau at archlinux.org
Tue Jun 27 13:55:55 UTC 2017


    Date: Tuesday, June 27, 2017 @ 13:55:55
  Author: jlichtblau
Revision: 241186

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-27 13:55:45 UTC (rev 241185)
+++ PKGBUILD	2017-06-27 13:55:55 UTC (rev 241186)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: Thomas Weißschuh <thomas t-8ch de>
-
-pkgbase=python-markups
-pkgname=('python-markups' 'python2-markups')
-pkgver=2.0.0
-pkgrel=2
-pkgdesc='Wrapper around various text markups'
-arch=('any')
-url='https://launchpad.net/python-markups'
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=($pkgname-$pkgver.tar.gz::http://github.com/retext-project/pymarkups/archive/$pkgver.tar.gz)
-sha256sums=('0d1ac398ecde6ec3904ec842abee7538d58a3a2d51ac2e61584a822dc6d73a06')
-
-package_python-markups() {
-  depends=('python')
-
-  cd "${srcdir}"/pymarkups-$pkgver
-  python setup.py install --root="${pkgdir}"
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-markups() {
-  depends=('python2')
-
-  cd "${srcdir}"/pymarkups-$pkgver
-  python2 setup.py install --root="${pkgdir}"
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-markups/repos/community-any/PKGBUILD (from rev 241185, python-markups/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-06-27 13:55:55 UTC (rev 241186)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Thomas Weißschuh <thomas t-8ch de>
+
+pkgbase=python-markups
+pkgname=('python-markups' 'python2-markups')
+pkgver=2.0.1
+pkgrel=1
+pkgdesc='Wrapper around various text markups'
+arch=('any')
+url='https://launchpad.net/python-markups'
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=($pkgname-$pkgver.tar.gz::http://github.com/retext-project/pymarkups/archive/$pkgver.tar.gz)
+sha256sums=('c12b8b3b1dc8bc731dff01d0470718aea46338e9e44c65b9006e6fb0100e716a')
+
+package_python-markups() {
+  depends=('python')
+
+  cd "${srcdir}"/pymarkups-$pkgver
+  python setup.py install --root="${pkgdir}"
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-markups() {
+  depends=('python2')
+
+  cd "${srcdir}"/pymarkups-$pkgver
+  python2 setup.py install --root="${pkgdir}"
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list