python311Packages.distutils-extra: rename from distutils_extra
This commit is contained in:
parent
9e8ac2a96c
commit
1ecda4bec5
13 changed files with 12 additions and 11 deletions
|
@ -27,7 +27,7 @@ python3Packages.buildPythonApplication rec {
|
|||
];
|
||||
|
||||
propagatedBuildInputs = with python3Packages; [
|
||||
beautifulsoup4 distutils_extra mpd2 notify-py pygobject3 requests
|
||||
beautifulsoup4 distutils-extra mpd2 notify-py pygobject3 requests
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
|
|
|
@ -32,7 +32,7 @@ python3Packages.buildPythonApplication rec {
|
|||
|
||||
propagatedBuildInputs = [
|
||||
python3Packages.gst-python
|
||||
python3Packages.distutils_extra
|
||||
python3Packages.distutils-extra
|
||||
python3Packages.setuptools
|
||||
python3Packages.pygobject3
|
||||
];
|
||||
|
|
|
@ -82,7 +82,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||
|
||||
pythonPath = with python3.pkgs; [
|
||||
dbus-python
|
||||
distutils_extra
|
||||
distutils-extra
|
||||
pyatspi
|
||||
pycairo
|
||||
pygobject3
|
||||
|
|
|
@ -29,7 +29,7 @@ python3Packages.buildPythonApplication rec {
|
|||
};
|
||||
|
||||
nativeBuildInputs = with python3Packages; [
|
||||
distutils_extra
|
||||
distutils-extra
|
||||
gobject-introspection
|
||||
intltool
|
||||
wrapGAppsHook
|
||||
|
|
|
@ -49,7 +49,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||
beautifulsoup4
|
||||
configobj
|
||||
dbus-python
|
||||
distutils_extra
|
||||
distutils-extra
|
||||
httplib2
|
||||
lxml
|
||||
pillow
|
||||
|
|
|
@ -29,7 +29,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||
|
||||
propagatedBuildInputs = [
|
||||
gtk3
|
||||
(python3.withPackages (ps: with ps; [ distutils_extra pypdf2 pygobject3 ]))
|
||||
(python3.withPackages (ps: with ps; [ distutils-extra pypdf2 pygobject3 ]))
|
||||
];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -26,7 +26,7 @@ python3Packages.buildPythonApplication rec {
|
|||
sha256 = "1jk6khwgdv3nmagdgp5ivz3156pl0ljhf7b6i4b52w1h5ywsg9ah";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ gobject-introspection python3Packages.distutils_extra intltool wrapGAppsHook ];
|
||||
nativeBuildInputs = [ gobject-introspection python3Packages.distutils-extra intltool wrapGAppsHook ];
|
||||
buildInputs = [
|
||||
gst_all_1.gstreamer
|
||||
gst_all_1.gst-plugins-base
|
||||
|
|
|
@ -26,7 +26,7 @@ python3Packages.buildPythonApplication rec {
|
|||
nativeBuildInputs = [
|
||||
wrapGAppsHook
|
||||
intltool
|
||||
python3Packages.distutils_extra
|
||||
python3Packages.distutils-extra
|
||||
gobject-introspection
|
||||
];
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@ python3Packages.buildPythonApplication rec {
|
|||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
python3Packages.distutils_extra
|
||||
python3Packages.distutils-extra
|
||||
file
|
||||
which
|
||||
intltool
|
||||
|
|
|
@ -24,7 +24,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||
gobject-introspection
|
||||
intltool
|
||||
wrapGAppsHook
|
||||
python3.pkgs.distutils_extra
|
||||
python3.pkgs.distutils-extra
|
||||
];
|
||||
|
||||
propagatedBuildInputs = with python3.pkgs; [
|
||||
|
|
|
@ -95,6 +95,7 @@ mapAliases ({
|
|||
dictpath = pathable; # added 2023-01-28
|
||||
diff_cover = diff-cover; # added 2021-07-02
|
||||
discogs_client = discogs-client; # added 2021-07-02
|
||||
distutils_extra = distutils-extra; # added 2023-10-12
|
||||
djangorestframework-jwt = drf-jwt; # added 2021-07-20
|
||||
django-sampledatahelper = throw "django-sampledatahelper was removed because it is no longer compatible to latest Django version"; # added 2022-07-18
|
||||
django_2 = throw "Django 2 has reached it's projected EOL in 2022/04 and has therefore been removed."; # added 2022-03-05
|
||||
|
|
|
@ -2853,7 +2853,7 @@ self: super: with self; {
|
|||
|
||||
distro = callPackage ../development/python-modules/distro { };
|
||||
|
||||
distutils_extra = callPackage ../development/python-modules/distutils_extra { };
|
||||
distutils-extra = callPackage ../development/python-modules/distutils-extra { };
|
||||
|
||||
# LTS in extended support phase
|
||||
django_3 = callPackage ../development/python-modules/django/3.nix { };
|
||||
|
|
Loading…
Reference in a new issue