python-packages mistune: init at 0.7.1
This commit is contained in:
parent
80b356a918
commit
4b12129b1e
@ -7762,6 +7762,24 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
mistune = buildPythonPackage rec {
|
||||||
|
version = "0.7.1";
|
||||||
|
name = "mistune-${version}";
|
||||||
|
|
||||||
|
src = pkgs.fetchurl {
|
||||||
|
url = "https://pypi.python.org/packages/source/m/mistune/${name}.tar.gz";
|
||||||
|
sha256 = "6076dedf768348927d991f4371e5a799c6a0158b16091df08ee85ee231d929a7";
|
||||||
|
};
|
||||||
|
|
||||||
|
buildInputs = with self; [nose];
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
decription = "The fastest markdown parser in pure Python";
|
||||||
|
homepage = https://github.com/lepture/mistune;
|
||||||
|
license = licenses.bsd3;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
mitmproxy = buildPythonPackage rec {
|
mitmproxy = buildPythonPackage rec {
|
||||||
baseName = "mitmproxy";
|
baseName = "mitmproxy";
|
||||||
name = "${baseName}-${meta.version}";
|
name = "${baseName}-${meta.version}";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user