rawdog: remove

> rawdog requires Python 2.7 or later, and not Python 3.

Have it your way!
This commit is contained in:
Martin Weinelt 2022-01-02 03:49:17 +01:00
parent 73f02a1379
commit 5a08535f4b
No known key found for this signature in database
GPG key ID: 87C1E9888F856759
3 changed files with 1 additions and 28 deletions

View file

@ -1,26 +0,0 @@
{ lib, fetchurl, python2Packages }:
python2Packages.buildPythonApplication rec {
pname = "rawdog";
version = "2.23";
src = fetchurl {
url = "https://offog.org/files/${pname}-${version}.tar.gz";
sha256 = "18nyg19mwxyqdnykplkqmzb4n27vvrhvp639zai8f81gg9vdbsjp";
};
propagatedBuildInputs = with python2Packages; [ feedparser ];
# Requested by @SuperSandro20001
pythonImportsCheck = [ "feedparser" ];
doCheck = false;
namePrefix = "";
meta = with lib; {
homepage = "https://offog.org/code/rawdog/";
description = "RSS Aggregator Without Delusions Of Grandeur";
license = licenses.gpl2;
platforms = platforms.unix;
};
}

View file

@ -793,6 +793,7 @@ mapAliases ({
qtcurve = libsForQt5.qtcurve; # added 2020-11-07
quaternion-git = throw "quaternion-git has been removed in favor of the stable version 'quaternion'"; # added 2020-04-09
raspberrypi-tools = throw "raspberrypi-tools has been removed in favor of identical 'libraspberrypi'"; # added 2020-12-24
rawdog = throw "rawdog has been removed from nixpkgs as it still requires python2."; # added 2022-01-01
rdf4store = throw "rdf4store has been removed from nixpkgs."; # added 2019-12-21
rdiff_backup = rdiff-backup; # added 2014-11-23
rdmd = dtools; # added 2017-08-19

View file

@ -9137,8 +9137,6 @@ with pkgs;
ratools = callPackage ../tools/networking/ratools { };
rawdog = callPackage ../applications/networking/feedreaders/rawdog { };
rc = callPackage ../shells/rc { };
rcon = callPackage ../tools/networking/rcon { };