Bug 138160 - New Port: sysutils/py-filelike
Summary: New Port: sysutils/py-filelike
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: Yi-Jheng Lin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-25 08:00 UTC by dikshie
Modified: 2009-09-18 03:00 UTC (History)
0 users

See Also:


Attachments
file.shar (9.93 KB, text/plain)
2009-08-25 08:00 UTC, dikshie
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description dikshie 2009-08-25 08:00:02 UTC
New Port: ssysutils/py-filelike
python module for creating and handling file-like objects.

BTW, could you please also check the category.
I think it is fit in sysutils but i might be wrong.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-08-25 08:00:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Yi-Jheng Lin freebsd_committer freebsd_triage 2009-08-25 08:07:33 UTC
Responsible Changed
From-To: freebsd-python->yzlin

I'll take it.
Comment 3 dikshie 2009-08-29 04:32:10 UTC
Yi-Jheng Lin wrote:
> Hi, dikshie
> 
> I think category 'devel' would be better. And I suspect that
> this port would deinstall correctly. Are you sure the following
> files/dirs should be removed?
> 
> lib/%%PYTHON_VERSION%%/site-packages/easy-install.pth
> lib/%%PYTHON_VERSION%%/site-packages/site.py
> lib/%%PYTHON_VERSION%%/site-packages/site.pyc
> lib/%%PYTHON_VERSION%%/site-packages/site.pyo
> @dirrm lib/%%PYTHON_VERSION%%/site-packages
> @dirrm lib/%%PYTHON_VERSION%%
> 
> Besides, there are some useful substitutions you can use.
> I attach a modified version. :)

seems yours better than mine :)
please go ahead to commit it.

thanks!

-dikshie-
Comment 4 dfilter service freebsd_committer freebsd_triage 2009-09-18 02:50:35 UTC
yzlin       2009-09-18 01:50:25 UTC

  FreeBSD ports repository

  Modified files:
    sysutils             Makefile 
  Added files:
    sysutils/py-filelike Makefile distinfo pkg-descr pkg-plist 
    sysutils/py-filelike/files patch-setup.py 
  Log:
  Add py-filelike 0.3.4, python module for building and manipulating
  file-like object.
  
  PR:             ports/138160
  Submitted by:   Dikshie
  Approved by:    rafan (co-mentor)
  Feature safe:   yes
  
  Revision  Changes    Path
  1.1124    +1 -0      ports/sysutils/Makefile
  1.1       +18 -0     ports/sysutils/py-filelike/Makefile (new)
  1.1       +3 -0      ports/sysutils/py-filelike/distinfo (new)
  1.1       +12 -0     ports/sysutils/py-filelike/files/patch-setup.py (new)
  1.1       +8 -0      ports/sysutils/py-filelike/pkg-descr (new)
  1.1       +83 -0     ports/sysutils/py-filelike/pkg-plist (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 Yi-Jheng Lin freebsd_committer freebsd_triage 2009-09-18 02:53:31 UTC
State Changed
From-To: open->closed

New port added. Thanks!