Package Details: python-i3-py 0.6.8-10

Git Clone URL: https://aur.archlinux.org/python-i3-py.git (read-only, click to copy)
Package Base: python-i3-py
Description: tools for i3 users and developers
Upstream URL: https://github.com/ziberna/i3-py
Licenses: GPL3
Submitter: languitar
Maintainer: AI5C
Last Packager: AI5C
Votes: 5
Popularity: 1.00
First Submitted: 2019-11-03 19:52 (UTC)
Last Updated: 2024-05-01 02:44 (UTC)

Latest Comments

AI5C commented on 2024-05-01 02:45 (UTC)

updated. interesting how many of us depend on this 12-years-untouched software that still works quite well.

f4hy commented on 2024-05-01 02:39 (UTC) (edited on 2024-05-01 02:39 (UTC) by f4hy)

if you want a simple patch for this.

From 5596717fb1dac34f0c2e0d2f59b7fdbb2fb3f351 Mon Sep 17 00:00:00 2001
From: Brendan Fahy <bmfahy@gmail.com>
Date: Tue, 30 Apr 2024 22:38:26 -0400
Subject: [PATCH] make python2 opt

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

diff --git a/PKGBUILD b/PKGBUILD
index 48c29af..8c23616 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,8 @@ arch=('any')
 url='https://github.com/ziberna/i3-py'
 license=('GPL3')
 depends=('python' 'i3-wm')
-makedepends=('git' 'python' 'python2')
+makedepends=('git' 'python')
+optdepends=('python2: legacy')
 source=("$pkgname::git+https://github.com/ziberna/i3-py#commit=$_commit")
 md5sums=('SKIP')

-- 
2.45.0

f4hy commented on 2024-05-01 02:32 (UTC)

I was having trouble with python2 dep but just modified the PKGBUILD to remove it and was able to have this work without issues. We should remove that requirement as others have said.

PythonNut commented on 2023-06-23 19:33 (UTC)

If the python2 dependency is not necessary for most users, maybe it should be made optional?

duelle commented on 2023-05-08 17:41 (UTC)

For me, the dependency on 'python2' brought several issues (lots of additional dependencies and build time for python2 from AUR). In my case, removing the python2 dependency solved the issues I had and made it a lot easier and quicker to install. So I'd recommend to remove the 'python2' dependency.

languitar commented on 2020-06-03 14:51 (UTC)

I can't see anything that could be causing a LICENSE validation error. Everything compiles without problems here.