forked from mirrors/nixpkgs
pythonPackages.smugpy: remove
Upstream has stalled since 2013. The latest release supports up to Python 3.2. Reference: https://github.com/chrishoffman/smugpy Reference: https://pypi.org/project/smugpy/ Signed-off-by: Masanori Ogino <167209+omasanori@users.noreply.github.com>
This commit is contained in:
parent
b5de671861
commit
023f70ef8a
|
@ -1,21 +0,0 @@
|
|||
{ stdenv, buildPythonPackage, fetchFromGitHub }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "smugpy";
|
||||
version = "20131218";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "chrishoffman";
|
||||
repo = pname;
|
||||
rev = "f698d6749ce446e3d6c7d925b2cd1cd5b3d695ea";
|
||||
sha256 = "029x6hm1744iznv4sw8sfyl974wmx1sqnr1k5dvzzwpk3ja49a1y";
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Python library for the SmugMug API";
|
||||
license = with licenses; [ mit ];
|
||||
homepage = "https://github.com/chrishoffman/smugpy";
|
||||
};
|
||||
|
||||
doCheck = false; # Tries to login to Smugmug…
|
||||
}
|
|
@ -6654,8 +6654,6 @@ in {
|
|||
|
||||
smpplib = callPackage ../development/python-modules/smpplib { };
|
||||
|
||||
smugpy = callPackage ../development/python-modules/smugpy { };
|
||||
|
||||
snack = toPythonModule (pkgs.newt.override { inherit (self) python; });
|
||||
|
||||
snakebite = callPackage ../development/python-modules/snakebite { };
|
||||
|
|
Loading…
Reference in a new issue