Package Details: i3-workspace-groups 0.4.6-1

Git Clone URL: https://aur.archlinux.org/i3-workspace-groups.git (read-only, click to copy)
Package Base: i3-workspace-groups
Description: Manage i3wm workspaces in groups you control
Upstream URL: https://github.com/infokiller/i3-workspace-groups
Keywords: i3
Licenses: MIT
Submitter: wheatdog
Maintainer: wheatdog
Last Packager: wheatdog
Votes: 2
Popularity: 0.006308
First Submitted: 2019-03-14 09:11 (UTC)
Last Updated: 2020-02-11 09:00 (UTC)

Latest Comments

BenSYZ commented on 2024-04-28 05:16 (UTC)

here is my PKGBUILD:

# Maintainer: Tim Liou <wheatdoge at gmail dot com>
# Contributer: Ben Song <bensongsyz@gmail.com>
pkgname=i3-workspace-groups
pkgver=0.4.7
pkgrel=1
pkgdesc='Tools for managing i3wm workspaces in groups.'
url='https://github.com/infokiller/i3-workspace-groups'
arch=('any')
license=('MIT')
source=("git+https://github.com/infokiller/i3-workspace-groups#tag=$pkgver")
sha256sums=('SKIP')
depends=('python' 'i3-wm' 'python-i3ipc' 'python-toml')
makedepends=(python-build python-installer python-wheel git python-setuptools python-setuptools-scm)
optdepends=('rofi: provide for a few utility scripts')
install="${pkgname}.install"

build() {
    cd "$pkgname"
    python -m build --wheel --no-isolation
}

package() {
    cd "$pkgname"
    python -m installer --destdir="$pkgdir" dist/*.whl
}

BenSYZ commented on 2023-09-11 06:26 (UTC)

It seems that one more dependency is required: python-toml