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

Jelle van der Waa jelle at archlinux.org
Sun May 28 11:57:23 UTC 2017


    Date: Sunday, May 28, 2017 @ 11:57:23
  Author: jelle
Revision: 230582

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-28 11:57:15 UTC (rev 230581)
+++ PKGBUILD	2017-05-28 11:57:23 UTC (rev 230582)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Chris Brannon <cmbrannon79 at gmail.com>
-# Contributor: Douglas Soares de Andrade
-# Contributor: Roberto Alsina <ralsina at kde.org>
-
-pkgbase=python-mechanize
-pkgname=python2-mechanize
-pkgver=0.3.1
-pkgrel=1
-epoch=1
-pkgdesc='Stateful programmatic web browsing in Python'
-arch=('any')
-url="https://github.com/python-mechanize/mechanize"
-license=('BSD' 'ZPL')
-depends=('python2')
-makedepends=('python2-distribute')
-source=("https://github.com/python-mechanize/mechanize/archive/v$pkgver.tar.gz")
-sha256sums=('0f14880646fc96da91440712546fd136896b151228366cdc0604534e0687036c')
-
-package_python2-mechanize() {
-  cd "mechanize-$pkgver"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-mechanize/repos/community-any/PKGBUILD (from rev 230581, python-mechanize/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-05-28 11:57:23 UTC (rev 230582)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Chris Brannon <cmbrannon79 at gmail.com>
+# Contributor: Douglas Soares de Andrade
+# Contributor: Roberto Alsina <ralsina at kde.org>
+
+pkgbase=python-mechanize
+pkgname=python2-mechanize
+pkgver=0.3.3
+pkgrel=1
+epoch=1
+pkgdesc='Stateful programmatic web browsing in Python'
+arch=('any')
+url="https://github.com/python-mechanize/mechanize"
+license=('BSD')
+depends=('python2' 'python2-html5lib')
+makedepends=('python2-distribute')
+source=("https://github.com/python-mechanize/mechanize/archive/v$pkgver.tar.gz")
+sha256sums=('cf51c7c61ba11ed51490412d3f19bb2b0d8ab3ffce76a4c3250f4d97c4902f05')
+
+package_python2-mechanize() {
+  cd "mechanize-$pkgver"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+check() {
+  cd "mechanize-$pkgver"
+  python2 run_tests.py
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list