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