Search Criteria
Package Details: dotdrop 1.15.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/dotdrop.git (read-only, click to copy) |
---|---|
Package Base: | dotdrop |
Description: | Save your dotfiles once, deploy them everywhere |
Upstream URL: | https://github.com/deadc0de6/dotdrop |
Keywords: | dotfiles |
Licenses: | GPL |
Submitter: | deadc0de6 |
Maintainer: | deadc0de6 |
Last Packager: | deadc0de6 |
Votes: | 16 |
Popularity: | 0.000006 |
First Submitted: | 2018-02-07 13:51 (UTC) |
Last Updated: | 2024-12-16 09:12 (UTC) |
Dependencies (11)
- python (python37AUR, python311AUR, python310AUR)
- python-distro
- python-docopt-ngAUR
- python-jinja
- python-magic (python-magic-gitAUR)
- python-packaging
- python-requests
- python-ruamel-yaml (python-ruamel-yaml-hgAUR)
- python-setuptools
- python-tomli-w
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
1 2 Next › Last »
deadc0de6 commented on 2024-07-07 12:20 (UTC)
I bumped pkgrel. Installing dotdrop through aur on arch running python 3.12 is working as expected.
aorth commented on 2024-07-04 19:14 (UTC)
Yes, this needs a pkgrel bump to rebuild for Python 3.12.
derdeagle commented on 2023-06-13 19:50 (UTC)
I had to reinstall (remove (yay -Rns) and install) dotdrop again (not the first time) and it worked again. Maybe that also helps you.
deadc0de6 commented on 2023-06-11 11:11 (UTC)
python-magic
is actually listed in the dependencies and matches the expected module (https://github.com/ahupp/python-magic). Are you saying that even though thepython-magic
package is installed, the warning pops?Dotdrop checks the following to validate the presence of
python-magic
:At least latest pip version of
python-magic
(0.4.27) does work properly when installed.C_Schmidpeter commented on 2023-06-10 07:24 (UTC)
Command
$dotdrop import myfile.txt
results in
[WARN] missing python module "python-magic"
if package 'python-magic' is not installed. Is this dependency missing, or is this an obsolete warning caused by upstream?
duckunix commented on 2022-08-10 23:52 (UTC)
Thanks for the quick turnaround!
deadc0de6 commented on 2022-08-08 18:47 (UTC)
Thanks for the heads-up. It seems the arch package "python-magic" is now using https://github.com/ahupp/python-magic so I'll just use that: https://github.com/archlinux/svntogit-community/commit/c55536a75b7b19cf33341e40f63d3ae36fbb5940
duckunix commented on 2022-08-07 22:15 (UTC)
python-magic-ahupp has been dropped from the AUR. Since this was switched to handle things back in 2020, now what should we do?
deadc0de6 commented on 2020-11-09 08:23 (UTC)
Thanks, I fixed the PKGBUILD with the new dependency (python-magic-ahupp from aur).
myrovh commented on 2020-11-09 02:47 (UTC)
The version 1.3.7 requires python-magic as a dependency. However the archpkg version of
python-magic
seems to be a different package. I had to manually install python-magic via pip.python-magic-ahupp
from aur might work as an alternative to using pip but I haven't tested it.1 2 Next › Last »