python3Packages.rtfde: 0.1.2 -> 0.1.2.1
This commit is contained in:
parent
24ea8a988d
commit
a4c0b50672
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "rtfde";
|
pname = "rtfde";
|
||||||
version = "0.1.2";
|
version = "0.1.2.1";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
@ -21,7 +21,7 @@ buildPythonPackage rec {
|
|||||||
owner = "seamustuohy";
|
owner = "seamustuohy";
|
||||||
repo = "RTFDE";
|
repo = "RTFDE";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-zmcf9wqlKz55dOIchUC9sgW0PcTCPc52IkbIonOFlmU=";
|
hash = "sha256-dtPWgtOYpGaNRmIE7WNGJd/GWB2hQXsFJDDSHIcIjY4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ setuptools ];
|
build-system = [ setuptools ];
|
||||||
@ -46,7 +46,7 @@ buildPythonPackage rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
changelog = "https://github.com/seamustuohy/RTFDE/releases/tag/${version}";
|
changelog = "https://github.com/seamustuohy/RTFDE/releases/tag/${src.tag}";
|
||||||
description = "Library for extracting encapsulated HTML and plain text content from the RTF bodies";
|
description = "Library for extracting encapsulated HTML and plain text content from the RTF bodies";
|
||||||
homepage = "https://github.com/seamustuohy/RTFDE";
|
homepage = "https://github.com/seamustuohy/RTFDE";
|
||||||
license = lib.licenses.lgpl3Only;
|
license = lib.licenses.lgpl3Only;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user