https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233999

Kubilay Kocak <ko...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |feature, needs-patch,
                   |                            |needs-qa
              Flags|                            |maintainer-feedback?(rozhuk
                   |                            |.i...@gmail.com)
             Status|New                         |Open
            Summary|[NEW PORT]                  |[NEW PORT]
                   |security/py-exscript:       |security/py-exscript:
                   |Python module and a         |Automating Telnet and SSH
                   |template processor for      |
                   |automating network          |
                   |connections                 |
                 CC|                            |pyt...@freebsd.org

--- Comment #2 from Kubilay Kocak <ko...@freebsd.org> ---
Review items:

* The canonical version scheme is x.y.z (per PyPI release), current version is
2.6.2. Update PORTVERSION accordingly. The repo does not contain a tag for this
version, ask them to create one. Identify the exact revision of the 2.6.2
release and use that, if its not the same as the one already provided.
* Add a # comment above USE_GITHUB as to why its being used (upstream does not
(yet) distribute an sdist). Ask upstream to publish a source distribution.
* COMMENT should match setup.py:description (modified to portlint compliance)
where possible.
* Makefile section ordering needs addressing (NO_ARCH, *_DEPENDS)
* Add LICENSE_FILE
* paramiko RUN_DEPENDS: FLAVOR needs to be PY_FLAVOUR
* This package provides command line scripts. For packages that do this,
package should be concurrent(installation)-safe. Use USE_PYTHON=concurrent, and
QA that there are no files that share common locations between Python 2 and 3
build locations.

-- 
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"

Reply via email to