Date: Tuesday, April 11, 2023 @ 16:40:12
  Author: arojas
Revision: 1444695

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-11 16:40:00 UTC (rev 1444694)
+++ PKGBUILD    2023-04-11 16:40:12 UTC (rev 1444695)
@@ -1,40 +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.23
-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' 'python-pyxdg')
-optdepends=('python-urwid: for bpython-urwid'
-            'python-jedi: multiline completion'
-            'python-watchdog: module reloading')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-#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=('a15a4f9e8ff7d0d672a1d1a28c1740bf')
-
-build() {
-  cd "$srcdir/bpython-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir/bpython-$pkgver"
-  pytest --deselect 
bpython/test/test_interpreter.py::TestInterpreter::test_syntaxerror
-}
-
-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 1444694, 
bpython/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-11 16:40:12 UTC (rev 1444695)
@@ -0,0 +1,40 @@
+# 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.24
+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' 'python-pyxdg')
+optdepends=('python-urwid: for bpython-urwid'
+            'python-jedi: multiline completion'
+            'python-watchdog: module reloading')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+#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";)
+sha256sums=('98736ffd7a8c48fd2bfb53d898a475f4241bde0b672125706af04d9d08fd3dbd')
+
+build() {
+  cd "$srcdir/bpython-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir/bpython-$pkgver"
+  pytest --deselect 
bpython/test/test_interpreter.py::TestInterpreter::test_syntaxerror
+}
+
+package() {
+  cd "$srcdir/bpython-$pkgver"
+
+  python setup.py install --root="$pkgdir" --optimize=0
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/bpython/LICENSE"
+}

Reply via email to