python2Packages.pipdate: disable python2, abandoned
This commit is contained in:
parent
bbaeb07059
commit
e70fb9e81f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user