python3Packages.aspy-yaml: drop (#527596)
This commit is contained in:
@@ -1,29 +0,0 @@
|
||||
{
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
pyyaml,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "aspy-yaml";
|
||||
version = "1.3.0";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "aspy.yaml";
|
||||
inherit version;
|
||||
sha256 = "0i9z2jm2hjwdxdv4vw4kbs70h2ciz49rv8w73zbawb7z5qw45iz7";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ pyyaml ];
|
||||
|
||||
# Tests not included in PyPI tarball
|
||||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
description = "Few extensions to pyyaml";
|
||||
homepage = "https://github.com/asottile/aspy.yaml";
|
||||
license = lib.licenses.mit;
|
||||
};
|
||||
}
|
||||
@@ -89,6 +89,7 @@ mapAliases {
|
||||
APScheduler = throw "'APScheduler' has been renamed to/replaced by 'apscheduler'"; # Converted to throw 2025-10-29
|
||||
argon2_cffi = throw "'argon2_cffi' has been renamed to/replaced by 'argon2-cffi'"; # Converted to throw 2025-10-29
|
||||
aspy-refactor-imports = throw "'aspy-refactor-imports' has been renamed to/replaced by 'classify-imports'"; # Added 2026-05-22
|
||||
aspy-yaml = throw "'aspy-yaml' has been removed because the upstream repository was archived in 2020"; # Added 2026-06-04
|
||||
astropy-extension-helpers = extension-helpers; # Added 2025-10-15
|
||||
asyauth-bad = throw "'asyauth-bad' has been renamed to/replaced by 'badauth'"; # added 2025-11-06
|
||||
async-dns = throw "'async-dns' has been removed as it was unmaintained upstream"; # Added 2026-03-23
|
||||
|
||||
@@ -1084,8 +1084,6 @@ self: super: with self; {
|
||||
|
||||
aspell-python = callPackage ../development/python-modules/aspell-python { };
|
||||
|
||||
aspy-yaml = callPackage ../development/python-modules/aspy-yaml { };
|
||||
|
||||
assay = callPackage ../development/python-modules/assay { };
|
||||
|
||||
assertpy = callPackage ../development/python-modules/assertpy { };
|
||||
|
||||
Reference in New Issue
Block a user