Package Details: python-frontmatter 1.1.0-2

Git Clone URL: https://aur.archlinux.org/python-frontmatter.git (read-only, click to copy)
Package Base: python-frontmatter
Description: Parse and manage posts with YAML (or other) frontmatter
Upstream URL: https://pypi.org/project/python-frontmatter/
Licenses: MIT
Submitter: wookietreiber
Maintainer: wookietreiber
Last Packager: wookietreiber
Votes: 3
Popularity: 0.023595
First Submitted: 2019-06-12 08:12 (UTC)
Last Updated: 2025-08-07 13:31 (UTC)

Latest Comments

rien333 commented on 2025-08-05 23:37 (UTC)

This needs python-setuptools as a makedep in order to build.

upstream's pyproject.toml indeed seems to assume its availability:

#!/usr/bin/env python
# -*- coding: utf-8 -*-

try:
    from setuptools import setup
except ImportError:
    from distutils.core import setup # legacy


...

thurstylark commented on 2022-03-03 22:57 (UTC)

This package needs to at least have a dependency on python. As it stands, this package fails to build in a clean chroot.

xanc commented on 2019-11-19 16:39 (UTC)

Bad URL upstream. Replace with this https://github.com/eyeseast/python-frontmatter