Re: Bento 0.0.3 (ex-toydist), a pythonic packaging solution

2010-07-02 Thread Tim Golden

On 02/07/2010 03:38, David wrote:

I am pleased to announce the release 0.0.3 for Bento, the pythonic
packaging solution.

Bento aims at being an alternative to distutils/setuptools/distribute,
based on a static metadata file format. Existing packages can be
converted from setup.py to bento format automatically.

http://cournape.github.com/Bento/


Looks very interesting. Just one thing (which might just be me):
the front page looks very stylish and is quite a nice summary.
But I actually *missed* the (grey on grey) [Take me to Bento documentation]
button, which is way below the fold on my screen. Rather, I hit the
more evident Github flag at the top and started looking for docs there!

Just in case it helps anyone else...

TJG
--
http://mail.python.org/mailman/listinfo/python-list


Re: Bento 0.0.3 (ex-toydist), a pythonic packaging solution

2010-07-02 Thread David Cournapeau
On Fri, Jul 2, 2010 at 4:46 PM, Tim Golden m...@timgolden.me.uk wrote:


 Looks very interesting. Just one thing (which might just be me):
 the front page looks very stylish and is quite a nice summary.
 But I actually *missed* the (grey on grey) [Take me to Bento documentation]
 button, which is way below the fold on my screen. Rather, I hit the
 more evident Github flag at the top and started looking for docs there!

Good point, I will think about a better way to display this,

thanks,

David
-- 
http://mail.python.org/mailman/listinfo/python-list


Bento 0.0.3 (ex-toydist), a pythonic packaging solution

2010-07-01 Thread David

Hi,

I am pleased to announce the release 0.0.3 for Bento, the pythonic
packaging solution.

Bento aims at being an alternative to distutils/setuptools/distribute, 
based on a static metadata file format. Existing packages can be 
converted from setup.py to bento format automatically.


http://cournape.github.com/Bento/

Wherease the 0.0.2 release was mostly about getting the
simplest-still-useful subset of distutils features, this new release
adds quite a few significant features:

 - Add hooks to customize arbitrary stages in bento (there is a
hackish example which shows how to use waf to build a simple C
extension). The API for this is still in flux, though
 - Parallel and reliable build of C extensions through yaku build
   library.
 - One file distribution: no need for your users to install any new
   packages, just include one single file into your package to
   build with bento
 - Improved documentation
 - 2.4 - 2.7 support, tested on linux/windows/mac os x

You can download bento on github: http://github.com/cournape/Bento, 
discussion on bento design/features happens on numpy mailing list


cheers,

David

--
http://mail.python.org/mailman/listinfo/python-announce-list

   Support the Python Software Foundation:
   http://www.python.org/psf/donations/