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

Eli Schwartz eschwartz at archlinux.org
Fri Apr 12 21:00:49 UTC 2019


    Date: Friday, April 12, 2019 @ 21:00:48
  Author: eschwartz
Revision: 451333

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |  124 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 63 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-12 21:00:09 UTC (rev 451332)
+++ PKGBUILD	2019-04-12 21:00:48 UTC (rev 451333)
@@ -1,61 +0,0 @@
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-# Contributor: 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>
-
-_pkgname=mechanize
-pkgbase=python-mechanize
-pkgname=(python-mechanize python2-mechanize)
-pkgver=0.4.1
-pkgrel=1
-epoch=1
-pkgdesc='Stateful programmatic web browsing in Python'
-arch=('any')
-url="https://github.com/python-mechanize/mechanize"
-license=('BSD')
-makedepends=('python-setuptools' 'python-html5lib'
-              'python2-setuptools' 'python2-html5lib')
-checkdepends=('python-zope-interface' 'python-twisted'
-              'python2-zope-interface' 'python2-twisted')
-source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('8954081ef3149794920f0b9ead8af6927059b6ac76d81abc8a4d6366c6fa86ba'
-            'SKIP')
-validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal (New longer key) <kovid at kovidgoyal.net>
-
-build() {
-  cd "mechanize-$pkgver"
-
-  python setup.py build
-  python2 setup.py build
-}
-
-check() {
-  cd "mechanize-$pkgver"
-
-  python setup.py test
-  python2 setup.py test
-}
-
-package_python-mechanize() {
-  depends=('python-html5lib')
-  optdepends=('python-html5-parser: faster parsing of HTML')
-  cd "mechanize-$pkgver"
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:
-
-package_python2-mechanize() {
-  depends=('python2-html5lib')
-  optdepends=('python2-html5-parser: faster parsing of HTML')
-  cd "mechanize-$pkgver"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  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 451332, python-mechanize/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-04-12 21:00:48 UTC (rev 451333)
@@ -0,0 +1,63 @@
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+# Contributor: 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>
+
+_pkgname=mechanize
+pkgbase=python-mechanize
+pkgname=(python-mechanize python2-mechanize)
+pkgver=0.4.2
+pkgrel=1
+epoch=1
+pkgdesc='Stateful programmatic web browsing in Python'
+arch=('any')
+url="https://github.com/python-mechanize/mechanize"
+license=('BSD')
+makedepends=('python-setuptools' 'python-html5lib'
+              'python2-setuptools' 'python2-html5lib')
+checkdepends=('python-zope-interface' 'python-twisted'
+              'python2-zope-interface' 'python2-twisted')
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('b680ca1b4fabe5ef52024d120f40b8e2ed7d175ed4d67225d2c477dac7c7a58b'
+            'SKIP')
+b2sums=('6883ab55fee21f406f4b94d643ddde6fc800795045134dc0cac59e747e738dea46179aed3157681ceb5281d4c35906fa76ed79c60765a1528007701202b12414'
+        'SKIP')
+validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal (New longer key) <kovid at kovidgoyal.net>
+
+build() {
+  cd "mechanize-$pkgver"
+
+  python setup.py build
+  python2 setup.py build
+}
+
+check() {
+  cd "mechanize-$pkgver"
+
+  python setup.py test
+  python2 setup.py test
+}
+
+package_python-mechanize() {
+  depends=('python-html5lib')
+  optdepends=('python-html5-parser: faster parsing of HTML')
+  cd "mechanize-$pkgver"
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:
+
+package_python2-mechanize() {
+  depends=('python2-html5lib')
+  optdepends=('python2-html5-parser: faster parsing of HTML')
+  cd "mechanize-$pkgver"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list