perlPackages.WebScraper: init at 0.38
This commit is contained in:
parent
de941a4275
commit
6827ad0aa5
@ -27907,6 +27907,22 @@ with self; {
|
||||
};
|
||||
};
|
||||
|
||||
WebScraper = buildPerlModule {
|
||||
pname = "Web-Scraper";
|
||||
version = "0.38";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/M/MI/MIYAGAWA/Web-Scraper-0.38.tar.gz";
|
||||
hash = "sha256-+VtuX41/7r4RbQW/WaK3zxpR7Z0wvKgBI0MOxFZ1Q78=";
|
||||
};
|
||||
buildInputs = [ ModuleBuildTiny TestBase TestRequires ];
|
||||
propagatedBuildInputs = [ HTMLParser HTMLSelectorXPath HTMLTagset HTMLTree HTMLTreeBuilderXPath UNIVERSALrequire URI XMLXPathEngine YAML libwwwperl ];
|
||||
meta = {
|
||||
homepage = "https://github.com/miyagawa/web-scraper";
|
||||
description = "Web Scraping Toolkit using HTML and CSS Selectors or XPath expressions";
|
||||
license = with lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
};
|
||||
|
||||
WebServiceLinode = buildPerlModule {
|
||||
pname = "WebService-Linode";
|
||||
version = "0.29";
|
||||
|
Loading…
Reference in New Issue
Block a user