non port: security/py-acme/files |
SVNWeb
|
Number of commits found: 4 |
Tue, 12 May 2020
|
[ 11:13 dbaio ] (Only the first 10 of 27 ports in this commit are shown above. )
security/py-[acme|certbot]: Update to 1.4.0
Changelog: https://github.com/certbot/certbot/blob/v1.4.0/certbot/CHANGELOG.md
Approved by: koobs (python, maintainer)
Differential Revision: https://reviews.freebsd.org/D24743
|
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
|
Sat, 24 Jun 2017
|
[ 08:51 cpm ]
security/py-{acme,certbot}: update to 0.15.0
Common:
- Update PORTVERSION and distinfo checksum (0.15.0)
- Update RUN/TEST dependencies
- Remove unnecessary patches (applied upstream)
Changes:
https://github.com/certbot/certbot/blob/master/CHANGELOG.md#0150---2017-06-08
Reviewed by: koobs
Approved by: koobs (maintainer, py-certbot)
Differential Revision: https://reviews.freebsd.org/D10612
|
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: 4 |