python2Packages.pipdate: disable python2, abandoned

This commit is contained in:
Jonathan Ringer 2020-06-16 14:11:10 -07:00
parent bbaeb07059
commit e70fb9e81f

View File

@ -1,6 +1,7 @@
{ lib
, buildPythonPackage
, fetchPypi
, isPy27
, appdirs
, requests
, pytest
@ -9,6 +10,7 @@
buildPythonPackage rec {
pname = "pipdate";
version = "0.5.1";
disabled = isPy27; # abandoned
src = fetchPypi {
inherit pname version;