[Bug 256268] [NEW PORT] sysutils/py-concurrent-log-handler: RotatingFileHandler replacement with concurrency, gzip
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 02 Jun 2021 00:01:14 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256268
Kubilay Kocak <koobs@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Flags| |maintainer-feedback?(risner
| |@stdio.com)
Keywords| |needs-patch
CC| |risner@stdio.com
--- Comment #3 from Kubilay Kocak <koobs@FreeBSD.org> ---
Review items:
- Add LICENSE_FILE when a license file file is provided in the distribution
file(s).
- setup.py declares dependencies not references in port:
install_requires = [
'portalocker<=1.7.1; python_version < "3"',
'portalocker>=1.4.0; python_version >= "3"',
]
--
You are receiving this mail because:
You are on the CC list for the bug.