[arch-commits] Commit in python-pexpect/repos/community-any (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Wed Feb 5 20:55:29 UTC 2020
Date: Wednesday, February 5, 2020 @ 20:55:28
Author: arodseth
Revision: 563530
archrelease: copy trunk to community-any
Added:
python-pexpect/repos/community-any/PKGBUILD
(from rev 563529, python-pexpect/trunk/PKGBUILD)
Deleted:
python-pexpect/repos/community-any/PKGBUILD
----------+
PKGBUILD | 74 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-02-05 20:55:20 UTC (rev 563529)
+++ PKGBUILD 2020-02-05 20:55:28 UTC (rev 563530)
@@ -1,37 +0,0 @@
-# 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=3
-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:
Copied: python-pexpect/repos/community-any/PKGBUILD (from rev 563529, python-pexpect/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-02-05 20:55:28 UTC (rev 563530)
@@ -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.8.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#commit=5eed1a31a2853a09b7367c59fbd1a4a0b53341df") # 4.8.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"
+}
+
+# getver: pypi.python.org/pypi/pexpect
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list