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: f25df3439841
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 54c409eb0181
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Jan 16, 2020

  1. pythonPackages.pyezminc: remove

    - package supports Python 2 only
    - develop-python3 branch exists but datatype tests fail
    - not updated since 2018
    bcdarwin authored and Jon committed Jan 16, 2020

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    kalbasit Wael Nasreddine
    Copy the full SHA
    54c409e View commit details
Showing with 0 additions and 35 deletions.
  1. +0 −33 pkgs/development/python-modules/pyezminc/default.nix
  2. +0 −2 pkgs/top-level/python-packages.nix
33 changes: 0 additions & 33 deletions pkgs/development/python-modules/pyezminc/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
@@ -1897,8 +1897,6 @@ in {

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

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

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

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