summaryrefslogtreecommitdiff
path: root/dev-python/pickle-secure/pickle-secure-0.99.9.ebuild
blob: b68f19ab3176253886fa1e991fbb86a900b212ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=poetry

inherit distutils-r1 pypi

DESCRIPTION="Wrapper around pickle that creates encrypted pickles"
HOMEPAGE="https://pypi.org/project/pickle-secure"

LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64"

DEPEND="${PYTHON_DEPS}
	${DISTUTILS_DEPS}
	dev-python/cryptography:=[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}"

distutils_enable_tests pytest