Commit 6a06432e authored by Emil Thorsoe's avatar Emil Thorsoe
Browse files

python3Packages.py3dns: rename package attribute from pydns to py3dns

parent ca235391
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
  fetchFromGitHub,
  libmilter,
  berkeleydb,
  pydns,
  py3dns,
  iana-etc,
  libredirect,
  pyasyncore,
@@ -30,7 +30,7 @@ buildPythonPackage rec {
  nativeCheckInputs = [ pyasyncore ];
  dependencies = [
    berkeleydb
    pydns
    py3dns
  ];

  preBuild = ''
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
  lib,
  buildPythonPackage,
  fetchFromGitHub,
  pydns,
  py3dns,
}:

buildPythonPackage rec {
@@ -17,7 +17,7 @@ buildPythonPackage rec {
    sha256 = "0bmimlmwrq9glnjc4i6pwch30n3y5wyqmkjfyayxqxkfrixqwydi";
  };

  propagatedBuildInputs = [ pydns ];
  propagatedBuildInputs = [ py3dns ];

  # requires /etc/resolv.conf to exist
  doCheck = false;
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ python3.pkgs.buildPythonApplication rec {
      dnspython
      docopt
      publicsuffixlist
      pydns
      py3dns
      pyspf
      requests
    ]
+1 −0
Original line number Diff line number Diff line
@@ -439,6 +439,7 @@ mapAliases ({
  pyblake2 = throw "pyblake2 is deprecated in favor of hashlib"; # added 2023-04-23
  pyblock = throw "pyblock has been removed, since it is abandoned and broken"; # added 2023-06-20
  pycontracts = throw "pycontracts has been removed, since upstream is no longer active and it is broken on modern Python versions."; # added 2024-08-09
  pydns = py3dns; # added 2024-10-25
  pydrive = throw "pydrive is broken and deprecated and has been replaced with pydrive2."; # added 2022-06-01
  pyjet = throw "pyjet is deprecated, use fastjet instead"; # added 2023-05-10
  pygame_sdl2 = pygame-sdl2; # added 2024-01-07
+1 −1
Original line number Diff line number Diff line
@@ -11224,7 +11224,7 @@ self: super: with self; {
  pydmd = callPackage ../development/python-modules/pydmd { };
  pydns = callPackage ../development/python-modules/py3dns { };
  py3dns = callPackage ../development/python-modules/py3dns { };
  pydocstyle = callPackage ../development/python-modules/pydocstyle { };