python311Packages.repoze-lru: rename from repoze_lru
This commit is contained in:
parent
8c22a6517c
commit
97475a68f7
7 changed files with 13 additions and 11 deletions
|
@ -25,7 +25,7 @@
|
|||
, pyproj
|
||||
, python-dateutil
|
||||
, joblib
|
||||
, repoze_lru
|
||||
, repoze-lru
|
||||
, xmltodict
|
||||
, cloudpickle
|
||||
, scipy
|
||||
|
@ -97,7 +97,7 @@ buildPythonPackage rec {
|
|||
pyproj
|
||||
python-dateutil
|
||||
joblib
|
||||
repoze_lru
|
||||
repoze-lru
|
||||
xmltodict
|
||||
cloudpickle
|
||||
];
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
, pastedeploy
|
||||
, plaster
|
||||
, plaster-pastedeploy
|
||||
, repoze_lru
|
||||
, repoze-lru
|
||||
, translationstring
|
||||
, venusian
|
||||
, webob
|
||||
|
@ -33,7 +33,7 @@ buildPythonPackage rec {
|
|||
pastedeploy
|
||||
plaster
|
||||
plaster-pastedeploy
|
||||
repoze_lru
|
||||
repoze-lru
|
||||
translationstring
|
||||
venusian
|
||||
webob
|
||||
|
|
|
@ -4,11 +4,12 @@
|
|||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "repoze.lru";
|
||||
pname = "repoze-lru";
|
||||
version = "0.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
pname = "repoze.lru";
|
||||
inherit version;
|
||||
sha256 = "0429a75e19380e4ed50c0694e26ac8819b4ea7851ee1fc7583c8572db80aff77";
|
||||
};
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, repoze_lru
|
||||
, repoze-lru
|
||||
, six
|
||||
, soupsieve
|
||||
, webob
|
||||
|
@ -18,7 +18,7 @@ buildPythonPackage rec {
|
|||
sha256 = "b6346459a15f0cbab01a45a90c3d25caf980d4733d628b4cc1952b865125d053";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ repoze_lru six soupsieve webob ];
|
||||
propagatedBuildInputs = [ repoze-lru six soupsieve webob ];
|
||||
|
||||
# incompatible with latest soupsieve
|
||||
doCheck = false;
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
, py
|
||||
, pyramid
|
||||
, pytestCheckHook
|
||||
, repoze_lru
|
||||
, repoze-lru
|
||||
, setuptools
|
||||
, strictyaml
|
||||
, waitress
|
||||
|
@ -60,7 +60,7 @@ buildPythonApplication rec {
|
|||
platformdirs
|
||||
pluggy
|
||||
pyramid
|
||||
repoze_lru
|
||||
repoze-lru
|
||||
setuptools
|
||||
strictyaml
|
||||
waitress
|
||||
|
|
|
@ -388,6 +388,7 @@ mapAliases ({
|
|||
rednose = throw "rednose is no longer maintained (since February 2018)"; # added 2023-08-06
|
||||
retworkx = rustworkx; # added 2023-05-14
|
||||
repeated_test = repeated-test; # added 2022-11-15
|
||||
repoze_lru = repoze-lru; # added 2023-11-11
|
||||
requests_oauthlib = requests-oauthlib; # added 2022-02-12
|
||||
requests_toolbelt = requests-toolbelt; # added 2017-09-26
|
||||
restructuredtext_lint = restructuredtext-lint; # added 2023-11-04
|
||||
|
|
|
@ -12440,7 +12440,7 @@ self: super: with self; {
|
|||
|
||||
reportlab = callPackage ../development/python-modules/reportlab { };
|
||||
|
||||
repoze_lru = callPackage ../development/python-modules/repoze_lru { };
|
||||
repoze-lru = callPackage ../development/python-modules/repoze-lru { };
|
||||
|
||||
repoze_sphinx_autointerface = callPackage ../development/python-modules/repoze_sphinx_autointerface { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue