forked from mirrors/nixpkgs
s3ql: 2.13 -> 2.17.1
This commit is contained in:
parent
497c828611
commit
455ec64d11
|
@ -3,21 +3,21 @@
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
pname = "s3ql";
|
pname = "s3ql";
|
||||||
version = "2.13";
|
version = "2.17.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://bitbucket.org/nikratio/${pname}/downloads/${name}.tar.bz2";
|
url = "https://bitbucket.org/nikratio/${pname}/downloads/${name}.tar.bz2";
|
||||||
sha256 = "0bxps1iq0rv7bg2b8mys6zyjp912knm6zmafhid1jhsv3xyby4my";
|
sha256 = "049vpvvkyia7v4v97rg2l01n43shrdxc1ik38bmjb2q4fvsh1pgx";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python3Packages;
|
propagatedBuildInputs = with python3Packages;
|
||||||
[ sqlite apsw pycrypto requests defusedxml dugong llfuse ];
|
[ sqlite apsw pycrypto requests2 defusedxml dugong llfuse ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A full-featured file system for online data storage";
|
description = "A full-featured file system for online data storage";
|
||||||
homepage = "https://bitbucket.org/nikratio/s3ql";
|
homepage = "https://bitbucket.org/nikratio/s3ql";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = with maintainers; [ rushmorem ];
|
maintainers = with maintainers; [ rushmorem ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -11227,11 +11227,11 @@ in modules // {
|
||||||
};
|
};
|
||||||
|
|
||||||
llfuse = buildPythonPackage rec {
|
llfuse = buildPythonPackage rec {
|
||||||
name = "llfuse-0.40";
|
name = "llfuse-1.0";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "https://pypi.python.org/packages/source/l/llfuse/${name}.tar.bz2";
|
url = "https://pypi.python.org/packages/source/l/llfuse/${name}.tar.bz2";
|
||||||
sha256 = "0mx87n6j2g63mgiimjqn0gj6jgqfdkc04xkxc56r1azjlqji32zf";
|
md5 = "6e71af191381da135a222e3c0e7569a1";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgs.pkgconfig pkgs.fuse pkgs.attr ];
|
buildInputs = [ pkgs.pkgconfig pkgs.fuse pkgs.attr ];
|
||||||
|
|
Loading…
Reference in a new issue