Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.maint.java > #11745

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

From Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Newsgroups linux.debian.maint.java
Subject Re: Maven packages in Debian (was Re: Progress in preparing the Bazel Build System for Debian (COVID-19 Biohackathon follow-up))
Date 2020-07-04 00:00 +0200
Message-ID <AoBSW-NV-11@gated-at.bofh.it> (permalink)
References (6 earlier) <A9HQC-7yM-7@gated-at.bofh.it> <A9TRM-6oL-1@gated-at.bofh.it> <AmThg-8n9-3@gated-at.bofh.it> <AmVCq-1fF-7@gated-at.bofh.it> <AnWPL-iP-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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.

>
> It seems like it could also be used to build the sqlite backend for
> a web version.  It just needs a machine with a little bit of horsepower
> and access to a mirror (or a caching proxy).

You will actually need the horsepower on the first run when it creates
the db. On next run when it just updates the db it will skip all
packages whose version has not changed.

-- 
Regards
Sudip

Back to linux.debian.maint.java | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Re: Progress in preparing the Bazel Build System for Debian (COVID-19  Biohackathon follow-up) Emmanuel Bourg <ebourg@apache.org> - 2020-05-06 16:20 +0200
  Re: Progress in preparing the Bazel Build System for Debian  (COVID-19 Biohackathon follow-up) Andrej Shadura <andrew@shadura.me> - 2020-05-06 17:00 +0200
    Re: Progress in preparing the Bazel Build System for Debian (COVID-19  Biohackathon follow-up) Thorsten Glaser <t.glaser@tarent.de> - 2020-05-06 17:30 +0200
      Re: Progress in preparing the Bazel Build System for Debian (COVID-19  Biohackathon follow-up) Olek Wojnar <olek@debian.org> - 2020-05-06 18:40 +0200
      Re: Progress in preparing the Bazel Build System for Debian  (COVID-19 Biohackathon follow-up) Andreas Tille <andreas@an3as.eu> - 2020-05-06 21:20 +0200
        Maven packages in Debian (was Re: Progress in preparing the Bazel  Build System for Debian (COVID-19 Biohackathon follow-up)) Thorsten Glaser <t.glaser@tarent.de> - 2020-05-13 20:40 +0200
          Re: Maven packages in Debian (was Re: Progress in preparing the  Bazel Build System for Debian (COVID-19 Biohackathon follow-up)) Andreas Tille <tille@debian.org> - 2020-05-13 22:20 +0200
          Re: Maven packages in Debian (was Re: Progress in preparing the Bazel  Build System for Debian (COVID-19 Biohackathon follow-up)) Olek Wojnar <olek@debian.org> - 2020-05-16 08:10 +0200
          Re: Maven packages in Debian (was Re: Progress in preparing the Bazel  Build System for Debian (COVID-19 Biohackathon follow-up)) Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2020-05-23 21:00 +0200
            Re: Maven packages in Debian (was Re: Progress in preparing the  Bazel Build System for Debian (COVID-19 Biohackathon follow-up)) Thorsten Glaser <t.glaser@tarent.de> - 2020-05-23 21:20 +0200
              Re: Maven packages in Debian (was Re: Progress in preparing the Bazel  Build System for Debian (COVID-19 Biohackathon follow-up)) Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2020-05-23 21:30 +0200
              Re: Maven packages in Debian (was Re: Progress in preparing the Bazel  Build System for Debian (COVID-19 Biohackathon follow-up)) Emmanuel Bourg <ebourg@apache.org> - 2020-05-24 10:10 +0200
                Re: Maven packages in Debian (was Re: Progress in preparing the Bazel  Build System for Debian (COVID-19 Biohackathon follow-up)) Olek Wojnar <olek@debian.org> - 2020-06-29 06:10 +0200
                Re: Maven packages in Debian (was Re: Progress in preparing the Bazel  Build System for Debian (COVID-19 Biohackathon follow-up)) Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2020-06-29 08:40 +0200
                Re: Maven packages in Debian (was Re: Progress in preparing the  Bazel Build System for Debian (COVID-19 Biohackathon follow-up)) tony mancill <tmancill@debian.org> - 2020-07-02 04:10 +0200
                Re: Maven packages in Debian (was Re: Progress in preparing the Bazel  Build System for Debian (COVID-19 Biohackathon follow-up)) Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2020-07-04 00:00 +0200
                Re: Maven packages in Debian (was Re: Progress in preparing the Bazel  Build System for Debian (COVID-19 Biohackathon follow-up)) Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2020-07-04 21:50 +0200
                Re: Maven packages in Debian (was Re: Progress in preparing the  Bazel Build System for Debian (COVID-19 Biohackathon follow-up)) Thorsten Glaser <t.glaser@tarent.de> - 2020-06-30 16:30 +0200
                Re: Maven packages in Debian (was Re: Progress in preparing the Bazel  Build System for Debian (COVID-19 Biohackathon follow-up)) Olek Wojnar <olek@debian.org> - 2020-07-02 01:00 +0200
  Re: Progress in preparing the Bazel Build System for Debian (COVID-19  Biohackathon follow-up) Olek Wojnar <olek@debian.org> - 2020-05-06 18:30 +0200

csiph-web