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