python312Packages.wsgidav: refactor
This commit is contained in:
parent
b392a0c041
commit
408853845d
@ -17,22 +17,22 @@
|
||||
buildPythonPackage rec {
|
||||
pname = "wsgidav";
|
||||
version = "4.3.1";
|
||||
format = "pyproject";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "mar10";
|
||||
repo = pname;
|
||||
repo = "wsgidav";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-jgn4bculVIXfMx3Or3pKF478UOzCL8nhEeNvOeGyjPI=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
build-system = [
|
||||
setuptools
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
defusedxml
|
||||
jinja2
|
||||
json5
|
||||
@ -55,10 +55,10 @@ buildPythonPackage rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Generic and extendable WebDAV server based on WSGI";
|
||||
mainProgram = "wsgidav";
|
||||
homepage = "https://wsgidav.readthedocs.io/";
|
||||
changelog = "https://github.com/mar10/wsgidav/blob/v${version}/CHANGELOG.md";
|
||||
license = with licenses; [ mit ];
|
||||
maintainers = with maintainers; [ fab ];
|
||||
mainProgram = "wsgidav";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user