All of lore.kernel.org
 help / color / mirror / Atom feed
* pypi.python.org simply a redirect to pypi.org?
@ 2020-05-16 19:44 Robert P. J. Day
  0 siblings, 0 replies; only message in thread
From: Robert P. J. Day @ 2020-05-16 19:44 UTC (permalink / raw)
  To: OE Core mailing list


  it *appears* that pypi.python.org is just a redirect to pypi.org,
which means a few things could be simplified, such as a few recipes,
as well as pypi.bbclass:

  HOMEPAGE ?= "https://pypi.python.org/pypi/${PYPI_PACKAGE}/"
  ...
  UPSTREAM_CHECK_URI ?= "https://pypi.org/project/${PYPI_PACKAGE}/"

seems could be replaced by:

  HOMEPAGE ?= "https://pypi.org/project/${PYPI_PACKAGE}/"
  ...
  UPSTREAM_CHECK_URI ?= ${HOMEPAGE}

unless i'm missing something. thoughts?

rday


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-05-16 19:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-16 19:44 pypi.python.org simply a redirect to pypi.org? Robert P. J. Day

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.