- Rename the port to match the canonical/registered (PyPI/CHEESESHOP) name
- Switch from CHEESESHOP to GitLab for complete tests data
- Update the project website URL in pkg-descr
- Add LICENSE_FILE
- Add sysutils/py-cron-descriptor to RUN_DEPENDS
- Add test target
Reviewed by: koobs
Approved by: koobs (ports, mentor), portmgr (maintainer timeout: > 2 weeks)
Differential Revision: https://reviews.freebsd.org/D23968
FreeBSD-relevant ChangeLog extract since 3.0.6:
* Remove RANDFILE environment variable (#261)
* Workaround for bug in win32 mktemp (#247, #305, PR #312)
* Handle IP address in SAN and renewals (#317)
* Workaround for ash and no set -o echo (#319)
* Shore up windows testing framework (#314)
* Provide upgrade mechanism for older versions of EasyRSA (#349)
* Add support for KDC certificates (#322)
* Add support for Edward Curves (#354, #350)
* Add support for EASYRSA_PASSIN and EASYRSA_PASSOUT env vars (#368)
* Add support for RID to SAN (#362)
Update WWW: link in pkg-descr.
Remove patches that have been integrated upstream.
Shuffle USES=-line to please portlint.
Add NO_ARCH=yes, since this is all scripts and text.
Reported by: Eric F Crist (upstream maintainer)
This Package provides BeautifulTable class for easily printing tabular data in a
visually appealing ASCII format to a terminal.
Features included but not limited to:
- Full customization of the look and feel of the table
- Build the Table as you wish, By adding rows, or by columns or even mixing both
these approaches.
- Full support for colors using ANSI sequences or any library of your choice. It
just works.
- Plenty of predefined styles for multiple use cases and option to create custom
ones.
- Support for Unicode characters.
WWW: https://github.com/pri22296/beautifultable
Mark i386 as broken since external OpenSSL dependency does not compile. Until vendo will fix this in build scripts it's marked as broken.
PR: 245194
Submitted by: Michael Muenz <m.muenz@gmail.com> (maintainer)
A Python library that provides a method of accessing lists and dicts with a
dotted path notation. It is useful to access a deep path inside a complex
object composed of lists and dicts.
WWW: https://github.com/carlosescri/DottedDict/
and key settings without restarting the daemon to avoid interface up/down
and loosing traffic. This does not work if you change the Address= line in
the [Interface] section which needs a real restart.
PR: 244862
Submitted by: david@isnic.is
variables which affect wg-quick or the userspace implementation (eg.
wireguard-go). The syntax in rc.conf is:
wireguard_env="VAR=val VAR2=val2"
As a reference wg-quick uses these environment variables
WG_QUICK_USERSPACE_IMPLEMENTATION
and wireguard-go
LOG_LEVEL
WG_TUN_FD
WG_UAPI_FD
WG_PROCESS_FOREGROUND
Submitted by: J.R. Oldroyd <fbsd@opal.com>
* Adjust "do-test" target accordingly as the issue with pinned test
dependencies was fixed by upstream. [1]
Changelog:
* Dropped Python 2.7, 3.3, 3.4 support
* Removed six package
* Removed pinned dependencies of tests [1]
* Dropped setup.py tests support in favor of tox
https://github.com/pyupio/dparse/blob/0.5.0/HISTORY.rst