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

Alexander Rødseth arodseth at archlinux.org
Fri Jul 25 12:32:18 UTC 2014


    Date: Friday, July 25, 2014 @ 14:32:18
  Author: arodseth
Revision: 116334

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   48 +++++++++++++++++++++++-------------------------
 1 file changed, 23 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-25 12:31:20 UTC (rev 116333)
+++ PKGBUILD	2014-07-25 12:32:18 UTC (rev 116334)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: 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.2.5
-pkgrel=3
-pkgdesc="Stateful programmatic web browsing in Python"
-arch=('any')
-url="http://wwwsearch.sourceforge.net/mechanize/"
-license=('BSD' 'ZPL')
-depends=('python2')
-makedepends=('python2-distribute')
-conflicts=('python-mechanize<=0.2.5-2')
-replaces=('python-mechanize<=0.2.5-2')
-source=(http://wwwsearch.sourceforge.net/mechanize/src/mechanize-$pkgver.tar.gz)
-md5sums=('32657f139fc2fb75bcf193b63b8c60b2')
-
-package_python2-mechanize() {
-    cd "$srcdir/mechanize-$pkgver"
-    python2 setup.py install --root="$pkgdir" --optimize=1
-    install -D -m644 "$srcdir/mechanize-$pkgver/COPYING.txt" "$pkgdir/usr/share/licenses/$pkgname/COPYING.txt"
-}

Copied: python-mechanize/repos/community-any/PKGBUILD (from rev 116333, python-mechanize/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-07-25 12:32:18 UTC (rev 116334)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: 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.2.5
+pkgrel=4
+pkgdesc='Stateful programmatic web browsing in Python'
+arch=('any')
+url="http://wwwsearch.sourceforge.net/mechanize/"
+license=('BSD' 'ZPL')
+depends=('python2')
+makedepends=('python2-distribute')
+source=("http://wwwsearch.sourceforge.net/mechanize/src/mechanize-$pkgver.tar.gz")
+sha256sums=('2e67b20d107b30c00ad814891a095048c35d9d8cb9541801cebe85684cc84766')
+
+package_python2-mechanize() {
+  cd "mechanize-$pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 COPYING.txt "$pkgdir/usr/share/licenses/$pkgname/COPYING.txt"
+}




More information about the arch-commits mailing list