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

Alexander Rødseth arodseth at archlinux.org
Sat Mar 18 13:18:50 UTC 2017


    Date: Saturday, March 18, 2017 @ 13:18:49
  Author: arodseth
Revision: 217078

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   55 ++++++++++++++++++++++++++++---------------------------
 1 file changed, 28 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-18 13:17:52 UTC (rev 217077)
+++ PKGBUILD	2017-03-18 13:18:49 UTC (rev 217078)
@@ -1,27 +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.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:

Copied: python-mechanize/repos/community-any/PKGBUILD (from rev 217077, python-mechanize/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-03-18 13:18:49 UTC (rev 217078)
@@ -0,0 +1,28 @@
+# $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
+epoch=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