Package Details: clipster 2.1.1-1

Git Clone URL: https://aur.archlinux.org/clipster.git (read-only, click to copy)
Package Base: clipster
Description: Python clipboard manager
Upstream URL: https://github.com/mrichar1/clipster
Keywords: clipboard copy manager paste
Licenses: AGPL
Conflicts: clipster-git
Provides: clipster
Submitter: chron
Maintainer: wereii
Last Packager: chron
Votes: 11
Popularity: 0.000002
First Submitted: 2017-07-04 13:32 (UTC)
Last Updated: 2022-02-16 10:04 (UTC)

Latest Comments

« First ‹ Previous 1 2

chron commented on 2017-08-24 12:30 (UTC)

Thanks azmo, fixed.

azmo commented on 2017-08-24 10:20 (UTC)

makedepends is missing python-setuptools. Building it in a clean environment results in: ==> Starting package()... Traceback (most recent call last): File "setup.py", line 6, in <module> from setuptools import find_packages, setup ModuleNotFoundError: No module named 'setuptools' Adding python-setuptools fixes that.