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
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#138366): https://lists.openembedded.org/g/openembedded-core/message/138366 Mute This Topic: https://lists.openembedded.org/mt/74256683/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
