Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Aug 2011 18:31:25 GMT
From:      Ruslan Mahmatkhanov <cvs-src@yandex.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/160260: databases/py-axiom: request for marking it BROKEN and DEPRECATED
Message-ID:  <201108281831.p7SIVPjE032529@red.freebsd.org>
Resent-Message-ID: <201108281840.p7SIe9oU041913@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         160260
>Category:       ports
>Synopsis:       databases/py-axiom: request for marking it BROKEN and DEPRECATED
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 28 18:40:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Ruslan Mahmatkhanov
>Release:        9.0-BETA1
>Organization:
>Environment:
9.0-BETA1
>Description:
Runtime of databases/py-axiom is broken in several ways:
a) it lacks needed dependencies (pycrypto, zope.interface for example)
b) it doesn't actually work with pysqlite2 (or with python27, i dont get it):

"""
smeshariki3> axiomatic start
/usr/local/lib/python2.7/site-packages/twisted/conch/ssh/common.py:18: RuntimeWarning: PyCrypto not installed, but continuing anyways!
  RuntimeWarning)
Traceback (most recent call last):
  File "/usr/local/bin/axiomatic", line 3, in <module>
    axiomatic.main()
  File "/usr/local/lib/python2.7/site-packages/axiom/scripts/axiomatic.py", line 166, in main
    o.parseOptions(argv)
  File "/usr/local/lib/python2.7/site-packages/twisted/python/usage.py", line 231, in parseOptions
    self.subOptions.parseOptions(rest)
  File "/usr/local/lib/python2.7/site-packages/axiom/scripts/axiomatic.py", line 100, in parseOptions
    sys.argv[1:] = self.getArguments(self.parent.getStore(), args)
  File "/usr/local/lib/python2.7/site-packages/axiom/scripts/axiomatic.py", line 152, in getStore
    from axiom.store import Store
  File "/usr/local/lib/python2.7/site-packages/axiom/store.py", line 28, in <module>
    from axiom._pysqlite2 import Connection
  File "/usr/local/lib/python2.7/site-packages/axiom/_pysqlite2.py", line 11, in <module>
    from pysqlite2 import dbapi2
  File "/usr/local/lib/python2.7/site-packages/pysqlite2/dbapi2.py", line 53, in <module>
    _major, _minor, _micro = sqlite_version.split(".")
ValueError: too many values to unpack
"""

It looks like it was abandoned upstream (last release was in 2009-11-25) and distfile is apsent on official mastersite (only on FreeBSD local). 
Since there is no other ports, that depend on this one, i think that it should be deprecated and removed. User should be suggested to use databases/py-sqlalchemy or databases/py-sqlobject instead. 
>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108281831.p7SIVPjE032529>