current state

416 views
Skip to first unread message

Andrew Hundt

unread,
Aug 22, 2013, 12:39:21 PM8/22/13
to rypp...@googlegroups.com
I have a need for a tool just like the stated goals of ryppl, so I was wondering where it stands at the moment.

Can it clone git repositories from a feed?

Can it perform builds using cmake?

Is there any ongoing development?

I tried cloning the ryppl repository, ran the cmake build and setup.py, then tried to run the ryppl command with no arguments and it crashed. I haven't done much python development and it looks like all that's required is this _argparse component, but I'm not sure where/how to get it.

ryppl
Traceback (most recent call last):
  File "/usr/local/bin/ryppl", line 9, in <module>
    load_entry_point('ryppl==0.8-pre', 'console_scripts', 'ryppl')()
  File "/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/distribute-0.6.45-py2.7.egg/pkg_resources.py", line 343, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/distribute-0.6.45-py2.7.egg/pkg_resources.py", line 2354, in load_entry_point
    return ep.load()
  File "/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/distribute-0.6.45-py2.7.egg/pkg_resources.py", line 2060, in load
    entry = __import__(self.module_name, globals(),globals(), ['__name__'])
  File "/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/ryppl-0.8_pre-py2.7.egg/ryppl/main.py", line 10, in <module>
    from commands import *
  File "/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/ryppl-0.8_pre-py2.7.egg/ryppl/commands/_0install_cmake.py", line 5, in <module>
    from ryppl.support import _argparse
ImportError: No module named support

Samuel Williams

unread,
Oct 4, 2013, 9:23:57 AM10/4/13
to rypp...@googlegroups.com
Hi,

I've been working on a decentralised build tool called Teapot. It does much of what Ryppl claims to do, and I've been using it for 6 months.

I'm actively looking for people to come and help with the project, so let me know if you are interested.

Kind regards,
Samuel

Klaim - Joël Lamotte

unread,
Oct 5, 2013, 1:41:27 PM10/5/13
to rypp...@googlegroups.com

On Fri, Oct 4, 2013 at 3:23 PM, Samuel Williams <space.ship...@gmail.com> wrote:
I've been working on a decentralised build tool called Teapot. It does much of what Ryppl claims to do, and I've been using it for 6 months.

By decentralized build tool, do you mean it also does the library dependencies installation part?

Samuel Williams

unread,
Feb 19, 2014, 5:55:53 AM2/19/14
to rypp...@googlegroups.com
Sorry for he late reply, better late than never. By decentralised, I mean it doesn't use a single central package repository, instead you create project, framework or system specific repositories of packages.

Also, to answer your question, yes, teapot can build all dependencies per project for various target architectures, that is one of the main goals.


--
You received this message because you are subscribed to a topic in the Google Groups "ryppl-dev" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ryppl-dev/TYSuPTsKoME/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ryppl-dev+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply all
Reply to author
Forward
0 new messages