python3Package.python-markdown-math: remove support for python 2.7
As stated in its changelog [1], python 2.7 is no longer supported. [1] https://github.com/mitya57/python-markdown-math/blob/master/changelog#L4
This commit is contained in:
parent
76fe85fcdd
commit
8781030dfa
@ -2,11 +2,13 @@
|
|||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, markdown
|
, markdown
|
||||||
|
, isPy27
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "python-markdown-math";
|
pname = "python-markdown-math";
|
||||||
version = "0.7";
|
version = "0.7";
|
||||||
|
disabled = isPy27;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user