blob: 9521bcdad190c4990aa9ade6873e27e0aacc4812 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
VERIFY_SIG_METHOD="git+ssh"
inherit verify-sig git-r3 meson python-single-r1
DESCRIPTION="Make s3 requests without boto3."
HOMEPAGE="https://jturnerusa.dev/cgit/bozo4"
EGIT_REPO_URI="https://jturnerusa.dev/cgit/bozo4"
VERIFY_SIG_KEYS=(
'jturner.usa@gmail.com ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIA3D6QtWHDFV5agz2Ms/wPOAmRSuH3xGfsI/a8Nnex0c'
)
LICENSE="GPL-3"
SLOT="0"
|