Merge pull request #231781 from r-ryantm/auto-update/python310Packages.llfuse
python310Packages.llfuse: 1.4.2 -> 1.4.3
This commit is contained in:
commit
b2b4c762cc
@ -8,23 +8,26 @@
|
|||||||
, pkg-config
|
, pkg-config
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
, python
|
, python
|
||||||
|
, setuptools
|
||||||
, which
|
, which
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "llfuse";
|
pname = "llfuse";
|
||||||
version = "1.4.2";
|
version = "1.4.3";
|
||||||
|
|
||||||
|
format = "pyproject";
|
||||||
|
|
||||||
disabled = pythonOlder "3.5";
|
disabled = pythonOlder "3.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "python-llfuse";
|
owner = "python-llfuse";
|
||||||
repo = "python-llfuse";
|
repo = "python-llfuse";
|
||||||
rev = "release-${version}";
|
rev = "refs/tags/release-${version}";
|
||||||
hash = "sha256-TnZnv439fLvg0WM96yx0dPSSz8Mrae6GDC9LiLFrgQ8=";
|
hash = "sha256-37l6HrAKrXtEhlWTIdlw3L6wCGeOA7IW/aaJn3wf4QY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cython pkg-config ];
|
nativeBuildInputs = [ cython pkg-config setuptools ];
|
||||||
|
|
||||||
buildInputs = [ fuse ];
|
buildInputs = [ fuse ];
|
||||||
|
|
||||||
@ -48,6 +51,7 @@ buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python bindings for the low-level FUSE API";
|
description = "Python bindings for the low-level FUSE API";
|
||||||
homepage = "https://github.com/python-llfuse/python-llfuse";
|
homepage = "https://github.com/python-llfuse/python-llfuse";
|
||||||
|
changelog = "https://github.com/python-llfuse/python-llfuse/raw/release-${version}/Changes.rst";
|
||||||
license = licenses.lgpl2Plus;
|
license = licenses.lgpl2Plus;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ bjornfor dotlambda ];
|
maintainers = with maintainers; [ bjornfor dotlambda ];
|
||||||
|
Loading…
Reference in New Issue
Block a user