python311Packages.distutils-extra: rename from distutils_extra

This commit is contained in:
natsukium 2023-10-12 10:50:39 +09:00
parent 9e8ac2a96c
commit 1ecda4bec5
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53
13 changed files with 12 additions and 11 deletions

View File

@ -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 = ''

View File

@ -32,7 +32,7 @@ python3Packages.buildPythonApplication rec {
propagatedBuildInputs = [
python3Packages.gst-python
python3Packages.distutils_extra
python3Packages.distutils-extra
python3Packages.setuptools
python3Packages.pygobject3
];

View File

@ -82,7 +82,7 @@ python3.pkgs.buildPythonApplication rec {
pythonPath = with python3.pkgs; [
dbus-python
distutils_extra
distutils-extra
pyatspi
pycairo
pygobject3

View File

@ -29,7 +29,7 @@ python3Packages.buildPythonApplication rec {
};
nativeBuildInputs = with python3Packages; [
distutils_extra
distutils-extra
gobject-introspection
intltool
wrapGAppsHook

View File

@ -49,7 +49,7 @@ python3.pkgs.buildPythonApplication rec {
beautifulsoup4
configobj
dbus-python
distutils_extra
distutils-extra
httplib2
lxml
pillow

View File

@ -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 = {

View File

@ -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

View File

@ -26,7 +26,7 @@ python3Packages.buildPythonApplication rec {
nativeBuildInputs = [
wrapGAppsHook
intltool
python3Packages.distutils_extra
python3Packages.distutils-extra
gobject-introspection
];

View File

@ -27,7 +27,7 @@ python3Packages.buildPythonApplication rec {
};
nativeBuildInputs = [
python3Packages.distutils_extra
python3Packages.distutils-extra
file
which
intltool

View File

@ -24,7 +24,7 @@ python3.pkgs.buildPythonApplication rec {
gobject-introspection
intltool
wrapGAppsHook
python3.pkgs.distutils_extra
python3.pkgs.distutils-extra
];
propagatedBuildInputs = with python3.pkgs; [

View File

@ -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

View File

@ -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 { };