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

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

35 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829303132333435
pkgname: 'python-tinycss'
pkgver: '1.5.1'
pkgrel: '1'
pkgdesc: 'A complete yet simple CSS parser for Python.'
url: 'https://pypi.python.org/pypi/tinycss'
arch: x86_64
depends: []
makedepends:
- 'python-setuptools'
- 'python-wheel'
- 'python-webencodings'

source:
- 'https://pypi.io/packages/source/t/tinycss2/tinycss2-${pkgver}.tar.gz'

sha256sums:
- SKIP

build: |
  cd tinycss2-${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}       \
     tinycss2

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

package: |
  true