non port: security/py-acme/files/patch-setup.py |
SVNWeb
|
Number of commits found: 6 |
Thu, 26 Dec 2019
|
[ 19:25 pi ] (Only the first 10 of 22 ports in this commit are shown above. )
security/py-{acme|certbot*}: update 0.39 -> 1.0.0
PR: 242458
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Relnotes: https://github.com/certbot/certbot/releases/tag/v1.0.0
|
Sun, 10 Feb 2019
|
[ 19:45 sunpoet ] (Only the first 10 of 25 ports in this commit are shown above. )
Update to 0.31.0
Changes: https://github.com/certbot/certbot/blob/master/CHANGELOG.md
|
Tue, 20 Mar 2018
|
[ 12:03 mat ] (Only the first 10 of 16 ports in this commit are shown above. )
Update acme/certbot ports to 0.22.2.
Sponsored by: Absolight
|
Fri, 8 Dec 2017
|
[ 10:22 cpm ]
security/py-{acme,certbot}: Update to 0.20.0
Common:
- Update PORTVERSION and distinfo checksum (0.20.0)
- Regenerate patch
Changelog:
https://github.com/certbot/certbot/blob/master/CHANGELOG.md#0200---2017-12-06
Reviewed by: koobs (maintainer)
Approved by: koobs (maintainer, py-certbot)
Differential Revision: https://reviews.freebsd.org/D13410
|
Mon, 26 Jun 2017
|
[ 11:56 cpm ]
security/py-{acme,certbot}: fix missing dependency on py-mock
Common:
- Move py-mock requirement to dev_extras in setup.py
- Bump PORTREVISION
PR: 220274
Submitted by: cpm
Reported by: Randy Westlund <rwestlun@gmail.com>
Approved by: koobs (maintainer, py-certbot)
MFH: 2017Q2
|
Sun, 30 Apr 2017
|
[ 14:26 cpm ]
security/py-{acme,certbot}: Make argparse a conditional dependency
Backport an upstream patch [1][2] to setup.py making argparse a conditional
dependency. Without this change, the following error is observed at run-time:
pkg_resources.DistributionNotFound: The 'argparse' distribution was not found
and is required by certbot
This is due to the separate argparse distribution (via PyPI) no longer being
required for Python versions >= 2.7 and >= 3.2, as they contain the argparse
module in the standard library.
Since FreeBSD only supports Python versions with the argparse module built in,
*and* having removed the devel/py-argparse port, the install_requires=argparse
dependency cannot be satisfied, as install_requires is only relevant for non
standard library (PyPI) packages/dependencies.
[1] https://github.com/certbot/certbot/pull/4554
[2] https://github.com/certbot/certbot/issues/4485
PR: 218973
Reported by: olgeni
Approved by: koobs (py-certbot, maintainer)
Obtained
from: https://github.com/certbot/certbot/commit/89af460792fcdfb23c7dc4f9fcdec1bfa07a2656
Differential Revision: https://reviews.freebsd.org/D10546
|
Number of commits found: 6 |