Bug 127405 - [NEW PORT] devel/py25-pylib: An agile development and test support library
Summary: [NEW PORT] devel/py25-pylib: An agile development and test support library
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: Li-Wen Hsu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-15 19:40 UTC by Yi-Jheng Lin
Modified: 2008-09-24 12:20 UTC (History)
0 users

See Also:


Attachments
py25-pylib-0.9.2.shar (85.18 KB, text/plain)
2008-09-15 19:40 UTC, Yi-Jheng Lin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yi-Jheng Lin 2008-09-15 19:40:00 UTC
The pylib is a development support library featuring these tools and APIs:

    * py.test:
        cross-project testing tool with many advanced features
    * py.execnet:
        ad-hoc code distribution to SSH, Socket and local sub processes
    * py.magic.greenlet:
        micro-threads on standard CPython ("stackless-light") and PyPy
    * py.path:
        path abstractions over local and subversion files
    * py.code:
        dynamic code compile and traceback printing support

WWW:	http://pylib.org

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-09-15 19:40:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lwhsu

lwhsu@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-09-24 12:17:09 UTC
lwhsu       2008-09-24 11:17:04 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/py-pylib       Makefile distinfo pkg-descr pkg-plist 
  Log:
  Add py-pylib 0.9.2, an agile development and test support library.
  
  PR:             ports/127405
  Submitted by:   Yi-Jheng Lin <yzlin at cs.nctu.edu.tw>
  
  Revision  Changes    Path
  1.3198    +1 -0      ports/devel/Makefile
  1.1       +36 -0     ports/devel/py-pylib/Makefile (new)
  1.1       +3 -0      ports/devel/py-pylib/distinfo (new)
  1.1       +14 -0     ports/devel/py-pylib/pkg-descr (new)
  1.1       +1152 -0   ports/devel/py-pylib/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 3 Li-Wen Hsu freebsd_committer freebsd_triage 2008-09-24 12:18:22 UTC
State Changed
From-To: open->closed

New port added. Thanks!