🔒 Repository is read-only – file editing is disabled.

recipes/utils/python-mutagen/PAGBUILD.yaml main

34 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031323334
pkgname: 'python-mutagen'
pkgver: '1.48.1'
pkgrel: '1'
pkgdesc: 'Parse RSS and Atom feeds in Python'
url: 'https://github.com/kurtmckee/feedparser'
arch: x86_64
depends: []
makedepends:
- 'python-setuptools'
- 'python-wheel'

source:
- 'https://github.com/quodlibet/mutagen/releases/download/release-${pkgver}/mutagen-${pkgver}.tar.gz'

sha256sums:
- SKIP

build: |
  cd mutagen-${pkgver}

  pip3 wheel -w dist \
    --no-build-isolation \
    --no-deps $PWD
  pip3 install --no-index \
    --find-links dist \
    --no-cache-dir    \
    --no-user         \
    --root=${PKGDIR}       \
    mutagen

  find ${PKGDIR} -type d -name vendor -o -name tests |xargs rm -rf 

package: |
  true