All of lore.kernel.org
 help / color / mirror / Atom feed
* standardizing HOMEPAGE values in python3 recipes
@ 2020-06-16 10:36 Robert P. J. Day
  2020-06-16 19:43 ` [oe] " Adrian Bunk
  2020-06-19  0:05 ` Khem Raj
  0 siblings, 2 replies; 5+ messages in thread
From: Robert P. J. Day @ 2020-06-16 10:36 UTC (permalink / raw)
  To: OpenEmbedded Development mailing list


  given the current flurry of python recipe cleanup, just want to
verify a couple things that could/should be standardized.

  first, HOMEPAGE values of the form:

  https://pypi.python.org/pypi/astroid

can be adjusted to reflect the result of the redirection, as in:

  https://pypi.org/project/astroid

also, as i read it, recipe HOMEPAGE values should *not* refer to the
pypi page, as that is already set automatically by pypi.bbclass.
rather, the HOMEPAGE should refer to the actual source home page,
which in the case of the astroid package would be:

  https://github.com/PyCQA/astroid

does this make sense?

rday

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-06-19  0:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-16 10:36 standardizing HOMEPAGE values in python3 recipes Robert P. J. Day
2020-06-16 19:43 ` [oe] " Adrian Bunk
2020-06-16 22:08   ` Robert P. J. Day
2020-06-16 22:11     ` akuster
2020-06-19  0:05 ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.