Bento icon indicating copy to clipboard operation
Bento copied to clipboard

A tool to nicely wrap-up your python softwares

Results 56 Bento issues
Sort by recently updated
recently updated
newest added

Please state the state of the project at the top of the README

I have just discovered this project reading [this stackoverflow answer](http://stackoverflow.com/questions/6344076/differences-between-distribute-distutils-setuptools-and-distutils2) and I'm curious about the fate of this project.

Hi! PyPI's getting ready to add upload tokens to its API, so packagers can upload using tokens instead of username/password. I thought you might want to test and verify that...

I don't know if it'srelated to bento or pycrypto/pyes/... I'm using docker to deploy a python app. Using a "python setup.py develop" fails when installing some dependencies. ``` Downloading https://pypi.python.org/packages/source/p/pyes/pyes-0.90.1.tar.gz#md5=b54f76837b14fc76ba7b125badb8d5fc...

I am trying to build scipy-0.14.0 from sources. When I run bentomaker, I get the following log with an error: ``` scipy-0.14.0$ bento/bentomaker build -v Running from scipy source directory....

I basically copied the compile function /usr/lib/python3.4/py_compile.py which solves the wr_long error.

To prevent git status from showing all the .pyc (python 2) and **pycache** (p3k).

bento.info: ``` Name: commonlibs Version: 0.0.1 Description: Faceddit common libs Library: Packages: commonlibs ``` When running `bentomaker build_egg` ``` File "/usr/local/lib/python3.4/dist-packages/bentomakerlib/bentomaker.py", line 486, in noexc_main main(argv) File "/usr/local/lib/python3.4/dist-packages/bentomakerlib/bentomaker.py", line 251,...

``` bentomaker: Error: bentomaker crashed (uncaught exception : Add options(opt): opt.load('compiler_fc') (complete log in /home/stefan/src/numpy/build/config.log)). ``` The config.log shows gcc commands, but nothing suspicious. I am running python 3 and...

Some static code analyzers are part of my test suite. It would be nice to not have to list all the source files twice (once in the bento.info file and...