pythonPackages.pypugjs: 5.9.6 -> 5.9.7
This commit is contained in:
parent
9f9b2a4677
commit
2b8515d770
1 changed files with 3 additions and 12 deletions
|
@ -3,26 +3,17 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pypugjs";
|
pname = "pypugjs";
|
||||||
version = "5.9.6";
|
version = "5.9.7";
|
||||||
|
|
||||||
# No source tarball on PyPI
|
# PyPI source tarball is missing files
|
||||||
# https://github.com/kakulukia/pypugjs/issues/68
|
# https://github.com/kakulukia/pypugjs/issues/68
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "kakulukia";
|
owner = "kakulukia";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "14hsl4jfzy5hf5qiwpjdy6vzzj9mvd2rvkcvjgciyz06vfccqd7y";
|
sha256 = "1wvl0n5c3xpani5yn1740f9yd72pjcqg7zy7sj4553m0mlwj9pvc";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
|
||||||
# Allow newer pyramid versions
|
|
||||||
# https://github.com/kakulukia/pypugjs/pull/69
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://github.com/kakulukia/pypugjs/commit/2a77a59bee8526f7e3eb9d71c8241470dfff11f5.patch";
|
|
||||||
sha256 = "0d2bjh0f8hmbvmzi8ilj1xbpgszhhkapiql8yi0by2lrd525qspn";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
propagatedBuildInputs = [ six chardet ];
|
propagatedBuildInputs = [ six chardet ];
|
||||||
checkInputs = [ nose django jinja2 tornado pyramid pyramid_mako Mako ];
|
checkInputs = [ nose django jinja2 tornado pyramid pyramid_mako Mako ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue