[arch-commits] Commit in python-pexpect/repos/community-any (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Tue May 7 08:19:46 UTC 2019
Date: Tuesday, May 7, 2019 @ 08:19:45
Author: arodseth
Revision: 461892
archrelease: copy trunk to community-any
Added:
python-pexpect/repos/community-any/PKGBUILD
(from rev 461891, python-pexpect/trunk/PKGBUILD)
Deleted:
python-pexpect/repos/community-any/PKGBUILD
----------+
PKGBUILD | 75 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-07 08:19:40 UTC (rev 461891)
+++ PKGBUILD 2019-05-07 08:19:45 UTC (rev 461892)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Aaron Schaefer <aaron at elasticdog.com>
-
-pkgname=('python-pexpect' 'python2-pexpect')
-pkgver=4.6.0
-pkgrel=2
-pkgdesc='For controlling and automating applications'
-arch=('any')
-url='https://pexpect.readthedocs.org/en/stable/'
-license=('MIT')
-makedepends=('git' 'python' 'python2')
-source=("git+https://github.com/pexpect/pexpect#tag=${pkgver%%.0}")
-sha512sums=('SKIP')
-
-prepare() {
- cp -r pexpect python2-pexpect
- sed -i 's,env python,env python2,' python2-pexpect/pexpect/FSM.py
-}
-
-package_python-pexpect() {
- depends+=('python' 'python-ptyprocess')
-
- cd pexpect
- python setup.py install --root="$pkgdir"
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-pexpect() {
- depends+=('python2' 'python2-ptyprocess')
-
- cd python2-pexpect
- python2 setup.py install --root="$pkgdir"
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:
-# getver: pypi.python.org/pypi/pexpect
Copied: python-pexpect/repos/community-any/PKGBUILD (from rev 461891, python-pexpect/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-05-07 08:19:45 UTC (rev 461892)
@@ -0,0 +1,37 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Aaron Schaefer <aaron at elasticdog.com>
+
+pkgname=(python-pexpect python2-pexpect)
+pkgver=4.7.0
+pkgrel=1
+pkgdesc='For controlling and automating applications'
+arch=(any)
+url='https://pexpect.readthedocs.org/en/stable/'
+license=(MIT)
+makedepends=(git python python2)
+source=("git+https://github.com/pexpect/pexpect#tag=$pkgver")
+sha512sums=('SKIP')
+
+prepare() {
+ cp -r pexpect python2-pexpect
+ sed -i 's,env python,env python2,' python2-pexpect/pexpect/FSM.py
+}
+
+package_python-pexpect() {
+ depends+=(python python-ptyprocess)
+
+ cd pexpect
+ python setup.py install --root="$pkgdir"
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-pexpect() {
+ depends+=(python2 python2-ptyprocess)
+
+ cd python2-pexpect
+ python2 setup.py install --root="$pkgdir"
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: pypi.python.org/pypi/pexpect
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list