https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216249
Kubilay Kocak <ko...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[New Port] |[NEW PORT] |textproc/py-elasticsearch2- |textproc/py-elasticsearch2: |py: version 2.4.1 of |version 2.4.1 of |textproc/py-elasticsearch-p |textproc/py-elasticsearch-p |y |y Keywords| |feature, needs-patch, | |needs-qa CC| |ko...@freebsd.org, | |pyt...@freebsd.org Status|New |Open Flags| |maintainer-feedback?(james@ | |elstone.net) --- Comment #14 from Kubilay Kocak <ko...@freebsd.org> --- Thank you for submitting this port James. A few review items: Python ports should be named exactly after their PyPI counterparts [1], could you please update this patch to name the port accordingly: svn directory: py-elasticsearch2 PORTNAME: elasticsearch PKGNAMEPREFIX=${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX=2 Note: The main py-elasticsearch-py port needs to be renamed (MOVED) as well to its correct PyPI name (py-elasticsearch), separately, at some point. - Use CHEESESHOP (PyPI) as MASTER_SITES by default unless there is a compelling (temporary) reason to use an alternative source, such as if tests or test data files are missing from the PyPI sdist. This ensures upstream python packaging & distribution processes remains robust/well-tested. - Update COMMENT to match setup.py:description with appropriate tweak for version, if necessary (in this case), like: COMMENT=Python client for Elasticsearch (2.x) [1] https://wiki.freebsd.org/Python/PortsPolicy -- 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"