Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Dec 2018 03:13:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 233999] [NEW PORT] security/py-exscript: Automating Telnet and SSH
Message-ID:  <bug-233999-7788-OxSW5YnwIh@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-233999-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-233999-7788@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=3D233999

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |feature, needs-patch,
                   |                            |needs-qa
              Flags|                            |maintainer-feedback?(rozhuk
                   |                            |.im@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|                            |python@FreeBSD.org

--- Comment #2 from Kubilay Kocak <koobs@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 complianc=
e)
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=3Dconcurren=
t, and
QA that there are no files that share common locations between Python 2 and=
 3
build locations.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-233999-7788-OxSW5YnwIh>