python310Packages.jaraco-text: rename from jaraco_text
This commit is contained in:
parent
cc90670759
commit
d54c4d1e0a
@ -3,7 +3,7 @@
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, jaraco-functools
|
||||
, jaraco_text
|
||||
, jaraco-text
|
||||
, more-itertools
|
||||
, portend
|
||||
, pypytools
|
||||
@ -41,7 +41,7 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
jaraco_text
|
||||
jaraco-text
|
||||
portend
|
||||
pypytools
|
||||
pytest-mock
|
||||
|
@ -1,6 +1,16 @@
|
||||
{ lib, buildPythonPackage, fetchPypi, isPy3k
|
||||
, six, jaraco_logging, jaraco_text, jaraco_stream, pytz, jaraco_itertools
|
||||
, setuptools-scm, jaraco_collections, importlib-metadata
|
||||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, isPy3k
|
||||
, six
|
||||
, jaraco_logging
|
||||
, jaraco-text
|
||||
, jaraco_stream
|
||||
, pytz
|
||||
, jaraco_itertools
|
||||
, setuptools-scm
|
||||
, jaraco_collections
|
||||
, importlib-metadata
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -21,7 +31,7 @@ buildPythonPackage rec {
|
||||
six
|
||||
importlib-metadata
|
||||
jaraco_logging
|
||||
jaraco_text
|
||||
jaraco-text
|
||||
jaraco_stream
|
||||
pytz
|
||||
jaraco_itertools
|
||||
|
@ -6,7 +6,7 @@
|
||||
, fetchpatch
|
||||
, setuptools
|
||||
, setuptools-scm
|
||||
, jaraco_text
|
||||
, jaraco-text
|
||||
, jaraco_collections
|
||||
, keyring
|
||||
, pytestCheckHook
|
||||
@ -48,7 +48,7 @@ buildPythonPackage rec {
|
||||
SETUPTOOLS_SCM_PRETEND_VERSION = version;
|
||||
|
||||
propagatedBuildInputs = [
|
||||
jaraco_text
|
||||
jaraco-text
|
||||
jaraco_collections
|
||||
keyring
|
||||
];
|
||||
|
@ -11,7 +11,7 @@
|
||||
, keyring
|
||||
, requests
|
||||
, feedparser
|
||||
, jaraco_text
|
||||
, jaraco-text
|
||||
, jaraco_logging
|
||||
, jaraco-email
|
||||
, jaraco-functools
|
||||
@ -58,7 +58,7 @@ buildPythonPackage rec {
|
||||
keyring
|
||||
requests
|
||||
feedparser
|
||||
jaraco_text
|
||||
jaraco-text
|
||||
jaraco_logging
|
||||
jaraco-email
|
||||
jaraco-functools
|
||||
|
@ -13,14 +13,15 @@
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "jaraco.text";
|
||||
pname = "jaraco-text";
|
||||
version = "3.11.1";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
pname = "jaraco.text";
|
||||
inherit version;
|
||||
hash = "sha256-Mzpd8hSPcTlxhgfN81L+HZUWKXGnKZw4Dcwk2rAWiYA=";
|
||||
};
|
||||
|
@ -4,7 +4,7 @@
|
||||
, setuptools
|
||||
, setuptools-scm
|
||||
, jaraco-classes
|
||||
, jaraco_text
|
||||
, jaraco-text
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -31,7 +31,7 @@ buildPythonPackage rec {
|
||||
|
||||
propagatedBuildInputs = [
|
||||
jaraco-classes
|
||||
jaraco_text
|
||||
jaraco-text
|
||||
];
|
||||
|
||||
pythonNamespaces = [ "jaraco" ];
|
||||
|
@ -157,6 +157,7 @@ mapAliases ({
|
||||
itanium_demangler = itanium-demangler; # added 2022-10-17
|
||||
jaraco_classes = jaraco-classes; # added 2023-07-14
|
||||
jaraco_functools = jaraco-functools; # added 2023-07-14
|
||||
jaraco_text = jaraco-text; # added 2023-07-14
|
||||
JayDeBeApi = jaydebeapi; # added 2023-02-19
|
||||
jinja2_time = jinja2-time; # added 2022-11-07
|
||||
JPype1 = jpype1; # added 2023-02-19
|
||||
|
@ -5225,7 +5225,7 @@ self: super: with self; {
|
||||
|
||||
jaraco-test = callPackage ../development/python-modules/jaraco-test { };
|
||||
|
||||
jaraco_text = callPackage ../development/python-modules/jaraco_text { };
|
||||
jaraco-text = callPackage ../development/python-modules/jaraco-text { };
|
||||
|
||||
jarowinkler = callPackage ../development/python-modules/jarowinkler { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user