Re: [Distutils] I can't manage to install pyScss with buildout, buildout don't use entry point configuration of pyScss package

2013-01-31 Thread Alex Clark
On 2013-01-31 22:18:46 +, Stéphane Klein said: Hi, I try to use pyScss with buildout but not success : $ cat buildout.cfg [buildout] parts = pyscss [pyscss] recipe = z3c.recipe.scripts eggs = pyScss $ python bootstrap.py $ bin/buildout $ ls bin buildout pyscss $ bin/pyscss Traceback

[Distutils] I can't manage to install pyScss with buildout, buildout don't use entry point configuration of pyScss package

2013-01-31 Thread Stéphane Klein
Hi, I try to use pyScss with buildout but not success : $ cat buildout.cfg [buildout] parts = pyscss [pyscss] recipe = z3c.recipe.scripts eggs = pyScss $ python bootstrap.py $ bin/buildout $ ls bin buildout pyscss $ bin/pyscss Traceback (most recent call last): File "bin/pyscss", line 20

Re: [Distutils] Review of latest draft of PEP 426 (Python package etadata v1.3)

2013-01-31 Thread Donald Stufft
On Thursday, January 31, 2013 at 9:10 AM, Nick Coghlan wrote: > So, here's my suggestion for a way forward: > > 1. PEP 426 incorporates the "new versioning algorithm" section from > PEP 386 directly rather than by reference, with the clarification that > a top level "dev" release should be sorted

Re: [Distutils] I wonder what is the best practice to clean a buildout project ?

2013-01-31 Thread Marius Gedminas
On Thu, Jan 31, 2013 at 03:37:21PM +0100, Stéphane Klein wrote: > I wonder what is the best practice to clean a buildout project ? > > I would like a command to remove : > > * bin/ > * develop-eggs > * parts > * .installed.cfg > > I can create a Makefile clean, or clean.sh script. > > What do y

[Distutils] PEP-427: Wheel

2013-01-31 Thread Daniel Holth
Here's the wheel pep itself again. I think the prose is precise enough but it could be more clear. My goal is to get these PEPs accepted so the pip maintainers will be willing to merge the waiting "pip can install wheel" branch. It's not perfect, it's extensible. PEP: 427 Title: The Wheel Binary

[Distutils] PEP-425 Compatibility Tags for Build Distributions (wheel prerequisite)

2013-01-31 Thread Daniel Holth
Here's a re-post of PEP 425 "Compatibility Tags for Build Distributions". It belongs to the wheel suite of PEPs: 425 (compatibility tags), 426 (metadata) and 427 (wheel). PEP: 425 Title: Compatibility Tags for Built Distributions Version: $Revision$ Last-Modified: 07-Aug-2012 Author: Daniel Holth

Re: [Distutils] Review of latest draft of PEP 426 (Python package etadata v1.3)

2013-01-31 Thread Daniel Holth
On Thu, Jan 31, 2013 at 9:10 AM, Nick Coghlan wrote: > On Thu, Jan 31, 2013 at 9:39 PM, Donald Stufft > wrote: > > On Thursday, January 31, 2013 at 1:20 AM, Nick Coghlan wrote: > > > > > > Correct. The desire is still to migrate to a more formal versioning > > scheme, hence PEP 386 by default if

Re: [Distutils] I wonder what is the best practice to clean a buildout project ?

2013-01-31 Thread Benji York
On Thu, Jan 31, 2013 at 2:37 PM, Stéphane Klein wrote: > Hi, > > I wonder what is the best practice to clean a buildout project ? I don't think I have ever used a "clean" command for a buildout project. What do you want it for? > What do you do in your project ? The few times I have wanted a cl

Re: [Distutils] I wonder what is the best practice to clean a buildout project ?

2013-01-31 Thread Philippe Ombredanne
On Thu, Jan 31, 2013 at 3:37 PM, Stéphane Klein wrote: > Hi, > I wonder what is the best practice to clean a buildout project ? > I would like a command to remove : > * bin/ > * develop-eggs > * parts > * .installed.cfg > I can create a Makefile clean, or clean.sh script. > What do you do in your

