[MacPorts] #12447: NEW: py-db

MacPorts noreply at macports.org
Thu Mar 26 13:22:37 PDT 2009


#12447: NEW: py-db
-----------------------------------+----------------------------------------
  Reporter:  software@…            |       Owner:  snc@…           
      Type:  enhancement           |      Status:  reopened        
  Priority:  Normal                |   Milestone:  Port Submissions
 Component:  ports                 |     Version:  1.7.0           
Resolution:                        |    Keywords:                  
      Port:  py-db                 |  
-----------------------------------+----------------------------------------
Changes (by dweber@…):

  * status:  closed => reopened
  * resolution:  fixed =>


Comment:

 Replying to [comment:13 mcalhoun@…]:
 > This situation is not good.
 >
 > We have two tickets on the same issue (#17071 and this one).[[BR]]
 > Since this is the older, I will close #17071 and CC everyone on this
 ticket.
 >
 > What's worse is that we now have two ports of the same software package
 (r48634 and r48640).
 >
 > py26-pydb has several serious problems:
 >   * It will not work because the directory (py25-pydb) and name variable
 (py26-pydb) are different.
 >   * It will conflict with py26-pydb if it is ever created.
 >
 > As a solution, I will
 >   * delete  py25-pydb (r48644)
 >   * move py25-db to py25-pydb (r48646)
 >   * add dweber as maintainer (r48646)
 >
 > I think this will satisfy everyone's concerns.
 >
 > I will close this ticket for now.[[BR]]
 > If there are still problems, we can reopen.

 All looks good to me.  I have just created (and committed) py26-pydb (why
 would this conflict with py25-pydb?); it works on my system, ie:

 {{{
 [ dweber at XXXX ~/macports-trunk/dports ]$ ipython2.6
 /opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6
 /site-packages/IPython/Magic.py:38: DeprecationWarning: the sets module is
 deprecated
   from sets import Set
 Python 2.6.1 (r261:67515, Jan 30 2009, 11:23:18)
 Type "copyright", "credits" or "license" for more information.

 IPython 0.9.1 -- An enhanced Interactive Python.
 ?         -> Introduction and overview of IPython's features.
 %quickref -> Quick reference.
 help      -> Python's own help system.
 object?   -> Details about 'object'. ?object also works, ?? prints more.

 In [1]: import pydb

 In [2]: pydb.
 pydb.HELP_URL          pydb.__hash__          pydb.__str__
 pydb.info              pydb.set
 pydb.Pdb               pydb.__init__          pydb.__subclasshook__
 pydb.pm                pydb.set_trace
 pydb.URL               pydb.__name__          pydb.app_name
 pydb.post_mortem       pydb.show
 pydb.__builtins__      pydb.__new__           pydb.complete
 pydb.pydb              pydb.sighandler
 pydb.__class__         pydb.__package__       pydb.debugger
 pydb.pydbbdb           pydb.subcmd
 pydb.__delattr__       pydb.__path__          pydb.disassemble
 pydb.pydbcmd           pydb.sys
 pydb.__dict__          pydb.__reduce__        pydb.display
 pydb.run               pydb.threadinfo
 pydb.__doc__           pydb.__reduce_ex__     pydb.exception_hook
 pydb.runcall           pydb.version
 pydb.__file__          pydb.__repr__          pydb.fns
 pydb.runeval
 pydb.__format__        pydb.__setattr__       pydb.gdb
 pydb.runl
 pydb.__getattribute__  pydb.__sizeof__        pydb.help
 pydb.runv

 In [2]: pydb.version
 Out[2]: '1.25'

 }}}

-- 
Ticket URL: <http://trac.macports.org/ticket/12447#comment:14>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list