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