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

Jaroslav Lichtblau jlichtblau at archlinux.org
Thu Nov 5 21:24:45 UTC 2015


    Date: Thursday, November 5, 2015 @ 22:24:45
  Author: jlichtblau
Revision: 146059

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-05 21:24:32 UTC (rev 146058)
+++ PKGBUILD	2015-11-05 21:24:45 UTC (rev 146059)
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 97778 2013-09-29 16:22:13Z jlichtblau $
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=python-html2text
-pkgver=2015.6.21
-pkgrel=1
-pkgdesc="A HTML to markdown-structured text converter"
-arch=('any')
-url="https://pypi.python.org/pypi/html2text/"
-license=('GPL3')
-depends=('python-setuptools')
-provides=('html2text')
-replaces=('html2text')
-source=(https://pypi.python.org/packages/source/h/html2text/html2text-$pkgver.tar.gz)
-sha256sums=('5026fe0ca9600709b68ae70e086a1ca000c0af02e88ac8cb108030c6b5be8c6d')
-
-build() {
-  cd "${srcdir}"/html2text-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "${srcdir}"/html2text-$pkgver
-#  PYTHONPATH=$PYTHONPATH:. python setup.py test --verbose
-}
-
-package() {
-  cd "${srcdir}"/html2text-${pkgver}
-  python setup.py install --root="${pkgdir}"
-}

Copied: python-html2text/repos/community-any/PKGBUILD (from rev 146058, python-html2text/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-11-05 21:24:45 UTC (rev 146059)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 97778 2013-09-29 16:22:13Z jlichtblau $
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=python-html2text
+pkgver=2015.11.4
+pkgrel=1
+pkgdesc="A HTML to markdown-structured text converter"
+arch=('any')
+url="https://pypi.python.org/pypi/html2text/"
+license=('GPL3')
+depends=('python-setuptools')
+provides=('html2text')
+replaces=('html2text')
+source=(https://pypi.python.org/packages/source/h/html2text/html2text-$pkgver.tar.gz)
+sha256sums=('44531c00fd125d0d987adf4e5ab6b4a8a2b44bfa5c4dc8896f50aa0e35c33708')
+
+build() {
+  cd "${srcdir}"/html2text-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "${srcdir}"/html2text-$pkgver
+#  PYTHONPATH=$PYTHONPATH:. python setup.py test --verbose
+}
+
+package() {
+  cd "${srcdir}"/html2text-${pkgver}
+  python setup.py install --root="${pkgdir}"
+}



More information about the arch-commits mailing list