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

Jaroslav Lichtblau jlichtblau at archlinux.org
Mon Dec 29 10:39:16 UTC 2014


    Date: Monday, December 29, 2014 @ 11:39:16
  Author: jlichtblau
Revision: 124814

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-29 10:39:04 UTC (rev 124813)
+++ PKGBUILD	2014-12-29 10:39:16 UTC (rev 124814)
@@ -1,33 +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=2014.12.24
-pkgrel=1
-pkgdesc="A HTML to markdown-structured text converter"
-arch=('any')
-url="https://pypi.python.org/pypi/html2text/"
-license=('GPL3')
-depends=('python')
-makedepends=('python-setuptools')
-provides=('html2text')
-replaces=('html2text')
-source=(https://pypi.python.org/packages/source/h/html2text/html2text-$pkgver.tar.gz)
-sha256sums=('dd24256900750050af2ffca3dd3710ca3b33863c40a52a4535aa0228c139b9a8')
-
-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 124813, python-html2text/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-12-29 10:39:16 UTC (rev 124814)
@@ -0,0 +1,33 @@
+# $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=2014.12.29
+pkgrel=1
+pkgdesc="A HTML to markdown-structured text converter"
+arch=('any')
+url="https://pypi.python.org/pypi/html2text/"
+license=('GPL3')
+depends=('python')
+makedepends=('python-setuptools')
+provides=('html2text')
+replaces=('html2text')
+source=(https://pypi.python.org/packages/source/h/html2text/html2text-$pkgver.tar.gz)
+sha256sums=('c3977dfe6fd1ba0d4091f85963306488b3e9e236cfe60d8821158ce5a7fcb619')
+
+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