https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243402
Kubilay Kocak <ko...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |needs-patch, needs-qa --- Comment #2 from Kubilay Kocak <ko...@freebsd.org> --- Review: - Upstream has 0.7.0 out - Package provides console_scripts, port must be concurrent safe (USE_PYTHON=concurrent) - Package provides tests in sdist, add TEST_DEPENDS and test target [1] - pytz and python-dateutil are declared upstream as a dependencies (requirements.txt parsed into setup.py), but are not listed in *_DEPENDS [1] cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs -o addopts= -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"