josef.pktd | 1 Sep 05:03
Picon

http://scikits.appspot.com/

Is it possible to have a source repository that is not located in svn
on scipy.org?

I haven't seen an example for non svn repositories, e.g. Davids
audiolab and talkbox still link to the svn, other non-svn have the
source repository link missing.

For example, I would like to have "bzr branch lp:statsmodels"
instead of "svn checkout"

Thanks,

Josef
Pauli Virtanen | 1 Sep 10:47
Picon
Picon
Favicon

http://scikits.appspot.com/

Mon, 31 Aug 2009 23:03:28 -0400, josef.pktd kirjoitti:
> Is it possible to have a source repository that is not located in svn on
> scipy.org?
> 
> I haven't seen an example for non svn repositories, e.g. Davids audiolab
> and talkbox still link to the svn, other non-svn have the source
> repository link missing.
> 
> For example, I would like to have "bzr branch lp:statsmodels" instead of
> "svn checkout"

The "svn checkout" part seems to be hardcoded in the application, and 
only currently works for stuff in scipy.org Scikit SVN. Cf.

	http://code.google.com/p/scikits-index/source/checkout

This is probably possible to change with a bit of a work. I might be 
interested in taking a shot at improving the app at some point.

--

-- 
Pauli Virtanen
josef.pktd | 1 Sep 15:41
Picon

http://scikits.appspot.com/

On Tue, Sep 1, 2009 at 4:47 AM, Pauli Virtanen<pav <at> iki.fi> wrote:
> Mon, 31 Aug 2009 23:03:28 -0400, josef.pktd kirjoitti:
>> Is it possible to have a source repository that is not located in svn on
>> scipy.org?
>>
>> I haven't seen an example for non svn repositories, e.g. Davids audiolab
>> and talkbox still link to the svn, other non-svn have the source
>> repository link missing.
>>
>> For example, I would like to have "bzr branch lp:statsmodels" instead of
>> "svn checkout"
>
> The "svn checkout" part seems to be hardcoded in the application, and
> only currently works for stuff in scipy.org Scikit SVN. Cf.
>
>        http://code.google.com/p/scikits-index/source/checkout
>
> This is probably possible to change with a bit of a work. I might be
> interested in taking a shot at improving the app at some point.
>
> --
> Pauli Virtanen

Thanks,
I just wanted to know. Skipper received a comment about this, and I
wasn't sure whether I missed some category or option on pypi.

Josef

>
(Continue reading)

Nils Wagner | 1 Sep 19:41
Picon
Favicon

scipy.test() segfaults


