mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 22:52:59 -04:00
dev-python/proton-keyring-linux: new package, add 0.2.0
Signed-off-by: Mattéo Rossillol‑‑Laruelle <beatussum@protonmail.com>
This commit is contained in:
1
dev-python/proton-keyring-linux/Manifest
Normal file
1
dev-python/proton-keyring-linux/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST proton-keyring-linux-0.2.0.tar.gz 17903 BLAKE2B 112562c61a02b05fb972cd1fff435e3ac2584fe869ae6a918d644579a667b750a0a594724f3b29e947d8c92fcc04e7fc75e0623d00e4d3a5ca08df1bcb55c2a8 SHA512 a3a79a11a8ad238d379fb050826a3941df960dd6eb0feba6bcea76c49842b46aac232dc7d40f647a7f0e2b574ff0b274bc409aa9424154621b4dc1c4de4c3cbe
|
||||
21
dev-python/proton-keyring-linux/metadata.xml
Normal file
21
dev-python/proton-keyring-linux/metadata.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>beatussum@protonmail.com</email>
|
||||
<name>Mattéo Rossillol‑‑Laruelle</name>
|
||||
</maintainer>
|
||||
|
||||
<stabilize-allarches/>
|
||||
|
||||
<upstream>
|
||||
<maintainer status="active">
|
||||
<name>Proton AG</name>
|
||||
<email>opensource@proton.me</email>
|
||||
</maintainer>
|
||||
|
||||
<bugs-to>https://github.com/ProtonVPN/python-proton-keyring-linux/issues/</bugs-to>
|
||||
<remote-id type="github">ProtonVPN/python-proton-keyring-linux</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -0,0 +1,33 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Proton Technologies keyring plugins for linux"
|
||||
HOMEPAGE="https://github.com/ProtonVPN/python-proton-keyring-linux"
|
||||
SRC_URI="https://github.com/ProtonVPN/python-proton-keyring-linux/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/python-${P}"
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/keyring[${PYTHON_USEDEP}]
|
||||
dev-python/proton-core[${PYTHON_USEDEP}]
|
||||
virtual/secret-service
|
||||
"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
src_prepare() {
|
||||
distutils-r1_src_prepare
|
||||
|
||||
sed -i "/--cov/d" setup.cfg || die
|
||||
}
|
||||
Reference in New Issue
Block a user