11 buildPythonPackage rec {
14 format = "setuptools";
16 disabled = pythonOlder "3.8";
18 src = fetchFromGitHub {
22 sha256 = "sha256-bIcnYcbfAwjet3cg97y+ujFfY2916ANk4sw0sZoU59g=";
25 propagatedBuildInputs = [
36 # Upstream doesn't set version in the repo
37 substituteInPlace setup.py \
38 --replace 'version="main",' 'version="${version}",' \
39 --replace ', "pytest-runner"' ""
42 pythonImportsCheck = [
47 description = "Python module to get information about upcoming space launches";
48 homepage = "https://github.com/ludeeus/pylaunches";
49 license = licenses.mit;
50 maintainers = with maintainers; [ fab ];