blob: 2b4835cb4ca00011752efa96280e0f460f9c91f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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"
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_KEY_PATHS=(/usr/share/ssh-keys/jturnerusa.asc)
LICENSE="GPL-3"
SLOT="0"
|