python3Packages.python-unshare: remove (#410926)

This commit is contained in:
Yohann Boniface
2025-05-27 13:00:53 +02:00
committed by GitHub
3 changed files with 1 additions and 30 deletions
@@ -1,28 +0,0 @@
{
lib,
buildPythonPackage,
fetchFromGitHub,
}:
buildPythonPackage {
pname = "python-unshare";
# pypi version doesn't support Python 3 and the package didn't update for a long time:
# https://github.com/TheTincho/python-unshare/pull/8
version = "unstable-2018-05-20";
format = "setuptools";
src = fetchFromGitHub {
owner = "TheTincho";
repo = "python-unshare";
rev = "4e98c177bdeb24c5dcfcd66c457845a776bbb75c";
sha256 = "1h9biinhy5m7r2cj4abhvsg2hb6xjny3n2dxnj1336zpa082ys3h";
};
meta = with lib; {
description = "Python bindings for the Linux unshare() syscall";
homepage = "https://github.com/thetincho/python-unshare";
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ abbradar ];
};
}
+1
View File
@@ -566,6 +566,7 @@ mapAliases ({
python-ethtool = ethtool; # added 2024-07-23
python-myq = throw "python-myq has been removed, as the service provider has decided to block its API requests"; # added 2023-12-07
python-picnic-api = throw "python-picnic-api was removed because Home Assistant switched to python-picnic-api2"; # added 2025-03-05
python-unshare = throw "python-unshare was removed as unmaintained since 2016"; # added 2025-05-25
pytrends = throw "pytrends has been removed, as it no longer works and is abandoned upstream"; # added 2025-02-02
pyqt4 = throw "pyqt4 has been removed, because it depended on the long EOL qt4"; # added 2022-06-09
pyqt5_sip = pyqt5-sip; # added 2024-01-07
-2
View File
@@ -14383,8 +14383,6 @@ self: super: with self; {
python-ulid = callPackage ../development/python-modules/python-ulid { };
python-unshare = callPackage ../development/python-modules/python-unshare { };
python-utils = callPackage ../development/python-modules/python-utils { };
python-vagrant = callPackage ../development/python-modules/python-vagrant { };