[arch-commits] Commit in python-jedi/trunk (PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Sat Dec 16 15:46:16 UTC 2017
Date: Saturday, December 16, 2017 @ 15:46:09
Author: jelle
Revision: 274577
upgpkg: python-jedi 0.11.1-1
Modified:
python-jedi/trunk/PKGBUILD
----------+
PKGBUILD | 15 ++++-----------
1 file changed, 4 insertions(+), 11 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-16 14:11:07 UTC (rev 274576)
+++ PKGBUILD 2017-12-16 15:46:09 UTC (rev 274577)
@@ -4,8 +4,8 @@
pkgbase=python-jedi
pkgname=('python2-jedi' 'python-jedi')
-pkgver=0.11.0
-pkgrel=2
+pkgver=0.11.1
+pkgrel=1
arch=('any')
url="https://github.com/davidhalter/jedi"
license=('MIT')
@@ -12,16 +12,9 @@
depends=('python2')
makedepends=('python2-setuptools' 'python-setuptools')
checkdepends=('python-pytest' 'python2-pytest' 'python-parso' 'python2-parso')
-source=(https://github.com/davidhalter/jedi/archive/v$pkgver.tar.gz update_requires.patch)
-md5sums=('26298afee07465d72dc1fe1091d8ec61'
- 'f346f6c86f539492f9eab172e91026f3')
+source=(https://github.com/davidhalter/jedi/archive/v$pkgver.tar.gz)
+md5sums=('f5fdea8650ed85d4ab8144e3f31d2c16')
-prepare() {
- cd "$srcdir/jedi-${pkgver}"
- # FS#56396
- patch -Np1 -i "${srcdir}/update_requires.patch"
-}
-
check() {
cd "$srcdir/jedi-${pkgver}"
pytest test
More information about the arch-commits
mailing list