Commits
Marius Schamschula authored c87dbf51408
37 37 | port:py${python.version}-josepy \ |
38 38 | port:py${python.version}-ndg_httpsclient \ |
39 39 | port:py${python.version}-openssl \ |
40 40 | port:py${python.version}-requests \ |
41 41 | port:py${python.version}-requests-toolbelt \ |
42 42 | port:py${python.version}-pyrfc3339 \ |
43 43 | port:py${python.version}-six \ |
44 44 | port:py${python.version}-tz \ |
45 45 | port:py${python.version}-werkzeug |
46 46 | |
47 - | post-extract { |
48 - | delete ${workpath}/certbot-${version} |
49 - | move [glob ${workpath}/*] ${workpath}/certbot-${version} |
50 - | } |
51 - | |
52 47 | livecheck.type none |
53 48 | } |