Merge updates from master

This commit is contained in:
Repository mirror & CI
2020-12-30 17:35:03 +00:00
3 changed files with 56 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST krapplet-0.1.0.tar.gz 30262 BLAKE2B 26e6f08f6fb2dc6ebde9a328eb0a7c016debeec472fd89c02c2a1e8b86eb96834d731911a13d690f2a6c0754a109456eb645538472d1ba3e17f725e185598971 SHA512 dbc23cf44e059a57cd026ffa21a98cc10bf188da66c23f10a719740f8b470c8372f0298c0d4b9c6085bca8e54ad66784dc480ebfd2d8a6813a682ee8ac968c14

View File

@@ -0,0 +1,43 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{7,8,9} )
DISTUTILS_USE_SETUPTOOLS=bdepend
inherit distutils-r1 xdg-utils
DESCRIPTION="Krapplet (keyring applet): a password manager based on gnome-keyring."
HOMEPAGE="https://gitlab.com/hfernh/krapplet https://pypi.org/project/krapplet"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
REQUIRED_USE=${PYTHON_REQUIRED_USE}
RDEPEND=${PYTHON_DEPS}
BDEPEND=${RDEPEND}
# Upstream does not provide any test suite.
RESTRICT="test"
RDEPEND="${PYTHON_DEPS}
x11-libs/gtk+:3
dev-libs/glib
dev-libs/gobject-introspection
dev-python/secretstorage "
DEPEND="${RDEPEND}"
pkg_postinst() {
xdg_desktop_database_update
xdg_icon_cache_update
}
pkg_postrm() {
xdg_desktop_database_update
xdg_icon_cache_update
}

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>hfern@fernhout.info</email>
<name>Johannes Willem (Hans) Fernhout</name>
</maintainer>
<upstream>
<remote-id type="pypi">krapplet</remote-id>
<remote-id type="gitlab">hfernh/krapplet</remote-id>
</upstream>
</pkgmetadata>