Prefactorize (with UMFPACK) matrix for solving with 
multiple rhs ...
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 46980518117776 (LWP 11237)]
PyArray_INCREF (mp=0xc) at 
numpy/core/src/multiarray/refcount.c:103
103         if (!PyDataType_REFCHK(mp->descr)) {
(gdb) bt
#0  PyArray_INCREF (mp=0xc) at 
numpy/core/src/multiarray/refcount.c:103
#1  0x00002aba96b6a4df in helper_getCArrayObject 
(input=0x2b0c090, type=12, minDim=1, maxDim=1)
     at 
build/src.linux-x86_64-2.5/scikits/umfpack/_umfpack_wrap.c:2535
#2  0x00002aba96b6beab in _wrap_umfpack_di_defaults 
(self=<value optimized out>, args=<value optimized out>)
     at 
build/src.linux-x86_64-2.5/scikits/umfpack/_umfpack_wrap.c:3054

>>> import scipy
>>> scipy.__version__
'0.8.0.dev5838'
>>> import numpy
>>> numpy.__version__
'1.4.0.dev7353'

Linux diego 2.6.18.8-0.13-default #1 SMP Thu Nov 6 
13:35:13 UTC 2008 x86_64 x86_64 x86_64 GNU/Linux
(Continue reading)

Janto Dreijer | 3 Sep 02:37
Picon

http://scikits.appspot.com/

Hi Josef!

It's almost 3am over here and about to fall asleep, so please excuse
any grammatical curiosities.

I wrote the scikits website and would just like to confirm some of
your suspicions.

As you probably noticed your package automatically appeared at
http://scikits.appspot.com/statsmodels because it is listed on PyPI.

My initial design thoughts were to have the scikits site piggy-back on
PyPI. It's currently configured to search PyPI for packages with
"scikits" in its name. It also scans
http://svn.scipy.org/svn/scikits/trunk for packages. And yes,
unfortunately, it does not seem as if PyPI has any field for
repository information.

Whether any of this should change, is in my opinion, debatable. The
scikits website is currently supposed to just be an index of available
packages. PyPI looks to be focused on listing "versioned" releases for
easy_install and not active repository code.

So I think the best place for repo checkout instructions are on the
package's own website. If you have different ideas on this, I'd be
happy to reconsider and change things.

Regards
Janto
(Continue reading)

josef.pktd | 3 Sep 03:06
Picon

http://scikits.appspot.com/

On Wed, Sep 2, 2009 at 8:37 PM, Janto Dreijer<jantod <at> gmail.com> wrote:
> Hi Josef!
>
> It's almost 3am over here and about to fall asleep, so please excuse
> any grammatical curiosities.
>
> I wrote the scikits website and would just like to confirm some of
> your suspicions.
>
> As you probably noticed your package automatically appeared at
> http://scikits.appspot.com/statsmodels because it is listed on PyPI.
>
> My initial design thoughts were to have the scikits site piggy-back on
> PyPI. It's currently configured to search PyPI for packages with
> "scikits" in its name. It also scans
> http://svn.scipy.org/svn/scikits/trunk for packages. And yes,
> unfortunately, it does not seem as if PyPI has any field for
> repository information.
>
> Whether any of this should change, is in my opinion, debatable. The
> scikits website is currently supposed to just be an index of available
> packages. PyPI looks to be focused on listing "versioned" releases for
> easy_install and not active repository code.
>
> So I think the best place for repo checkout instructions are on the
> package's own website. If you have different ideas on this, I'd be
> happy to reconsider and change things.
>
> Regards
> Janto
(Continue reading)

Picon
Picon
Favicon

http://scikits.appspot.com/

Hi Josef

2009/9/3 josef.pktd <at> gmail.com <josef.pktd <at> gmail.com>:
> If there is no easy way of getting the repository information into it,
> it's ok with me.

Would it be possible to use the download-url field to specify the
repository location?

Regards
Stéfan
David Cournapeau | 3 Sep 07:44
Picon
Picon

http://scikits.appspot.com/

Stéfan van der Walt wrote:
> Hi Josef
>
> 2009/9/3 josef.pktd <at> gmail.com <josef.pktd <at> gmail.com>:
>   
>> If there is no easy way of getting the repository information into it,
>> it's ok with me.
>>     
>
> Would it be possible to use the download-url field to specify the
> repository location?
>   

I am afraid this may break easy-install, as easy-install looks for
tarballs at the download-url meta-data if the package is not found in pypi.

I wonder if we should not get our own pypi at some point, with our own
extended metadata ?

cheers,

David
Robert Kern | 3 Sep 08:13
Picon
Gravatar

http://scikits.appspot.com/

On Thu, Sep 3, 2009 at 00:44, David
Cournapeau<david <at> ar.media.kyoto-u.ac.jp> wrote:
> Stéfan van der Walt wrote:
>> Hi Josef
>>
>> 2009/9/3 josef.pktd <at> gmail.com <josef.pktd <at> gmail.com>:
>>
>>> If there is no easy way of getting the repository information into it,
>>> it's ok with me.
>>>
>>
>> Would it be possible to use the download-url field to specify the
>> repository location?
>>
>
> I am afraid this may break easy-install, as easy-install looks for
> tarballs at the download-url meta-data if the package is not found in pypi.

http://peak.telecommunity.com/DevCenter/setuptools

"""
So, if your url or download_url point either directly to a
downloadable source distribution, or to HTML page(s) that have direct
links to such, then EasyInstall will be able to locate downloads
automatically. If you want to make Subversion checkouts available,
then you should create links with either #egg=project or
#egg=project-version added to the URL. You should replace project and
version with the values they would have in an egg filename. (Be sure
to actually generate an egg and then use the initial part of the
filename, rather than trying to guess what the escaped form of the
(Continue reading)

Picon
Picon
Favicon

http://scikits.appspot.com/

2009/9/3 David Cournapeau <david <at> ar.media.kyoto-u.ac.jp>:
>> Would it be possible to use the download-url field to specify the
>> repository location?
>>
>
> I am afraid this may break easy-install, as easy-install looks for
> tarballs at the download-url meta-data if the package is not found in pypi.
>
> I wonder if we should not get our own pypi at some point, with our own
> extended metadata ?

That wouldn't be too hard, given that most of the work has been done:

http://chrisarndt.de/projects/eggbasket/

Unfortunately, the SciPy "Roll Your Own" and "Infrastructure
Maintenance" teams are understaffed and overworked.

Cheers
Stéfan

Gmane