packages: remove dogpile core as is a deprecated package

This commit is contained in:
RhodeCode Admin 2022-10-25 09:44:02 +02:00
parent f4bb5af13b
commit edf003e16f
3 changed files with 1 additions and 25 deletions

View file

@ -492,17 +492,6 @@ self: super: {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
};
"dogpile.core" = super.buildPythonPackage {
name = "dogpile.core-0.4.1";
doCheck = false;
src = fetchurl {
url = "https://files.pythonhosted.org/packages/0e/77/e72abc04c22aedf874301861e5c1e761231c288b5de369c18be8f4b5c9bb/dogpile.core-0.4.1.tar.gz";
sha256 = "0xpdvg4kr1isfkrh1rfsh7za4q5a5s6l2kf9wpvndbwf3aqjyrdy";
};
meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
};
"ecdsa" = super.buildPythonPackage {
name = "ecdsa-0.13.2";
doCheck = false;
@ -1917,7 +1906,6 @@ self: super: {
self."deform"
self."docutils"
self."dogpile.cache"
self."dogpile.core"
self."formencode"
self."future"
self."futures"

View file

@ -15,8 +15,7 @@ cryptography==2.6.1
decorator==4.1.2
deform==2.0.8
docutils==0.16.0
dogpile.cache==0.9.0
dogpile.core==0.4.1
dogpile.cache==0.9.2
formencode==1.2.4
future==0.14.3
futures==3.0.2

View file

@ -1802,17 +1802,6 @@
],
"name": "python2.7-formencode-1.2.4"
},
{
"license": [
{
"fullName": "BSD 4-clause \"Original\" or \"Old\" License",
"shortName": "bsdOriginal",
"spdxId": "BSD-4-Clause",
"url": "http://spdx.org/licenses/BSD-4-Clause.html"
}
],
"name": "python2.7-dogpile.core-0.4.1"
},
{
"license": [
{