NFJones / pipoe

Generate python bitbake recipes!
MIT License
20 stars 22 forks source link

Changed info key from "releases" (does not exist) to "urls" #21

Open awhow opened 2 years ago

awhow commented 2 years ago

Fix for Issue https://github.com/NFJones/pipoe/issues/20

I don't know what the response structure was before, but "releases" seems to no longer be a key. Replacing "releases" with "urls" seems to fix the problem and let me pull down a package for a specific version.

AndreRicardo-Zoetis commented 1 year ago

Also worked here with

~/code/pipoe on git:ccadf02 o pipoe [14:12:07]
$ pipoe --package pynng --version 0.5.0 --python python3
Gathering info:
  pynng==0.5.0
  | cffi
  |-- pycparser
  | sniffio
Failed to translate license: MIT OR Apache-2.0
Please enter a valid license name: MIT
Generating recipes:
  python3-pynng_0.5.0.bb
  python3-cffi_1.15.1.bb
  python3-pycparser_2.21.bb
  python3-sniffio_1.3.0.bb

PREFERRED_VERSIONS are available in: ./python3-versions.inc