Package Details: python-xdgenvpy 2.3.5-2

Git Clone URL: https://aur.archlinux.org/python-xdgenvpy.git (read-only, click to copy)
Package Base: python-xdgenvpy
Description: Another XDG Base Directory Specification utility.
Upstream URL: https://gitlab.com/deliberist/xdgenvpy
Licenses: MIT
Submitter: Mailaender
Maintainer: Mailaender
Last Packager: Mailaender
Votes: 0
Popularity: 0.000000
First Submitted: 2022-12-22 09:54 (UTC)
Last Updated: 2023-03-11 11:13 (UTC)

Latest Comments

Mailaender commented on 2023-03-11 11:14 (UTC)

Simplified the build as suggested.

robertfoster commented on 2023-03-11 11:03 (UTC)

Fails on build() function

/usr/bin/python: No module named build

I'm personally using only a package function like this

package() {
    cd $_name-$pkgver
    python setup.py install --root="$pkgdir" --optimize=1

    install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
}