blob: 49d2abccad2f99be23b515ab2645c4e8977e91f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
inherit 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"
EGIT_SSH_KEYS=(
'jturner.usa@gmail.com ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIA3D6QtWHDFV5agz2Ms/wPOAmRSuH3xGfsI/a8Nnex0c'
)
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
|