The py-paramiko port expects in to install bunch of files under ${PYTHON_SITELIBDIR}/paramiko, however it does install a single .egg file: % find /usr/local/lib/python2.6/site-packages -name '*paramiko*' /usr/local/lib/python2.6/site-packages/paramiko-1.7.6-py2.6.egg thus the plist is broken and dependent ports fail to detect installed paramiko. Here's the build log: http://people.freebsd.org/~amdmi3/paramiko.log Other installed py26- ports doesn't have this problem. Port maintainer (sbrabez@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.99
Responsible Changed From-To: freebsd-ports-bugs->freebsd-python freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Maintainer of security/py-paramiko, Please note that PR ports/144236 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/144236 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
gahr 2010-02-24 20:35:14 UTC FreeBSD ports repository Added files: security/py-paramiko/files patch-setup.py Log: - Fix build PR: 144236 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> Fixed bx: Sofian Brabez <sbrabez@gmail.com> (maintainer) Feature safe: yes Revision Changes Path 1.1 +20 -0 ports/security/py-paramiko/files/patch-setup.py (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed A fix provided by the maintainer has been committed. Thanks!