summaryrefslogtreecommitdiff
path: root/repo/python-keyring/python-keyring.xibuild
blob: b229200e0301ef78f092445fd8edf3d149e7d8d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh

MAKEDEPS="python"


PKG_VER=23.13.1
SOURCE=https://files.pythonhosted.org/packages/source/k/keyring/keyring-$PKG_VER.tar.gz
MAKEDEPS="python"
DEPS="python-secretstorage"
DESC="Store and access your passwords safely."

build() {
    python -m build --no-isolation --wheel
}

package () {
    python -m installer -d "$PKG_DEST" dist/keyring-$PKG_VER-py3-none-any.whl
}