Search Criteria
Package Details: concierge 0.2.2-4
Git Clone URL: | https://aur.archlinux.org/concierge.git (read-only, click to copy) |
---|---|
Package Base: | concierge |
Description: | Think SASS for SSH config files |
Upstream URL: | https://github.com/9seconds/concierge |
Licenses: | |
Submitter: | milouse |
Maintainer: | None |
Last Packager: | milouse |
Votes: | 1 |
Popularity: | 0.010157 |
First Submitted: | 2016-09-28 09:18 |
Last Updated: | 2018-08-21 09:14 |
Dependencies (4)
- python-inotify-simple
- python-setuptools (make)
- concierge-jinja (optional) – jinja2 support in your templates
- concierge-mako (optional) – mako support in your templates
Latest Comments
milouse commented on 2017-01-20 19:14
Oh, I didn't know about the patch-diff url on github. That's marvelous. I'll add it when I've time. Effectively my sed patch is ugly, but as I rely on a tag tgz, it won't break even if upstream finally changes the requirement file.
Thank for pointing me this :)
Freso commented on 2017-01-20 16:22
FWIW, you could add https://patch-diff.githubusercontent.com/raw/9seconds/concierge/pull/17.diff to $sources and use `patch` to apply it instead of the `sed`'ing now being done in $package. Seems a bit fragile. But maybe that's not an issue, since this isn't a VCS package, so the source won't just change on you. :)
milouse commented on 2017-01-10 17:55
Whoops, I just quickly answer from what I've read in the emailed notification. Didn't see your edit.
Wait and see :)
Freso commented on 2017-01-10 14:14
I already made an issue upstream; see the edit to my comment. ;)
milouse commented on 2017-01-10 13:37
I have seriously no idea, I don't know enough about the python ecosystem. All I can say is that enum34 is explicitly asked in the setup.py script https://github.com/9seconds/concierge/blob/master/setup.py
Can you try to install concierge without enum34 and if it works dropping an issue upstream?
Freso commented on 2017-01-10 11:24
Are you sure this needs python-enum34? python-enum34 is unneeded for Python ≥ 3.4.0, and Arch ships Python 3.6.0 by default now.
Edit: Looks like it does "require" python-enum34 for now, even though it doesn't actually use. I've made a pull request upstream: https://github.com/9seconds/concierge/pull/17