[Bug 257336] [NEW PORT] multimedia/py-mat2: Handy tool to trash your metadata
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 257336] [New Port] multimedia/py-mat2: Metadata removal tool"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 23 Jul 2021 02:37:14 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257336 Kubilay Kocak <koobs@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open Summary|[New Port] |[NEW PORT] |multimedia/py-mat2: |multimedia/py-mat2: Handy |Metadata removal tool |tool to trash your metadata Keywords| |feature, needs-patch, | |needs-qa CC| |fuz@fuz.su, | |python@FreeBSD.org Flags| |maintainer-feedback?(fuz@fu | |z.su) --- Comment #1 from Kubilay Kocak <koobs@FreeBSD.org> --- Thanks for submittinng a new port Robert! Initial review items: - COMMENT: Match upstream metadata as completely and closely as possible. [1] - CATEGORIES: Always include python category unless use of Python is entirely irrelevant. [2] I'd trim the list too. Pick 3 with one obvious primary. Id suggest: sysutils security python - Use MASTER_SITES=CHEESESHOP (PyPI) unless tests or other important files are missing. Use standard Python ecosystem infrastructure whenever possible. [3] - RUN_DEPENDS: Upstream declares pycairo in install_requires, but is missing here? - RUN_DEPENDS: Make optional dependencies OPTIONS whenever possible. - This package installs files into non version specific places (setup.py:console_scripts/scripts installs into LOCALBASE/bin/*), so needs to be made concurrent (installation) safe. USE_PYTHON=concurrent [4] [1] https://wiki.freebsd.org/Python/PortsPolicy#COMMENT [2] https://wiki.freebsd.org/Python/PortsPolicy#CATEGORIES [3] https://wiki.freebsd.org/Python/PortsPolicy#MASTER_SITES [4] https://wiki.freebsd.org/Python/PortsPolicy#concurrent -- You are receiving this mail because: You are the assignee for the bug.