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

Alexander Rødseth arodseth at archlinux.org
Sat Mar 18 09:46:27 UTC 2017


    Date: Saturday, March 18, 2017 @ 09:46:26
  Author: arodseth
Revision: 217071

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++++-----------------------
 1 file changed, 27 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-18 09:45:49 UTC (rev 217070)
+++ PKGBUILD	2017-03-18 09:46:26 UTC (rev 217071)
@@ -1,23 +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=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"
-}

Copied: python-mechanize/repos/community-any/PKGBUILD (from rev 217070, python-mechanize/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-03-18 09:46:26 UTC (rev 217071)
@@ -0,0 +1,27 @@
+# $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.2.5
+pkgrel=1
+pkgdesc='Stateful programmatic web browsing in Python'
+arch=('any')
+url="http://wwwsearch.sourceforge.net/mechanize/"
+license=('BSD' 'ZPL')
+depends=('python2')
+makedepends=('python2-distribute')
+source=("https://github.com/jjlee/mechanize/archive/$pkgver.tar.gz")
+sha256sums=('8f16a5f1832a0497d427bdb6a169e02b3cedc299b6331cba844c21cefc074929')
+
+package_python2-mechanize() {
+  cd "mechanize-$pkgver"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 COPYING.txt "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list