majuss / pypca

Python 3 library to control the PCA 301
MIT License
0 stars 0 forks source link

Could you please make a release in tar.gz format? #2

Closed onkelbeh closed 4 years ago

onkelbeh commented 4 years ago

Hi,

I would like to use your integration in my Gentoo Overlay for Home Assistant. Therefor I need a release file in tar.gz format. Home Assistant currently requires: pypca==0.0.5 This one exists at Pypi, but only in wheel format, cannot use this.

A release on Github would also be OK, but a Pypi tar.gz release would be preferred, because this could use Gentoo's mirror system.

Thanks \B.

majuss commented 4 years ago

Done, let me know if it works!

onkelbeh commented 4 years ago

Thanks, partly. Could not find it on Pypi, so I took the one from https://github.com/majuss/${PN}/archive/${PV}.tar.gz Filed it with https://github.com/onkelbeh/HomeAssistantRepository/commit/5f007db5429b67c3389d8887cdd91635a28ce064. It compiles in Gentoo's build system without problems.

There's only the 0.0.6, Home Assistant currently insists on pypca==0.0.5. I don't know when it will be bumped, could you please file the 0.0.5, too? Or make the HA Guys bump it to 0.0.6?

majuss commented 4 years ago

I bumped the version to 0.0.7 and created a tarball on pypi. To use it on hass please just change the version in the requirements file and inside the manifest of the elv integration. I will open a pr for a version bump as soon as my other prs are through.

majuss commented 4 years ago

Here you go, I managed to create a new branch of off my fork and created a PR for the bump: https://github.com/home-assistant/home-assistant/pull/28976

onkelbeh commented 4 years ago

That's cool, thanks :-)

onkelbeh commented 4 years ago

Hope you don't mind: in the meantime I added a fork with the current version.

onkelbeh commented 4 years ago

Back on Pypi again, thanks. https://github.com/onkelbeh/HomeAssistantRepository/commit/6119209b5965d775a4d2faff07f7336c80922f1e