python-beautifulsoup3: new package
This commit is contained in:
parent
86f635aad8
commit
c3a1231f52
@ -13286,5 +13286,22 @@ let
|
|||||||
license = unknown;
|
license = unknown;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
beautifulsoup = buildPythonPackage rec {
|
||||||
|
name = "beautifulsoup-3.2.1";
|
||||||
|
|
||||||
|
src = pkgs.fetchurl {
|
||||||
|
url = "https://pypi.python.org/packages/source/B/BeautifulSoup/BeautifulSoup-3.2.1.tar.gz";
|
||||||
|
md5 = "44656527ef3ac9874ac4d1c9f35f70ee";
|
||||||
|
};
|
||||||
|
|
||||||
|
propagatedBuildInputs = with pythonPackages; [ ];
|
||||||
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
|
description = "This package is OBSOLETE. It has been replaced by the beautifulsoup4 package. You should use Beautiful Soup 4 for all new projects.
";
|
||||||
|
homepage = http://www.crummy.com/software/BeautifulSoup/;
|
||||||
|
license = licenses.bsd;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
}); in pythonPackages
|
}); in pythonPackages
|
||||||
|
Loading…
x
Reference in New Issue
Block a user