mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
certbot: update to 1.4.0
Mock removed from upstream; removed patch.
This commit is contained in:
parent
21f27d6ca1
commit
f5aa454d10
2 changed files with 2 additions and 12 deletions
|
@ -1,10 +0,0 @@
|
||||||
--- setup.py
|
|
||||||
+++ setup.py
|
|
||||||
@@ -45,7 +45,6 @@
|
|
||||||
# 1.1.0+ is required to avoid the warnings described at
|
|
||||||
# https://github.com/certbot/josepy/issues/13.
|
|
||||||
'josepy>=1.1.0',
|
|
||||||
- 'mock',
|
|
||||||
'parsedatetime>=1.3', # Calendar.parseDT
|
|
||||||
'pyrfc3339',
|
|
||||||
'pytz',
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'certbot'
|
# Template file for 'certbot'
|
||||||
pkgname=certbot
|
pkgname=certbot
|
||||||
version=1.3.0
|
version=1.4.0
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -16,7 +16,7 @@ maintainer="Alex Childs <misuchiru03+void@gmail.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://certbot.eff.org/"
|
homepage="https://certbot.eff.org/"
|
||||||
distfiles="${PYPI_SITE}/c/certbot/certbot-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/c/certbot/certbot-${version}.tar.gz"
|
||||||
checksum=bc2091cbbc2f432872ed69309046e79771d9c81cd441bde3e6a6553ecd04b1d8
|
checksum=69b5b7925de0d3b693b00a40bf109d85afb24c7199bf616339d74d59a80d8d96
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf ${DESTDIR}/${py3_sitelib}/certbot/tests
|
rm -rf ${DESTDIR}/${py3_sitelib}/certbot/tests
|
||||||
|
|
Loading…
Add table
Reference in a new issue