diff options
author | John Turner <jturner.usa+gentoo@gmail.com> | 2025-09-05 19:45:41 -0400 |
---|---|---|
committer | John Turner <jturner.usa+gentoo@gmail.com> | 2025-09-05 19:45:41 -0400 |
commit | ba6d54a794abcaa2ef74090540fe04235d5541b4 (patch) | |
tree | 85d0527c4b24349d189b4b789a298f8b8bdc1b69 /dev-python/bozo4/bozo4-9999.ebuild | |
parent | 26e06860591d0da5ca5c78bc7f94dd61be850fd9 (diff) | |
download | ebuilds-ba6d54a794abcaa2ef74090540fe04235d5541b4.tar.gz |
new ebuild bozo4-9999
Diffstat (limited to 'dev-python/bozo4/bozo4-9999.ebuild')
-rw-r--r-- | dev-python/bozo4/bozo4-9999.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-python/bozo4/bozo4-9999.ebuild b/dev-python/bozo4/bozo4-9999.ebuild new file mode 100644 index 0000000..49d2abc --- /dev/null +++ b/dev-python/bozo4/bozo4-9999.ebuild @@ -0,0 +1,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" |