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

recipes/core/python-typing_extensions/PAGBUILD.yaml main

19 linii Raw ← Powrót
12345678910111213141516171819
pkgname: python-typing_extensions
pkgver: '4.16.0'
pkgrel: '1'
pkgdesc: Backported and Experimental Type Hints for Python 3.5+
url: 'https://github.com/python/typing_extensions'
arch: x86_64
depends: []
makedepends:
- python-setuptools
- python-wheel
source:
- 'https://pypi.org/packages/source/t/typing_extensions/typing_extensions-${pkgver}.tar.gz'
sha256sums:
- dc983d19a509c94dba722ee6abd33940f7c05a89e243c47e907eb4db6f1a43e5
build: "cd typing_extensions-${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 \
  \ typing_extensions\n\nfind ${PKGDIR} -type d -name vendor -o -name tests |xargs rm -rf \n"
package: |
  true