12 buildPythonPackage rec {
16 src = fetchFromGitHub {
20 sha256 = "sha256-1tV3pVEC5sIjT0tjbujU7l41Jx7PQ1dCn4B1r94C9xE=";
23 nativeBuildInputs = [ setuptools-git ];
25 propagatedBuildInputs = [ setuptools ];
39 # fails to install the package
41 "test_pip_install_authed_succeeds"
42 "test_pip_install_open_succeeds"
46 # requires docker service running
47 "docker/test_docker.py"
50 pythonImportsCheck = [ "pypiserver" ];
53 homepage = "https://github.com/pypiserver/pypiserver";
54 description = "Minimal PyPI server for use with pip/easy_install";
55 license = with licenses; [ mit zlib ];
56 maintainers = with maintainers; [ austinbutler SuperSandro2000 ];