summaryrefslogtreecommitdiff
path: root/python3-keyring/Pkgfile
blob: 54562e54a55267011fc0c0d809a6fb94376d3c03 (plain)
    1 # Description: provides an easy way to access the system keyring service from python
    2 # URL: https://github.com/jaraco/keyring
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 # Depends on: python3-entrypoints python3-importlib_metadata python3-secretstorage
    5 
    6 name=python3-keyring
    7 version=23.7.0
    8 release=1
    9 source=(https://pypi.io/packages/source/k/keyring/keyring-$version.tar.gz)
   10 
   11 build() {
   12   cd keyring-$version
   13 
   14   /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
   15   /usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
   16   rm -rf $PKG/usr/lib/python3.9/site-packages/keyring/tests
   17 }

Generated by cgit