Search Criteria
Package Details: certbot-dns-namecheap-git r4.269d2bf-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/certbot-dns-namecheap-git.git (read-only, click to copy) | 
|---|---|
| Package Base: | certbot-dns-namecheap-git | 
| Description: | Namecheap API plugin for Let’s Encrypt client | 
| Upstream URL: | None | 
| Licenses: | Apache | 
| Submitter: | jkl | 
| Maintainer: | jkl | 
| Last Packager: | jkl | 
| Votes: | 0 | 
| Popularity: | 0.000000 | 
| First Submitted: | 2020-12-07 11:32 (UTC) | 
| Last Updated: | 2022-04-10 20:07 (UTC) | 
Dependencies (6)
- certbot (certbot-gitAUR)
 - dns-lexicon
 - python-acme (python-acme-gitAUR)
 - python-pynamecheapAUR
 - python-setuptools
 - git (git-gitAUR, git-glAUR) (make)
 
Latest Comments
Gnarflord commented on 2024-11-02 21:28 (UTC)
Hi, the package is currently not working as it relies on an external service that was shut down a while ago. I fixed the issue in my branch but there has been no response on my merge request: https://github.com/jkl1337/certbot_dns_namecheap/pull/1
Maybe my branch could take over for this AUR package if this is not maintained anymore?
daenney commented on 2023-01-08 20:52 (UTC)
With certbot 2.x the certbot package no longer depends on python-zope-interface which means that on a clean system that dependency won't be available anymore. It needs to be explicitly added/installed as it's a dependency in setup.py of dns-namecheap. python-mock needs to be added too.