🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819
pkgname: python-toml
pkgver: '0.10.2'
pkgrel: '14'
pkgdesc: Python library for parsing and creating TOML
url: 'https://github.com/uiri/toml'
arch: x86_64
depends: []
makedepends:
- python-setuptools
- python-wheel
source:
- 'https://files.pythonhosted.org/packages/source/t/toml/toml-${pkgver}.tar.gz'
sha256sums:
- b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f
build: "cd toml-${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} \\\ntoml\n\nfind ${PKGDIR} -type\
\ d -name vendor -o -name tests |xargs rm -rf \n"
package: |
true