🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819
pkgname: python-configobj
pkgver: '5.0.9'
pkgrel: '4'
pkgdesc: Simple but powerful config file reader and writer for Python3
url: 'https://github.com/DiffSK/configobj'
arch: x86_64
depends: []
makedepends:
- python-setuptools
- python-six
source:
- 'https://github.com/DiffSK/configobj/archive/v${pkgver}.tar.gz'
sha256sums:
- 2bd70f9ce7912679c4ba9c80da289877906db0ca6bd02c3ab545d660e9b60d4f
build: "cd configobj-${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 configobj\n\
\nfind ${PKGDIR} -type d -name vendor -o -name tests |xargs rm -rf \n"
package: |
true