Re: [Distutils] Unable to install packages after specifying package version

2010-12-07 Thread devyan parmar
On Fri, Dec 3, 2010 at 10:14 PM, P.J. Eby p...@telecommunity.com wrote:

 At 04:25 PM 12/3/2010 +0530, devyan parmar wrote:

 Hello,

 i am trying to install package from my packageserver using PIP.

 for example:
 m trying
 /bin/pip install --extra-index-url=http://mypkgserver/dev
 http://mypkgserver/dev package_name==2.4.12b


 2.4.12b is the version of my package but in package server it is going
 as 2.4.12b_1 extra part in version is nothing but a build number which
 getting generated from hudson JOB.
 is setuptool avoids extra build number which goes with my pcakage version
 ??


  No.  That's why it's not being found.  Ask for package_name==2.4.12b-1
 instead.


Is there  any way to avoid the extra hudson build number which is coming
with my package version ?? coz i need that build number to check which
package build test got failed...and issue is in package/setup.py i am
specifying only versions of dependent package.
and pip install is looking for only those particular version package in
package server, but finds hudson build number attached with package version
which is mismatching with setup.py install requires .

can you help me how version is getting identified from the package by
setuptools.??

Thanks Regards
devyan parmar
___
Distutils-SIG maillist  -  Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig


Re: [Distutils] Unable to install packages after specifying package version

2010-12-07 Thread P.J. Eby

At 04:04 PM 12/7/2010 +0530, devyan parmar wrote:


On Fri, Dec 3, 2010 at 10:14 PM, P.J. Eby 
mailto:p...@telecommunity.comp...@telecommunity.com wrote:

At 04:25 PM 12/3/2010 +0530, devyan parmar wrote:
Hello,

i am trying to install package from my packageserver using PIP.

for example:
m trying
/bin/pip install 
--extra-index-url=http://mypkgserver/devhttp://mypkgserver/devhttp://mypkgserver/dev 
package_name==2.4.12b



2.4.12b is the version of my package but in package server it is 
going as 2.4.12b_1 extra part in version is nothing but a build 
number which getting generated from hudson JOB.

is setuptool avoids extra build number which goes with my pcakage version ??


 No.  That's why it's not being found.  Ask for 
package_name==2.4.12b-1 instead.



Is there  any way to avoid the extra hudson build number which is 
coming with my package version ??


Er, don't put it in there?

 coz i need that build number to check which package build test got 
failed...and issue is in package/setup.py i am specifying only 
versions of dependent package.


Don't use '==', then, use '='.

and pip install is looking for only those particular version package 
in package server, but finds hudson build number attached with 
package version which is mismatching with setup.py install requires .


can you help me how version is getting identified from the package 
by setuptools.??


Thanks Regards
devyan parmar


___
Distutils-SIG maillist  -  Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig


[Distutils] Unable to install packages after specifying package version

2010-12-03 Thread devyan parmar
Hello,

i am trying to install package from my packageserver using PIP.

for example:
m trying
/bin/pip install --extra-index-url=http://mypkgserver/devpackage_name==2.4.12b

2.4.12b is the version of my package but in package server it is going as
2.4.12b_1 extra part in version is nothing but a build number which
getting generated from hudson JOB.
is setuptool avoids extra build number which goes with my pcakage version ??
coz if i try to install package it's gives me message No distributions at
all found .

is there anything wrong am doing in package version.??

Thanks Regards
Devyan Parmar
___
Distutils-SIG maillist  -  Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig


Re: [Distutils] Unable to install packages after specifying package version

2010-12-03 Thread Carl Meyer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

On 12/03/2010 05:55 AM, devyan parmar wrote:
 i am trying to install package from my packageserver using PIP. 
 
 for example:
 m trying
 /bin/pip install --extra-index-url=http://mypkgserver/dev
 package_name==2.4.12b
 
 2.4.12b is the version of my package but in package server it is going
 as 2.4.12b_1 extra part in version is nothing but a build number which
 getting generated from hudson JOB.
 is setuptool avoids extra build number which goes with my pcakage
 version ?? coz if i try to install package it's gives me message No
 distributions at all found .

No, neither setuptools nor pip will arbitrarily ignore parts of your
version number. You need to make sure the package appears in your index
with the same version numbering scheme you plan to use for installing it.

Carl
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkz45CoACgkQFRcxmeyPUXJx6QCcDUt6PIf6khe+rA35sihP7vQ5
aI8An3mhLopQQfBUhsGxsPLYTMqp2hpD
=bEKu
-END PGP SIGNATURE-
___
Distutils-SIG maillist  -  Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig


Re: [Distutils] Unable to install packages after specifying package version

2010-12-03 Thread P.J. Eby

At 04:25 PM 12/3/2010 +0530, devyan parmar wrote:

Hello,

i am trying to install package from my packageserver using PIP.

for example:
m trying
/bin/pip install 
--extra-index-url=http://mypkgserver/devhttp://mypkgserver/dev 
package_name==2.4.12b


2.4.12b is the version of my package but in package server it is 
going as 2.4.12b_1 extra part in version is nothing but a build 
number which getting generated from hudson JOB.

is setuptool avoids extra build number which goes with my pcakage version ??


No.  That's why it's not being found.  Ask for 
package_name==2.4.12b-1 instead.


___
Distutils-SIG maillist  -  Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig