Date: Wednesday, October 27, 2021 @ 20:21:49
  Author: jelle
Revision: 1034789

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   60 +++++++++++++++++++++++-------------------------------------
 1 file changed, 23 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2021-10-27 20:21:44 UTC (rev 1034788)
+++ PKGBUILD    2021-10-27 20:21:49 UTC (rev 1034789)
@@ -1,37 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xypr...@archlinux.org>
-# Contributor: Aaron Schaefer <aa...@elasticdog.com>
-
-pkgname=(python-pexpect python2-pexpect)
-pkgver=4.8.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#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:

Copied: python-pexpect/repos/community-any/PKGBUILD (from rev 1034788, 
python-pexpect/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2021-10-27 20:21:49 UTC (rev 1034789)
@@ -0,0 +1,23 @@
+# Maintainer: Alexander F. Rødseth <xypr...@archlinux.org>
+# Contributor: Aaron Schaefer <aa...@elasticdog.com>
+
+pkgname=python-pexpect
+pkgver=4.8.0
+pkgrel=4
+pkgdesc='For controlling and automating applications'
+arch=(any)
+url='https://pexpect.readthedocs.org/en/stable/'
+license=(MIT)
+depends=(python python-ptyprocess)
+makedepends=(git python)
+source=("git+https://github.com/pexpect/pexpect#commit=5eed1a31a2853a09b7367c59fbd1a4a0b53341df";)
 # 4.8.0
+sha512sums=('SKIP')
+
+package() {
+  cd pexpect
+  python 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:

Reply via email to