Search Criteria
Package Details: autotrash 0.4.7-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/autotrash.git (read-only, click to copy) |
---|---|
Package Base: | autotrash |
Description: | Tool to automatically purge old trashed files |
Upstream URL: | https://github.com/bneijt/autotrash |
Licenses: | GPL3 |
Submitter: | MithicSpirit |
Maintainer: | MithicSpirit |
Last Packager: | MithicSpirit |
Votes: | 8 |
Popularity: | 0.032737 |
First Submitted: | 2021-01-28 13:40 (UTC) |
Last Updated: | 2024-05-11 19:58 (UTC) |
Dependencies (6)
- python (python37AUR, python311AUR, python310AUR)
- git (git-gitAUR, git-glAUR) (make)
- pandoc-cli (pandoc-sile-gitAUR, pandoc-binAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-poetry-core (python-poetry-core-gitAUR) (make)
Latest Comments
MithicSpirit commented on 2024-05-12 11:53 (UTC)
@madeiros they are just make dependencies, so you can uninstall them after building (tip: use
-r
withmakepkg
). Also, these dependencies are overall quite small (each is an individual haskell package), so it should download pretty quickly without occupying much space. IMO, it's better to have a lot of small dependencies that each do a single thing (UNIX philosophy) than having one massive dependency that bundles a lot of unused cruft.That said, it's up to you. Do whatever you want with your system.
maderios commented on 2024-05-12 08:34 (UTC)
autotrash needs now 226 new haskell dependencies...just for one man page ! It's crazy... I stay with previous version.
nogweii commented on 2024-05-11 17:50 (UTC)
autotrash has a man page, could you add it to the package? You'll need to add
pandoc
to the makedepends.thiagowfx commented on 2021-07-11 18:05 (UTC)
You're right, but I figured we could "kill two birds with one stone", as they say. Thanks for the quick fix!
MithicSpirit commented on 2021-07-11 18:03 (UTC)
The only difference between v0.4.2 (current) and v0.4.3 is some metadata for pypi (see https://github.com/bneijt/autotrash/compare/0.4.2...0.4.3 ), so I didn't think an update was necessary for AUR, but I'm updating anyways for the dependency fix.
thiagowfx commented on 2021-07-11 17:30 (UTC)
Also, v0.4.3 is available.
thiagowfx commented on 2021-07-11 17:29 (UTC) (edited on 2021-07-11 17:29 (UTC) by thiagowfx)
python-setuptools
needs to be a hard-dependency (depends, not makedepends) otherwiseautotrash
doesn't work:This is also documented in the wiki:
See https://wiki.archlinux.org/title/Python_package_guidelines