Bug 144236 - [PATCH] security/py-paramiko: installs as a single archive
Summary: [PATCH] security/py-paramiko: installs as a single archive
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-python (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-23 17:30 UTC by Dmitry Marakasov
Modified: 2010-02-24 20:45 UTC (History)
1 user (show)

See Also:


Attachments
py26-paramiko-1.7.6.patch (41 bytes, patch)
2010-02-23 17:30 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov 2010-02-23 17:30:01 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-02-23 17:30:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2010-02-23 17:30:16 UTC
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
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2010-02-23 17:30:18 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 dfilter service freebsd_committer freebsd_triage 2010-02-24 20:35:22 UTC
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"
Comment 5 Pietro Cerutti freebsd_committer freebsd_triage 2010-02-24 20:35:39 UTC
State Changed
From-To: feedback->closed

A fix provided by the maintainer has been committed. Thanks!