10 buildPythonPackage rec {
15 disabled = pythonOlder "3.8";
17 src = fetchFromGitHub {
20 rev = "refs/tags/${version}";
21 hash = "sha256-mORjMEg7Q/2CKZBLICSGF8dcdl98S6mBgJ4jujPGs6M=";
24 SETUPTOOLS_SCM_PRETEND_VERSION = version;
27 substituteInPlace pyproject.toml \
40 pythonImportsCheck = [
45 description = "Python asyncio library for Simple Service Discovery Protocol (SSDP)";
46 homepage = "https://github.com/codingjoe/ssdp";
47 changelog = "https://github.com/codingjoe/ssdp/releases/tag/${version}";
48 license = licenses.mit;
49 maintainers = with maintainers; [ fab ];