python3Packages.readabilipy: 0.2.0 -> 0.3.0
https://github.com/alan-turing-institute/ReadabiliPy/blob/v0.3.0/CHANGELOG.md
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "readabilipy";
|
||||
version = "0.2.0";
|
||||
version = "0.3.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@@ -22,7 +22,7 @@ buildPythonPackage rec {
|
||||
owner = "alan-turing-institute";
|
||||
repo = "ReadabiliPy";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-XrmdQjLFYdadWeO5DoKAQeEdta+6T6BqfvGlDkzLMyM=";
|
||||
hash = "sha256-FYdSbq3rm6fBHm5fDRAB0airX9fNcUGs1wHN4i6mnG0=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ setuptools ];
|
||||
@@ -55,7 +55,7 @@ buildPythonPackage rec {
|
||||
description = "HTML content extractor";
|
||||
mainProgram = "readabilipy";
|
||||
homepage = "https://github.com/alan-turing-institute/ReadabiliPy";
|
||||
changelog = "https://github.com/alan-turing-institute/ReadabiliPy/blob/${version}/CHANGELOG.md";
|
||||
changelog = "https://github.com/alan-turing-institute/ReadabiliPy/blob/${src.tag}/CHANGELOG.md";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ fab ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user