[arch-commits] Commit in python-pexpect/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Thu Nov 16 13:21:24 UTC 2017


    Date: Thursday, November 16, 2017 @ 13:21:23
  Author: arodseth
Revision: 266962

upgpkg: python-pexpect 4.3.0-1

Modified:
  python-pexpect/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-16 13:11:00 UTC (rev 266961)
+++ PKGBUILD	2017-11-16 13:21:23 UTC (rev 266962)
@@ -3,17 +3,15 @@
 # Contributor: Aaron Schaefer <aaron at elasticdog.com>
 
 pkgname=('python-pexpect' 'python2-pexpect')
-pkgver=4.2.1
-pkgrel=2
-pkgdesc='Make Python a better tool for controlling and automating other programs'
+pkgver=4.3.0
+pkgrel=1
+pkgdesc='For controlling and automating other programs'
 arch=('any')
 url='http://pexpect.readthedocs.org/en/stable/'
 license=('MIT')
 makedepends=('python' 'python2')
-conflicts=('python-pexpect<=2.4')
-replaces=('python-pexpect<=2.4')
-source=("https://pypi.python.org/packages/e8/13/d0b0599099d6cd23663043a2a0bb7c61e58c6ba359b2656e6fb000ef5b98/pexpect-$pkgver.tar.gz#md5=3694410001a99dff83f0b500a1ca1c95")
-md5sums=('3694410001a99dff83f0b500a1ca1c95')
+source=('https://pypi.python.org/packages/f8/44/5466c30e49762bb92e442bbdf4472d6904608d211258eb3198a11f0309a4/pexpect-4.3.0.tar.gz')
+sha256sums=('00ab0872f80f5db740499e7a1283a7c3b97bea542d72df84d83dea17d0afd2d9')
 
 prepare() {
   cp -r "pexpect-$pkgver" "python2-pexpect-$pkgver"
@@ -35,4 +33,5 @@
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:
+# getver: pypi.python.org/pypi/pexpect



More information about the arch-commits mailing list