Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 02 Jun 2021 00:01:14 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 256268] [NEW PORT] sysutils/py-concurrent-log-handler: RotatingFileHandler replacement with concurrency, gzip
Message-ID:  <bug-256268-21822-2N0lu5xBsc@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-256268-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-256268-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256268

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 distributi=
on
file(s).
  - setup.py declares dependencies not references in port:

  install_requires =3D [
    'portalocker<=3D1.7.1; python_version < "3"',
    'portalocker>=3D1.4.0; python_version >=3D "3"',
  ]

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-256268-21822-2N0lu5xBsc>