sabnzbd: 2.3.9 -> 3.0.1
This commit is contained in:
22
pkgs/development/python-modules/sabyenc3/default.nix
Normal file
22
pkgs/development/python-modules/sabyenc3/default.nix
Normal file
@@ -0,0 +1,22 @@
|
||||
{ lib, fetchPypi, python3Packages }:
|
||||
|
||||
python3Packages.buildPythonPackage rec {
|
||||
pname = "sabyenc3";
|
||||
version = "4.0.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0zfj1k4zij8ph8jwkq4d6i6axym8cil16yijxshqla5163d1031z";
|
||||
};
|
||||
|
||||
# tests are not included in pypi distribution
|
||||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
description = "yEnc Decoding for Python 3";
|
||||
homepage = "https://github.com/sabnzbd/sabyenc/";
|
||||
license = lib.licenses.lgpl3;
|
||||
maintainers = [ lib.maintainers.lovek323 ];
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user