1 { lib, fetchPypi, python3Packages }:
3 python3Packages.buildPythonPackage rec {
9 sha256 = "dfaa0bdd01752a9cfde0d349a8f4e178b04b1cf9c1bc018b287961192cd2bb90";
12 # tests are not included in pypi distribution
16 description = "yEnc Decoding for Python 3";
17 homepage = "https://github.com/sabnzbd/sabyenc/";
18 license = lib.licenses.lgpl3;
19 maintainers = [ lib.maintainers.lovek323 ];