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