OpenVoiceOS / ovos_skill_manager

skill installer for OVOS
Apache License 2.0
5 stars 6 forks source link

add upgrade mechanism; move config file to config folder; bumpver #53

Closed ChanceNCounter closed 3 years ago

ChanceNCounter commented 3 years ago

depends https://github.com/HelloChatterbox/json_database/pull/4 (dep merged)

moves config file to: ~/.config/OpenVoiceOS/OVOS-SkillManager.json from: ~/.cache/json_database/OVOS-SkillManager.json

ChanceNCounter commented 3 years ago

Hrm. There's an interesting problem. When did setuptools drop dependency links? Ugh.

NeonDaniel commented 3 years ago

Hrm. There's an interesting problem. When did setuptools drop dependency links? Ugh.

I know PyPI doesn't accept URL spec'd requirements.. what is the offending package?

ChanceNCounter commented 3 years ago

this draft has a dep which is itself unmerged =P setuptools used to have a thing for that, but not anymore. c'este la vie.

NeonDaniel commented 3 years ago

this draft has a dep which is itself unmerged =P setuptools used to have a thing for that, but not anymore. c'este la vie.

Was reading on mobile and missed that. I guess we'll need to re-spec deps and re-test after that is merged

ChanceNCounter commented 3 years ago

Indeed. Manually tested, it seems to work, but it entails installing the PR branch of json_database first, and then remembering to put it back later =P

ChanceNCounter commented 3 years ago

That's certainly doable. On my list after lunch