pypi-mirror: switch to pypa builder
This commit is contained in:
parent
208be59f76
commit
a6d67cd8ff
@ -5,6 +5,7 @@
|
|||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "pypi-mirror";
|
pname = "pypi-mirror";
|
||||||
version = "5.2.1";
|
version = "5.2.1";
|
||||||
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "montag451";
|
owner = "montag451";
|
||||||
@ -13,6 +14,8 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
hash = "sha256-hRqQDYgOKpv4jmNvyrt/+EInPM/Xwsr3IjtrySAGRgY=";
|
hash = "sha256-hRqQDYgOKpv4jmNvyrt/+EInPM/Xwsr3IjtrySAGRgY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
build-system = [ python3.pkgs.setuptools ];
|
||||||
|
|
||||||
pythonImportsCheck = [ "pypi_mirror" ];
|
pythonImportsCheck = [ "pypi_mirror" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user