python3Packages.rdflib-jsonld: remove as deprecated
This commit is contained in:
parent
df371addaf
commit
7e0d7e4075
3 changed files with 1 additions and 25 deletions
|
@ -1,23 +0,0 @@
|
|||
{ buildPythonPackage, fetchPypi, lib, rdflib, nose }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "rdflib-jsonld";
|
||||
version = "0.6.2";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "107cd3019d41354c31687e64af5e3fd3c3e3fa5052ce635f5ce595fd31853a63";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ nose ];
|
||||
propagatedBuildInputs = [ rdflib ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/RDFLib/rdflib-jsonld";
|
||||
license = licenses.bsdOriginal;
|
||||
description = "rdflib extension adding JSON-LD parser and serializer";
|
||||
maintainers = [ maintainers.koslambrou ];
|
||||
# incomptiable with rdflib 6.0.0, half of the test suite fails with import and atrribute errors
|
||||
broken = true;
|
||||
};
|
||||
}
|
|
@ -81,6 +81,7 @@ mapAliases ({
|
|||
pytest_xdist = pytest-xdist; # added 2021-01-04
|
||||
python_simple_hipchat = python-simple-hipchat; # added 2021-07-21
|
||||
qasm2image = throw "qasm2image is no longer maintained (since November 2018), and is not compatible with the latest pythonPackages.qiskit versions."; # added 2020-12-09
|
||||
rdflib-jsonld = throw "rdflib-jsonld is not compatible with rdflib 6"; # added 2021-11-05
|
||||
requests_toolbelt = requests-toolbelt; # added 2017-09-26
|
||||
rotate-backups = throw "rotate-backups was removed in favor of the top-level rotate-backups"; # added 2021-07-01
|
||||
ruamel_base = ruamel-base; # added 2021-11-01
|
||||
|
|
|
@ -8030,8 +8030,6 @@ in {
|
|||
|
||||
rdflib = callPackage ../development/python-modules/rdflib { };
|
||||
|
||||
rdflib-jsonld = callPackage ../development/python-modules/rdflib-jsonld { };
|
||||
|
||||
rdkit = callPackage ../development/python-modules/rdkit { };
|
||||
|
||||
re-assert = callPackage ../development/python-modules/re-assert { };
|
||||
|
|
Loading…
Reference in a new issue