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.
Responsible Changed From-To: freebsd-ports-bugs->wen wenheping@gmail.com => wen@ (via the GNATS Auto Assign Tool)
Maintainer of databases/py-axiom, Please note that PR ports/160260 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/160260 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
eadler 2011-09-24 15:06:44 UTC FreeBSD ports repository Modified files: databases/py-axiom Makefile Log: - deprecate port as it fails to build and distfile is unfetchable PR: ports/160260 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Approved by: maintainer timeout (26 days) Approved by: bapt (mentor) Revision Changes Path 1.10 +3 -0 ports/databases/py-axiom/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"
Responsible Changed From-To: wen->rm Submitter is committer now.
rm 2011-11-11 19:06:36 UTC FreeBSD ports repository Modified files: . MOVED databases Makefile Removed files: databases/py-axiom Makefile distinfo pkg-descr pkg-plist Log: 2011-11-11 Has expired: Distfile missing, runtime broken. Use databases/py-sqlobject instead PR: ports/160260 Submitted by: rm (myself) Approved by: wen (maintainer), novel (mentor) Feature safe: yes Revision Changes Path 1.2670 +2 -1 ports/MOVED 1.1053 +0 -1 ports/databases/Makefile 1.11 +0 -33 ports/databases/py-axiom/Makefile (dead) 1.6 +0 -2 ports/databases/py-axiom/distinfo (dead) 1.2 +0 -15 ports/databases/py-axiom/pkg-descr (dead) 1.7 +0 -372 ports/databases/py-axiom/pkg-plist (dead) _______________________________________________ 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"
State Changed From-To: feedback->closed Committed, thank you!