[arch-commits] Commit in python-html2text/repos/community-any (PKGBUILD PKGBUILD)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Sun Mar 15 17:08:33 UTC 2015
Date: Sunday, March 15, 2015 @ 18:08:33
Author: jlichtblau
Revision: 129304
archrelease: copy trunk to community-any
Added:
python-html2text/repos/community-any/PKGBUILD
(from rev 129303, python-html2text/trunk/PKGBUILD)
Deleted:
python-html2text/repos/community-any/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2015-03-15 17:08:26 UTC (rev 129303)
+++ PKGBUILD 2015-03-15 17:08:33 UTC (rev 129304)
@@ -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=2014.12.29
-pkgrel=2
-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=('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}"
-}
Copied: python-html2text/repos/community-any/PKGBUILD (from rev 129303, python-html2text/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-03-15 17:08:33 UTC (rev 129304)
@@ -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.2.18
+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=('549af31989143ea9d47c5d8b05d4a7d0e3fa21f1d13b0abd3229e21854ba208b')
+
+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