[arch-commits] Commit in bpython/repos/community-any (PKGBUILD PKGBUILD)

Kyle Keen kkeen at gemini.archlinux.org
Thu Nov 25 09:53:38 UTC 2021


    Date: Thursday, November 25, 2021 @ 09:53:38
  Author: kkeen
Revision: 1054763

archrelease: copy trunk to community-any

Added:
  bpython/repos/community-any/PKGBUILD
    (from rev 1054762, bpython/trunk/PKGBUILD)
Deleted:
  bpython/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   67 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-25 09:53:27 UTC (rev 1054762)
+++ PKGBUILD	2021-11-25 09:53:38 UTC (rev 1054763)
@@ -1,33 +0,0 @@
-# Maintainer: Kyle Keen < keenerd at gmail >
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Mike Sampson <mike at sambodata dot com>
-# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
-
-pkgname=bpython
-pkgver=0.21
-pkgrel=1
-pkgdesc='Fancy ncurses interface to the Python interpreter'
-arch=('any')
-url='https://bpython-interpreter.org/'
-license=('MIT')
-depends=('python-pygments' 'python-requests' 'python-curtsies' 'python-greenlet' 'python-six')
-optdepends=('python-urwid: for bpython-urwid'
-            'python-jedi: multiline completion'
-            'python-watchdog: module reloading')
-makedepends=('python-distribute')
-#source=(https://bpython-interpreter.org/releases/bpython-${pkgver}.tar.gz)  # slow
-#source=("https://github.com/bpython/bpython/archive/$pkgver-release.tar.gz")  # missing version data
-source=("https://files.pythonhosted.org/packages/source/b/bpython/bpython-$pkgver.tar.gz")
-md5sums=('ca73d8c605767242aea522ec6bb84d48')
-
-build() {
-  cd "$srcdir/bpython-$pkgver"
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir/bpython-$pkgver"
-
-  python setup.py install --root="$pkgdir" --optimize=0
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/bpython/LICENSE"
-}

Copied: bpython/repos/community-any/PKGBUILD (from rev 1054762, bpython/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-11-25 09:53:38 UTC (rev 1054763)
@@ -0,0 +1,34 @@
+# Maintainer: Kyle Keen < keenerd at gmail >
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Mike Sampson <mike at sambodata dot com>
+# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
+
+pkgname=bpython
+pkgver=0.22.1
+pkgrel=1
+pkgdesc='Fancy ncurses interface to the Python interpreter'
+arch=('any')
+url='https://bpython-interpreter.org/'
+license=('MIT')
+depends=('python-pygments' 'python-requests' 'python-curtsies' 'python-greenlet'
+         'python-six' 'python-typing_extensions')
+optdepends=('python-urwid: for bpython-urwid'
+            'python-jedi: multiline completion'
+            'python-watchdog: module reloading')
+makedepends=('python-distribute')
+#source=(https://bpython-interpreter.org/releases/bpython-${pkgver}.tar.gz)  # slow
+#source=("https://github.com/bpython/bpython/archive/$pkgver-release.tar.gz")  # missing version data
+source=("https://files.pythonhosted.org/packages/source/b/bpython/bpython-$pkgver.tar.gz")
+md5sums=('64d414e563429ab987dc9fa7d9358d91')
+
+build() {
+  cd "$srcdir/bpython-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir/bpython-$pkgver"
+
+  python setup.py install --root="$pkgdir" --optimize=0
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/bpython/LICENSE"
+}



More information about the arch-commits mailing list