perlPackages.WebScraper: init at 0.38

This commit is contained in:
Yongun Seong 2023-05-20 23:59:22 +09:00 committed by Anderson Torres
parent de941a4275
commit 6827ad0aa5

View file

@ -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";