Re: [Distutils] I wonder what is the best practice to clean a buildout project ?

2013-01-31 Thread Alex Clark
On 2013-01-31 14:37:21 +, Stéphane Klein said: Hi, I wonder what is the best practice to clean a buildout project ? I would like a command to remove : * bin/ * develop-eggs * parts * .installed.cfg I can create a Makefile clean, or clean.sh script. What do you do in your project ? I

Re: [Distutils] I wonder what is the best practice to clean a buildout project ?

2013-01-31 Thread Sebastien Douche
On Thu, Jan 31, 2013 at 3:37 PM, Stéphane Klein wrote: > I can create a Makefile clean, or clean.sh script. > > What do you do in your project ? $ git clean -dfx -- Sebastien Douche Twitter: @sdouche / G+: +sdouche ___ Distutils-SIG maillist - Dist

[Distutils] I wonder what is the best practice to clean a buildout project ?

2013-01-31 Thread Stéphane Klein
Hi, I wonder what is the best practice to clean a buildout project ? I would like a command to remove : * bin/ * develop-eggs * parts * .installed.cfg I can create a Makefile clean, or clean.sh script. What do you do in your project ? Best regards, Stephane -- Stéphane Klein blog: http://st

Re: [Distutils] Review of latest draft of PEP 426 (Python package etadata v1.3)

2013-01-31 Thread Nick Coghlan
On Thu, Jan 31, 2013 at 9:39 PM, Donald Stufft wrote: > On Thursday, January 31, 2013 at 1:20 AM, Nick Coghlan wrote: > > > Correct. The desire is still to migrate to a more formal versioning > scheme, hence PEP 386 by default if no Version-Scheme is specified. > However, I don't want "but what if

Re: [Distutils] Review of latest draft of PEP 426 (Python package etadata v1.3)

2013-01-31 Thread Daniel Holth
Sounds like a :: and a "If not specified, pep386 should be assumed" are the only things missing from this PEP. On Thu, Jan 31, 2013 at 6:39 AM, Donald Stufft wrote: > On Thursday, January 31, 2013 at 1:20 AM, Nick Coghlan wrote: > > > Correct. The desire is still to migrate to a more formal vers

Re: [Distutils] A new script which creates Python 3.3 venvs with Distribute and pip installed in them

2013-01-31 Thread Nick Coghlan
On Thu, Jan 31, 2013 at 9:42 PM, Alex Clark wrote: > I think the short answer, as always, is: getting pip into the stdlib would > require a tremendous amount of work that some would have to want to do[1] > before it could happen. IIUC, the current direction is something like "get a > packaging sta

Re: [Distutils] A new script which creates Python 3.3 venvs with Distribute and pip installed in them

2013-01-31 Thread Alex Clark
On 2013-01-31 09:05:17 +, Philippe Ombredanne said: On Wed, Jan 30, 2013 at 9:09 PM, Vinay Sajip wrote: Python 3.3 includes a script, pyvenv, which is used to create virtual environments. However, Distribute and pip are not installed in such environments - because, though they are popular

Re: [Distutils] Review of latest draft of PEP 426 (Python package etadata v1.3)

2013-01-31 Thread Donald Stufft
On Thursday, January 31, 2013 at 1:20 AM, Nick Coghlan wrote: > > Correct. The desire is still to migrate to a more formal versioning > scheme, hence PEP 386 by default if no Version-Scheme is specified. > However, I don't want "but what if PEP 386 doesn't handle my > pre/post/whatever release nam

Re: [Distutils] A new script which creates Python 3.3 venvs with Distribute and pip installed in them

2013-01-31 Thread Philippe Ombredanne
On Wed, Jan 30, 2013 at 9:09 PM, Vinay Sajip wrote: > Python 3.3 includes a script, pyvenv, which is used to create virtual > environments. > However, Distribute and pip are not installed in such environments - because, > though they are popular, they are third-party packages - not part of Python