Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3387a16c2f93
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4bd7e963b349
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Sep 6, 2019

  1. pythonPackages.elpy: drop package

    Jonathan Ringer authored and FRidh committed Sep 6, 2019
    1

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    4bd7e96 View commit details
Showing with 0 additions and 45 deletions.
  1. +0 −43 pkgs/development/python-modules/elpy/default.nix
  2. +0 −2 pkgs/top-level/python-packages.nix
43 changes: 0 additions & 43 deletions pkgs/development/python-modules/elpy/default.nix

This file was deleted.

2 changes: 0 additions & 2 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
@@ -3007,8 +3007,6 @@ in {

effect = callPackage ../development/python-modules/effect {};

elpy = callPackage ../development/python-modules/elpy { };

enum = callPackage ../development/python-modules/enum { };

enum-compat = callPackage ../development/python-modules/enum-compat { };