Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages /
xonsh
Commits:
c16071e8 by Daniel Bermond at 2026-05-05T23:18:51-03:00
upgpkg: 0.23.5-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = xonsh
pkgdesc = A python-powered shell. Full-featured and cross-platform.
- pkgver = 0.23.4
+ pkgver = 0.23.5
pkgrel = 1
url = https://xon.sh/
install = xonsh.install
@@ -13,7 +13,9 @@ pkgbase = xonsh
makedepends = python-prompt_toolkit
makedepends = python-pygments
makedepends = python-setproctitle
+ makedepends = python-wcwidth
depends = python
+ depends = python-click
depends = python-distro
depends = python-packaging
depends = python-ply
@@ -21,7 +23,8 @@ pkgbase = xonsh
optdepends = python-prompt_toolkit: for SHELL_TYPE=prompt_toolkit
optdepends = python-pygments: for syntax highlighting and colorization
optdepends = python-setproctitle: for updating process title to match
Xonsh arguments
- source =
https://github.com/xonsh/xonsh/archive/0.23.4/xonsh-0.23.4.tar.gz
- sha256sums =
8e6c5ef5b5bf844d2748c3d27350bcee9ac6dc00f16086caa5533fbe8b49aab5
+ optdepends = python-wcwidth: for unicode symbols and emoji completer
+ source =
https://github.com/xonsh/xonsh/archive/0.23.5/xonsh-0.23.5.tar.gz
+ sha256sums =
4b4103c8d6e65dcd61cfc71aff9eb95c5b7d1b9c2d21c333a0bb764f81f6e6f5
pkgname = xonsh
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Jerome Leclanche <[email protected]>
pkgname=xonsh
-pkgver=0.23.4
+pkgver=0.23.5
pkgrel=1
pkgdesc='A python-powered shell. Full-featured and cross-platform.'
url='https://xon.sh/'
@@ -10,6 +10,7 @@ arch=('any')
license=('BSD-2-Clause')
depends=(
'python'
+ 'python-click'
'python-distro'
'python-packaging'
'python-ply'
@@ -17,7 +18,8 @@ depends=(
optdepends=(
'python-prompt_toolkit: for SHELL_TYPE=prompt_toolkit'
'python-pygments: for syntax highlighting and colorization'
- 'python-setproctitle: for updating process title to match Xonsh arguments')
+ 'python-setproctitle: for updating process title to match Xonsh arguments'
+ 'python-wcwidth: for unicode symbols and emoji completer')
makedepends=(
'python-build'
'python-installer'
@@ -26,10 +28,11 @@ makedepends=(
# for satisfying namcap:
'python-prompt_toolkit'
'python-pygments'
- 'python-setproctitle')
+ 'python-setproctitle'
+ 'python-wcwidth')
install=xonsh.install
source=("https://github.com/xonsh/xonsh/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('8e6c5ef5b5bf844d2748c3d27350bcee9ac6dc00f16086caa5533fbe8b49aab5')
+sha256sums=('4b4103c8d6e65dcd61cfc71aff9eb95c5b7d1b9c2d21c333a0bb764f81f6e6f5')
build() {
cd "${pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xonsh/-/commit/c16071e8318d5503098118dcd633af45d4c73dfd
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xonsh/-/commit/c16071e8318d5503098118dcd633af45d4c73dfd
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help