poetry2conda: Migrate out of python package set

This commit is contained in:
Martin Weinelt 2022-10-02 15:29:31 +02:00
parent 32f2486bf7
commit a2b1eaa063
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
4 changed files with 4 additions and 11 deletions

View File

@ -1,15 +1,9 @@
{ lib
, buildPythonApplication
, fetchFromGitHub
, pytest-mock
, pytestCheckHook
, toml
, poetry
, poetry-semver
, pyyaml
, python3
}:
buildPythonApplication rec {
with python3.pkgs; buildPythonApplication rec {
pname = "poetry2conda";
version = "0.3.0";

View File

@ -15500,7 +15500,7 @@ with pkgs;
inherit pkgs lib;
};
poetry2conda = python3Packages.callPackage ../development/python-modules/poetry2conda { };
poetry2conda = callPackage ../tools/package-management/poetry2conda { };
pip-audit = callPackage ../development/tools/pip-audit {};

View File

@ -109,6 +109,7 @@ mapAliases ({
pathpy = path; # added 2022-04-12
pdfminer = pdfminer-six; # added 2022-05-25
pep257 = pydocstyle; # added 2022-04-12
poetry2conda = throw "poetry2conda was promoted to a top-level attribute"; # Added 2022-10-02
poster3 = throw "poster3 is unmaintained and source is no longer available"; # added 2023-05-29
postorius = throw "Please use pkgs.mailmanPackages.postorius"; # added 2022-04-29
powerlineMemSegment = powerline-mem-segment; # added 2021-10-08

View File

@ -7157,8 +7157,6 @@ in {
poetry-semver = callPackage ../development/python-modules/poetry-semver { };
poetry2conda = callPackage ../development/python-modules/poetry2conda { };
poezio = callPackage ../applications/networking/instant-messengers/poezio { };
polars = callPackage ../development/python-modules/polars { };