python311Packages.proxy-tools: rename from proxy_tools

This commit is contained in:
natsukium 2023-11-05 15:18:12 +09:00
parent dd62c08abe
commit 14806a44e3
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53
4 changed files with 7 additions and 5 deletions

View File

@ -4,11 +4,12 @@
}:
buildPythonPackage rec {
pname = "proxy_tools";
pname = "proxy-tools";
version = "0.1.0";
src = fetchPypi {
inherit pname version;
pname = "proxy_tools";
inherit version;
hash = "sha256-zLN1H1KcBH4tilhEDYayBTA88P6BRveE0cvNlPCigBA=";
};

View File

@ -4,7 +4,7 @@
, setuptools-scm
, bottle
, importlib-resources
, proxy_tools
, proxy-tools
, pygobject3
, pyqtwebengine
, pytest
@ -37,7 +37,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
bottle
pyqtwebengine
proxy_tools
proxy-tools
six
] ++ lib.optionals (pythonOlder "3.7") [
importlib-resources

View File

@ -267,6 +267,7 @@ mapAliases ({
prometheus_client = prometheus-client; # added 2021-06-10
prompt_toolkit = prompt-toolkit; # added 2021-07-22
protonup = protonup-ng; # Added 2022-11-06
proxy_tools = proxy-tools; # added 2023-11-05
pur = throw "pur has been renamed to pkgs.pur"; # added 2021-11-08
pushbullet = pushbullet-py; # Added 2022-10-15
Pweave = pweave; # added 2023-02-19

View File

@ -9115,7 +9115,7 @@ self: super: with self; {
propka = callPackage ../development/python-modules/propka { };
proxy_tools = callPackage ../development/python-modules/proxy_tools { };
proxy-tools = callPackage ../development/python-modules/proxy-tools { };
proxy-db = callPackage ../development/python-modules/proxy-db { };