On Dec 26, 4:24 pm, Stefan Krah wrote:
> It is quite reasonable that changed archives with the same version number
> are not accepted. Very helpful, not condescending.
The message helps you remember to bump your version number. Try:
"Please either increment your version number, or use your Pack
Phlip schrieb:
I have no alternative, to fix bugs in PyPi, _not_ in "that file", but
to continue burning up version numbers that nobody cares about. The
message is condescending because I am aware of the reason we version
packages, and the message is _not_ helping me apply that reason!
Aaand I
Phlip wrote:
> On Dec 26, 6:01 am, "Martin v. Loewis" wrote:
>
> > > Now my next problem - how to get pypi.python.org to stop burning up
> > > version numbers each time I test this?
> >
> > I don't speak English well enough to understand what "to burn up"
> > means - to my knowledge, PyPI does n
> I have no alternative, to fix bugs in PyPi, _not_ in "that file", but
> to continue burning up version numbers that nobody cares about. The
> message is condescending because I am aware of the reason we version
> packages, and the message is _not_ helping me apply that reason!
Aaand I just found
On Dec 26, 6:01 am, "Martin v. Loewis" wrote:
> > Now my next problem - how to get pypi.python.org to stop burning up
> > version numbers each time I test this?
>
> I don't speak English well enough to understand what "to burn up"
> means - to my knowledge, PyPI does no such thing.
I don't know
Phlip wrote:
>> What you want is a source distribution (sdist).
>
> Thanks. Yes, this is prob'ly documented somewhere.
>
> Now my next problem - how to get pypi.python.org to stop burning up
> version numbers each time I test this?
I don't speak English well enough to understand what "to burn up
On Dec 24, 3:32 am, "Martin v. Loewis" wrote:
> > Any tips?
>
> A binary distribution won't have a setup.py, because
> you can install it by other means (such as Windows Installer),
> instead of running setup.py
>
> What you want is a source distribution (sdist).
Thanks. Yes, this is prob'ly docu
> Any tips?
A binary distribution won't have a setup.py, because
you can install it by other means (such as Windows Installer),
instead of running setup.py
What you want is a source distribution (sdist).
Even if you want to create a binary distribution, don't use the
bdist command, but some spec
And the next question in the series - how to make sure the resulting
package has a setup.py file?
The basic steps are...
- build a python package
- create a minimal setup.py
- (github it, natch)
- throw it at pypi with:
python setup.py bdist upload
- attempt to install it with:
sud
And the next question in the series - how to make sure the resulting package has
a setup.py file?
The basic steps are...
- build a python package
- create a minimal setup.py
- (github it, natch)
- throw it at pypi with:
python setup.py bdist upload
- attempt to install it with:
s
If you have never used PGP before, you *really* shouldn't register
a PGP key ID in PyPI. I suppose your key doesn't have any counter
signatures, anyway.
Nope, thanks, I'm already in. The pypi page could mark the field "optional". I
just associated it, conceptually, with the Github SSH key, and
>> The key ID should be an eight-digit string, such as EA5BBD71 (i.e. a
>> 32-bit key ID).
>
> pretend I was someone who had never ever used PGP before.
>
> pgp -kg, then what?
I don't have pgp, only gpg. In gpg --list-keys, it's the 32-bit ID
that gets listed. Try -kv.
If you have never used P
Martin v. Loewis wrote:
I'm stuck on the "PGP Key ID". When I whip out my trusty Ubuntu and run
pgp -kg, I get a 16-digit "DSA / EIGamal" key.
When I enter it into http://pypi.python.org/pypi?%3Aaction=register_form
, I get a helpful "PGP Key ID is invalid".
Should I try a key of some other alg
> I'm stuck on the "PGP Key ID". When I whip out my trusty Ubuntu and run
> pgp -kg, I get a 16-digit "DSA / EIGamal" key.
>
> When I enter it into http://pypi.python.org/pypi?%3Aaction=register_form
> , I get a helpful "PGP Key ID is invalid".
>
> Should I try a key of some other algorithm?
If
Pythonistas:
I'm stuck on the "PGP Key ID". When I whip out my trusty Ubuntu and run pgp -kg,
I get a 16-digit "DSA / EIGamal" key.
When I enter it into http://pypi.python.org/pypi?%3Aaction=register_form , I get
a helpful "PGP Key ID is invalid".
Should I try a key of some other algorithm?
15 matches
Mail list logo