🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819202122232425262728
pkgname: python-feedparser
pkgver: '6.0.14'
pkgrel: '1'
pkgdesc: '"Parse RSS and Atom feeds in Python'
url: '"https://github.com/kurtmckee/feedparser'
arch: x86_64
license:
- Custom
depends: []
makedepends:
- libxml2
- python-setuptools
- python-wheel
- python-build
- python-installer
source:
- 'https://github.com/kurtmckee/feedparser/archive/refs/tags/v${pkgver}.tar.gz'
sha256sums:
- d33a78d8727b0c5c0db56f2d8a61ad9da8225c4b081a135aa43604b475bbf41f
build: |
cd feedparser-${pkgver}
python -m build --wheel --skip-dependency-check --no-isolation
python -m installer --destdir=${PKGDIR} dist/*.whl
install -Dm644 LICENSE ${PKGDIR}/usr/share/licenses/${pkgname}/LICENSE
package: |
true