python3Packages.inotifyrecursive: migration to pyproject
This commit is contained in:
@@ -2,20 +2,23 @@
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
setuptools,
|
||||
inotify-simple,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "inotifyrecursive";
|
||||
version = "0.3.5";
|
||||
format = "setuptools";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "osRQsxdpPkU4QW+Q6x14WFBtr+a4uIUDe9LdmuLa+h4=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ inotify-simple ];
|
||||
build-system = [ setuptools ];
|
||||
|
||||
dependencies = [ inotify-simple ];
|
||||
|
||||
# No tests included
|
||||
doCheck = false;
|
||||
|
||||
Reference in New Issue
Block a user