remcohaszing / pywakeonlan

A small python module for wake on lan.
https://pywakeonlan.readthedocs.io
MIT License
281 stars 68 forks source link

Switch to poetry-core #19

Closed fabaff closed 3 years ago

fabaff commented 3 years ago

poetry-core is intended to be a light weight, fully compliant, self-contained package allowing PEP 517 compatible build frontends to build Poetry managed projects.

Using poetry-core allows distribution packages to depend only on the build backend.

codecov[bot] commented 3 years ago

Codecov Report

Merging #19 (6aa5050) into main (ed1f1f3) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #19   +/-   ##
=======================================
  Coverage   92.59%   92.59%           
=======================================
  Files           1        1           
  Lines          27       27           
  Branches        4        4           
=======================================
  Hits           25       25           
  Misses          1        1           
  Partials        1        1           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ed1f1f3...6aa5050. Read the comment docs.

remcohaszing commented 3 years ago

I’ll have a look at this next weekend. From what I can now this seems fine.

May I ask how you ran into this? Typically I’d think the wheel is used, which doesn’t require a build system at all.

fabaff commented 3 years ago

Package update for NixOS (https://github.com/NixOS/nixpkgs/pull/118765).

remcohaszing commented 3 years ago

Published as 2.0.1 :tada: