[arch-commits] Commit in python-mechanize/repos/community-any (PKGBUILD PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Wed Jun 28 09:41:33 UTC 2017
Date: Wednesday, June 28, 2017 @ 09:41:32
Author: jelle
Revision: 241330
archrelease: copy trunk to community-any
Added:
python-mechanize/repos/community-any/PKGBUILD
(from rev 241329, python-mechanize/trunk/PKGBUILD)
Deleted:
python-mechanize/repos/community-any/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-06-28 09:41:25 UTC (rev 241329)
+++ PKGBUILD 2017-06-28 09:41:32 UTC (rev 241330)
@@ -1,33 +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.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:
Copied: python-mechanize/repos/community-any/PKGBUILD (from rev 241329, python-mechanize/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-06-28 09:41:32 UTC (rev 241330)
@@ -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.4
+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=('225f5abdd4b0204d544374aed16ed27db504e2d7f0cb0f0c25b9edae991e5f28')
+
+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