[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Maven packages in Debian (was Re: Progress in preparing the Bazel Build System for Debian (COVID-19 Biohackathon follow-up))



On Fri, Jul 3, 2020 at 10:58 PM Sudip Mukherjee
<sudipm.mukherjee@gmail.com> wrote:
>
> On Thu, Jul 2, 2020 at 3:06 AM tony mancill <tmancill@debian.org> wrote:
> >
> > On Mon, Jun 29, 2020 at 07:29:33AM +0100, Sudip Mukherjee wrote:
> > > Hi Olek,
> > >
> > > On Mon, Jun 29, 2020 at 5:09 AM Olek Wojnar <olek@debian.org> wrote:
> > > >
> > > > On Sun, May 24, 2020 at 4:09 AM Emmanuel Bourg <ebourg@apache.org> wrote:
> > > >>
> > > >> Le 23/05/2020 à 21:10, Thorsten Glaser a écrit :
> > > >>
> > > >> > Ouch, 33M… methinks this is more suited as a web application.
> > > >> > Not all that easy… due to sheer size, at least.
> > > >>
> > > >> +1, an online search engine similar to codesearch.debian.net would be
> > > >> awesome (and more useful than a package I think).
> > > >>
> > > >> In the same vein, I dream of a search.maven.org like web service
> > > >> restricted to the Maven artifacts in Debian.
> > > >
> > > >
> > > > So has there been any more progress on this? For the record, I *LOVE* the original page [1] and it is now one of three pinned tabs on my browser. However, the data is getting stale. The expanded version proposed by Sudip would be great but, in the meantime, would it be possible to script a periodic update of the current page?
> > >
> > > I made a python script which saves the information in a sqlite
> > > database and that same script can search for a class or can list the
> > > classes in a package. Also, has an option to update the database. Tony
> > > (added in Cc) had been testing it. But I have not made any attempt to
> > > package it yet, as the preference was for a web application.
> >
> > I find Sudip's script to create, update, and search a local sqlite
> > database quite useful.  We could make the script available to developers
> > who want to use it locally; it doesn't even need to be packaged in my
> > opinion - we simply make the script available in a repo on Salsa.
>
> Sure. But I just found one problem with it. I was only parsing the
> packages with "Section: java", but then I realised that there are some
> packages like "sat4j" which has a different section but still creats
> java libraries. I will try to add this to the script during this
> weekend and share it.

Ok, so the initial script is at
https://salsa.debian.org/sudip/java_list.git, it has a readme which
explains how to use it. I can move the repo under java-team if you all
think the script is useful. Any suggestion for more features or report
about any problem will always be welcomed.


-- 
Regards
Sudip


Reply to: