Bug 140827 - use %%PYEASYINSTALL_EGG%% in pkg-plist for devel/pylint
Summary: use %%PYEASYINSTALL_EGG%% in pkg-plist for devel/pylint
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: Marcus von Appen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-24 13:40 UTC by ruben
Modified: 2009-12-11 22:00 UTC (History)
1 user (show)

See Also:


Attachments
pylint.diff (12.55 KB, patch)
2009-11-24 13:40 UTC, ruben
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description ruben 2009-11-24 13:40:01 UTC
On installation time the port installs all support files under %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% instead of just %%PYTHON_SITELIBDIR%%
This has been corrected in the patch. The patch also corrects the dependency on devel/py-astng which also installs support files in it's own %%PYEASYINSTALL_EGG%% folder

IMHO it would be better if the LHS of RUN/BUILD_DEPENDS could be specified as pkgname-comparison-operator-required-version-number
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2009-11-24 14:14:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mva

Fix synopsis and assign.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-12-11 21:51:22 UTC
mva         2009-12-11 21:51:08 UTC

  FreeBSD ports repository

  Modified files:
    devel/pylint         Makefile pkg-plist 
  Log:
  Fix PLIST for easy_install.
  
  PR:             ports/140827
  Submitted by:   Ruben van Staveren <ruben@verweg.com>
  Approved by:    miwi (mentor)
  
  Revision  Changes    Path
  1.22      +2 -2      ports/devel/pylint/Makefile
  1.16      +114 -100  ports/devel/pylint/pkg-plist
_______________________________________________
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 3 Marcus von Appen freebsd_committer freebsd_triage 2009-12-11 21:52:33 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!