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

recipes/core/python-trove-classifiers/PAGBUILD.yaml main

20 linii Raw ← Powrót
1234567891011121314151617181920
pkgname: python-trove-classifiers
pkgver: '2026.6.1.19'
pkgrel: '1'
pkgdesc: Canonical source for classifiers on PyPI (pypi.org)
url: 'https://github.com/pypa/trove-classifiers'
arch: x86_64
depends: []
makedepends:
- python-setuptools
- python-wheel
- python-calver
source:
- 'https://pypi.org/packages/source/t/trove_classifiers/trove_classifiers-${pkgver}.tar.gz'
sha256sums:
- c5132b4b61a829d11cfbd2d72e97f20a45ed6edb95e45c5efdeb5e00836b2745
build: "cd trove_classifiers-${pkgver}\n\npip3 wheel -w dist \\\n  --no-build-isolation \\\n  --no-deps $PWD\npip3 install\
  \ --no-index \\\n  --find-links dist \\\n  --no-cache-dir    \\\n  --no-user         \\\n  --root=${PKGDIR}       \\\n \
  \ trove_classifiers\n\nfind ${PKGDIR} -type d -name vendor -o -name tests |xargs rm -rf \n"
package: |
  true