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

Kyle Keen kkeen at archlinux.org
Mon Jan 18 11:48:00 UTC 2021


    Date: Monday, January 18, 2021 @ 11:47:59
  Author: kkeen
Revision: 822822

upgpkg: ipython 7.19.0-5

Modified:
  ipython/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-18 11:47:50 UTC (rev 822821)
+++ PKGBUILD	2021-01-18 11:47:59 UTC (rev 822822)
@@ -6,14 +6,15 @@
 
 pkgname=ipython
 pkgver=7.19.0
-pkgrel=4
+pkgrel=5
 pkgdesc="An enhanced Interactive Python shell."
 arch=('any')
 url="https://ipython.org"
 license=('BSD')
 depends=('python' 'python-traitlets' 'python-pexpect' 'sqlite'
-         'python-setuptools' 'python-pickleshare' 'python-prompt_toolkit'
+         'python-pickleshare' 'python-prompt_toolkit'
          'python-jedi' 'python-pygments' 'python-backcall')
+makedepends=('python-setuptools')
 optdepends=("python-nose: for IPython's test suite")
 
 # new optional thing: ipyparallel



More information about the arch-commits mailing list