14 buildPythonPackage rec {
19 disabled = pythonOlder "3.8";
21 src = fetchFromGitHub {
22 owner = "microformats";
24 rev = "refs/tags/v${version}";
25 hash = "sha256-mhJ+s1rtXEJ6DqVmiyWNEK+3cdDLpR63Q4QGmD9wVio=";
32 propagatedBuildInputs = [
44 pythonImportsCheck = [
49 description = "Microformats2 parser written in Python";
50 homepage = "https://microformats.org/wiki/mf2py";
51 changelog = "https://github.com/microformats/mf2py/blob/v${version}/CHANGELOG.md";
52 license = licenses.mit;
53 maintainers = with maintainers; [ ambroisie ];