[arch-commits] Commit in python-html2text/repos/community-any (PKGBUILD PKGBUILD)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Sat Apr 18 11:31:27 UTC 2015
Date: Saturday, April 18, 2015 @ 13:31:27
Author: jlichtblau
Revision: 131613
archrelease: copy trunk to community-any
Added:
python-html2text/repos/community-any/PKGBUILD
(from rev 131612, python-html2text/trunk/PKGBUILD)
Deleted:
python-html2text/repos/community-any/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2015-04-18 11:31:14 UTC (rev 131612)
+++ PKGBUILD 2015-04-18 11:31:27 UTC (rev 131613)
@@ -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.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}"
-}
Copied: python-html2text/repos/community-any/PKGBUILD (from rev 131612, python-html2text/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-04-18 11:31:27 UTC (rev 131613)
@@ -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.4.14
+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=('b966f618423e12b202f53652a57ea28b9d95861882f93658dcbd7d899603aa85')
+
+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