[arch-commits] Commit in python-pexpect/repos/community-staging-any (2 files)
Felix Yan
felixonmars at gemini.archlinux.org
Thu Dec 2 11:59:35 UTC 2021
Date: Thursday, December 2, 2021 @ 11:59:35
Author: felixonmars
Revision: 1061670
archrelease: copy trunk to community-staging-any
Added:
python-pexpect/repos/community-staging-any/PKGBUILD
(from rev 1061669, python-pexpect/trunk/PKGBUILD)
Deleted:
python-pexpect/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 46 +++++++++++++++++++++++-----------------------
1 file changed, 23 insertions(+), 23 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-02 11:59:31 UTC (rev 1061669)
+++ PKGBUILD 2021-12-02 11:59:35 UTC (rev 1061670)
@@ -1,23 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Aaron Schaefer <aaron at elasticdog.com>
-
-pkgname=python-pexpect
-pkgver=4.8.0
-pkgrel=5
-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:
Copied: python-pexpect/repos/community-staging-any/PKGBUILD (from rev 1061669, python-pexpect/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-02 11:59:35 UTC (rev 1061670)
@@ -0,0 +1,23 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Aaron Schaefer <aaron at elasticdog.com>
+
+pkgname=python-pexpect
+pkgver=4.8.0
+pkgrel=6
+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:
More information about the arch-commits
mailing list