pythonPackages.mutagen: disable python2, abandoned
This commit is contained in:
parent
478cd63015
commit
f6626b6842
@ -1,6 +1,7 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
|
, isPy27
|
||||||
, fetchpatch
|
, fetchpatch
|
||||||
, hypothesis
|
, hypothesis
|
||||||
, pycodestyle
|
, pycodestyle
|
||||||
@ -13,6 +14,7 @@
|
|||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "mutagen";
|
pname = "mutagen";
|
||||||
version = "1.44.0";
|
version = "1.44.0";
|
||||||
|
disabled = isPy27; # abandoned
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user