dev-python/proton-client - 0.7.1 (Miezhiko)

Search

Install

Install this version:

emerge -a =dev-python/proton-client-0.7.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/proton-client-0.7.1

Or alternatively:

emerge --autounmask-write -a =dev-python/proton-client-0.7.1

Package Information

Description:
Proton account login backend
Homepage:
https://protonvpn.com https://protonmail.com https://github.com/ProtonMail/proton-python-client
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
0.7.1 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{10..14} )

DISTUTILS_USE_PEP517=setuptools

inherit distutils-r1

DESCRIPTION="Proton account login backend"
HOMEPAGE="https://protonvpn.com https://protonmail.com https://github.com/ProtonMail/proton-python-client"
SRC_URI="https://github.com/ProtonMail/proton-python-client/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3"
KEYWORDS="~amd64"
SLOT="0"
RESTRICT="primaryuri test"

RDEPEND="
	dev-python/requests[${PYTHON_USEDEP}]
	dev-python/bcrypt[${PYTHON_USEDEP}]
	dev-python/python-gnupg[${PYTHON_USEDEP}]
	dev-python/pyopenssl[${PYTHON_USEDEP}]
"

DEPEND="${RDEPEND}"

S="${WORKDIR}/proton-python-client-${PV}"

DOCS=( README.md )

distutils_enable_tests unittest

Inherited Eclasses

Dependencies

DEPEND

	dev-python/requests[]
	dev-python/bcrypt[]
	dev-python/python-gnupg[]
	dev-python/pyopenssl[]

RDEPEND

	dev-python/requests[]
	dev-python/bcrypt[]
	dev-python/python-gnupg[]
	dev-python/pyopenssl[]

Manifest for 0.7.1

Type File Size Source URLs
DIST proton-client-0.7.1.tar.gz 1496102 bytes https://github.com/ProtonMail/proton-python-client/archive/refs/tags/0.7.1.tar.gz