From b798cf6d60baf5aad5438ba5936259c64d87299c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Sun, 12 May 2019 10:49:32 +0200 Subject: Move buildbot plugin buildslist to pkgs --- overlays/python-packages/apprise/apprise.json | 15 --------------- overlays/python-packages/apprise/default.nix | 16 ---------------- 2 files changed, 31 deletions(-) delete mode 100644 overlays/python-packages/apprise/apprise.json delete mode 100644 overlays/python-packages/apprise/default.nix (limited to 'overlays/python-packages/apprise') diff --git a/overlays/python-packages/apprise/apprise.json b/overlays/python-packages/apprise/apprise.json deleted file mode 100644 index b408ea4..0000000 --- a/overlays/python-packages/apprise/apprise.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "tag": "c9b957c-master", - "meta": { - "name": "apprise", - "url": "https://github.com/caronc/apprise", - "branch": "master" - }, - "github": { - "owner": "caronc", - "repo": "apprise", - "rev": "c9b957c4341e7d43e5be6463bd317a7401d083d9", - "sha256": "01zz4mh3xvplrm5xalzrcncnh0jq5y51pmdxkr4hdd6dz9wx0mbg", - "fetchSubmodules": true - } -} diff --git a/overlays/python-packages/apprise/default.nix b/overlays/python-packages/apprise/default.nix deleted file mode 100644 index 99e04ad..0000000 --- a/overlays/python-packages/apprise/default.nix +++ /dev/null @@ -1,16 +0,0 @@ -self: super: { - python3 = super.python3.override { - packageOverrides = python-self: python-super: { - apprise = python-self.buildPythonPackage rec { - pname = "apprise"; - version = "0.7.4"; - src = (self.mylibs.fetchedGithub ./apprise.json).src; - propagatedBuildInputs = with python-self; [ decorator - requests requests_oauthlib oauthlib urllib3 six click - markdown pyyaml sleekxmpp - ]; - doChecks = false; - }; - }; - }; -} -- cgit v1.2.3