Package Details: python-pylru 1.3.1-2

Git Clone URL: https://aur.archlinux.org/python-pylru.git (read-only, click to copy)
Package Base: python-pylru
Description: A least recently used (LRU) cache implementation
Upstream URL: https://github.com/jlhutch/pylru
Licenses: GPL-2.0-only
Submitter: atweiden
Maintainer: pizzaman
Last Packager: pizzaman
Votes: 4
Popularity: 0.000000
First Submitted: 2017-03-12 18:34 (UTC)
Last Updated: 2026-04-12 07:10 (UTC)

Latest Comments

pizzaman commented on 2026-04-12 07:12 (UTC)

@JonathanBu & @zebulon Fixed.

JonathanBu commented on 2026-04-11 15:33 (UTC)

I have the same error as @zebulon . I was trying to install octoprint. So I tried the octoprint-venv package, and that worked.

zebulon commented on 2026-04-11 13:25 (UTC)

I have this error message when build() is launched: python: can't open file '/tmp/makepkg/python-pylru/src/pylru-1.3.1/setup.py': [Errno 2] No such file or directory

micwoj92 commented on 2025-03-20 19:44 (UTC)

Please use spdx license identifier.

amstan commented on 2022-01-17 21:36 (UTC)

Please remove the python2 make dependency. It means every time there's an update it'll install python2 then remove it.

pizzaman commented on 2020-10-26 09:28 (UTC)

@smmalis37 This package contains both

pkgname=('python-pylru' 'python2-pylru')
, so the based on makedepends pacman installs python3 and python2 dependencies, even when you're just installing python-pylru.

Feel free to

pacman -Rsc python2-setuptools
and its dependencies if you don't have any other packages reliant on them.

smmalis37 commented on 2020-10-26 05:13 (UTC)

Since there is a separate python2-pylru package does this one need python2-setuptools? Could it depend on only python-setuptools?

pizzaman commented on 2020-02-18 09:07 (UTC)

@qertoip Fixed.

qertoip commented on 2019-11-08 14:44 (UTC)

ERROR: makedepends can not be set inside a package function

Niklas commented on 2017-08-05 02:05 (UTC)

could you turn this into a joint package for python 2 and 3 so I don't have to submit a seperate python2-pylru package? would look like this one: https://github.com/flak3/PKGBUILDs/blob/master/main/python-pylru/PKGBUILD