Bug 149001 - [PATCH] textproc/py-xlrd: Fix plist and include python 2.4 support
Summary: [PATCH] textproc/py-xlrd: Fix plist and include python 2.4 support
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-07-27 16:00 UTC by Greg Larkin
Modified: 2010-07-30 15:20 UTC (History)
1 user (show)

See Also:


Attachments
py26-xlrd-0.7.1_1.patch (1.42 KB, patch)
2010-07-27 16:00 UTC, Greg Larkin
no flags Details | Diff
smime.p7s (3.20 KB, application/pkcs7-signature)
2010-07-30 06:58 UTC, dikshie
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Greg Larkin freebsd_committer freebsd_triage 2010-07-27 16:00:07 UTC
The pkg-plist file contained an egg-info entry with a hard-coded Python
version in it.  The entry is unnecessary, since the ports infrastructure
already creates one during temporary plist construction, and the selected
Python version will be embedded in it.  I also removed some unnecessary
dirrm lines.  Here is the relevant tinderbox log before the changes:

http://people.freebsd.org/~glarkin/pr-links/tblogs/py25-xlrd-0.7.1.log

and the tinderbox log (different Python and OS version selected) after
the changes:

http://people.freebsd.org/~glarkin/pr-links/tblogs/py24-xlrd-0.7.1_1.log

py-xlrd supports Python 2.1+, so I added 2.4 to the USE_PYTHON variable.

Port maintainer (dikshie@sfc.wide.ad.jp) is cc'd.

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-07-27 16:00:19 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-07-27 16:00:21 UTC
Maintainer of textproc/py-xlrd,

Please note that PR ports/149001 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/149001

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2010-07-27 16:00:23 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 dikshie 2010-07-30 06:58:42 UTC
On Jul 28, 2010, at 12:00 AM, Edwin Groothuis wrote:

> Maintainer of textproc/py-xlrd,
>
> Please note that PR ports/149001 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/149001

the patch looks good for me.
please commit it.

-dikshie
Comment 5 Mark Linimon freebsd_committer freebsd_triage 2010-07-30 08:34:39 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 6 dfilter service freebsd_committer freebsd_triage 2010-07-30 15:18:13 UTC
glarkin     2010-07-30 14:17:58 UTC

  FreeBSD ports repository

  Modified files:
    textproc/py-xlrd     Makefile 
  Log:
  - Force commit to note PR number omitted in last commit
  
  PR:             ports/149001
  
  Revision  Changes    Path
  1.3       +0 -0      ports/textproc/py-xlrd/Makefile
_______________________________________________
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 7 Greg Larkin freebsd_committer freebsd_triage 2010-07-30 15:19:10 UTC
State Changed
From-To: open->closed

Committed, thank you!