From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 77FD4138334 for ; Mon, 18 Jun 2018 02:57:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D36FE0844; Mon, 18 Jun 2018 02:57:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 152E9E0844 for ; Mon, 18 Jun 2018 02:57:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 135C7335C63 for ; Mon, 18 Jun 2018 02:57:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D19CC2B0 for ; Mon, 18 Jun 2018 02:57:26 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1529290595.ebd25804f74603ea6b6c3fa63c0a41584c86f6f8.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/keyring/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/keyring/Manifest dev-python/keyring/keyring-11.0.0.ebuild dev-python/keyring/keyring-11.1.0.ebuild X-VCS-Directories: dev-python/keyring/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: ebd25804f74603ea6b6c3fa63c0a41584c86f6f8 X-VCS-Branch: master Date: Mon, 18 Jun 2018 02:57:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d2d58fe7-542c-4a1d-b5da-8abdcfa79bf0 X-Archives-Hash: ecdad8ef16bd014f8bd9b0af0b8e65a9 commit: ebd25804f74603ea6b6c3fa63c0a41584c86f6f8 Author: Matthew Thode gentoo org> AuthorDate: Mon Jun 18 02:56:35 2018 +0000 Commit: Matt Thode gentoo org> CommitDate: Mon Jun 18 02:56:35 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebd25804 Revert "dev-python/keyring: cleanup" This reverts commit 25d3fc760893a0ffeb7ff95adfd34533f32b61e3. dev-python/keyring/Manifest | 2 ++ dev-python/keyring/keyring-11.0.0.ebuild | 38 ++++++++++++++++++++++++++++++ dev-python/keyring/keyring-11.1.0.ebuild | 40 ++++++++++++++++++++++++++++++++ 3 files changed, 80 insertions(+) diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest index c2fe6487596..9d504cb25a0 100644 --- a/dev-python/keyring/Manifest +++ b/dev-python/keyring/Manifest @@ -1,2 +1,4 @@ +DIST keyring-11.0.0.tar.gz 40883 BLAKE2B 50ce8bf1265899a3054edf2fabef75694190e06e83a56b5de8e76b3d6c4ea460971d74c1a03d936765914d3b2a1812836bb56363911b706d20d59c158e8478f2 SHA512 d4937e84e6de18ed8fcba02d2d297ecc5a6434623c362f5608141041acbc7bc27fbf94e54a5a503a02b725df737fa8505d0d91e2c3e84298fa4044d7dc99f207 +DIST keyring-11.1.0.tar.gz 25518 BLAKE2B 8b23853a15217a4d51a30d2add4f2e4eaa9af788c37fbb821bde69081d120f4a81560d2165b067b3eb299903a35d0316d944c3889c312745609085bb6ce29cec SHA512 3fb099f8a72c705ad1e2387b67ca3b9bf18615f9253e589bc8996e3b31db4b295a925ff95ef52da861e94ecf10d080db93bde1a7420e8de12448220abe2e016e DIST keyring-12.2.1.tar.gz 42242 BLAKE2B b821f17a671e89a28bd2953456bd0406e4f7fd142f1abf2e1f752e8f74f072c8fa995b90de62ac34586dd50a4dab47dff3bbb19157d76bb2f93a61e176dc3188 SHA512 8806b4433bc9085ae133300e68bc614281beea70de547f75afafdf6de2ee1b436f3a4cd13d7684cb6e4d5aef0a2eb9119d9cebbaf239a9ee1997ece4a56a7371 DIST keyring-13.0.0.tar.gz 42883 BLAKE2B 73d44b331de7ab15d820f9484089968b3f3c4c79d360c190963d2bb12dfa20d71768a6bae3e44bbb2b728443fd1ecce5b907036457f3f38e08692d3b4a5792f9 SHA512 d06cd64a435a08ec18eea595f2a37769e823e9095cb5585f7b6532804a4cfaae807e7ace4bd4afde7f11480d202b09878480bd7d7de37dc7e6ce2214f0d38991 diff --git a/dev-python/keyring/keyring-11.0.0.ebuild b/dev-python/keyring/keyring-11.0.0.ebuild new file mode 100644 index 00000000000..9bc97903281 --- /dev/null +++ b/dev-python/keyring/keyring-11.0.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) + +inherit distutils-r1 + +DESCRIPTION="Provides access to the system keyring service" +HOMEPAGE="https://github.com/jaraco/keyring" +SRC_URI="mirror://pypi/k/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="PSF-2" +KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux" +IUSE="test" + +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}] + dev-python/secretstorage[${PYTHON_USEDEP}] + test? ( + dev-python/pytest-runner[${PYTHON_USEDEP}] + >=dev-python/pytest-2.8[${PYTHON_USEDEP}] + dev-python/collective-checkdocs[${PYTHON_USEDEP}] + )" +RDEPEND="" + +src_unpack() { + unpack $A + # This is an interactive test. + rm -f "${S}"/keyring/tests/backends/test_kwallet.py +} + +python_test() { + py.test -v -v || die "testsuite failed under ${EPYTHON}" +} diff --git a/dev-python/keyring/keyring-11.1.0.ebuild b/dev-python/keyring/keyring-11.1.0.ebuild new file mode 100644 index 00000000000..0dc334c090f --- /dev/null +++ b/dev-python/keyring/keyring-11.1.0.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) + +inherit distutils-r1 + +DESCRIPTION="Provides access to the system keyring service" +HOMEPAGE="https://github.com/jaraco/keyring" +SRC_URI="mirror://pypi/k/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="PSF-2" +KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" +IUSE="test" + +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}] + dev-python/secretstorage[${PYTHON_USEDEP}] + dev-python/entrypoints[${PYTHON_USEDEP}] + test? ( + dev-python/pytest-runner[${PYTHON_USEDEP}] + >=dev-python/pytest-2.8[${PYTHON_USEDEP}] + dev-python/pytest-flake8[${PYTHON_USEDEP}] + dev-python/collective-checkdocs[${PYTHON_USEDEP}] + )" +RDEPEND="" + +src_unpack() { + unpack $A + # This is an interactive test. + rm -f "${S}"/keyring/tests/backends/test_kwallet.py +} + +python_test() { + py.test -v -v || die "testsuite failed under ${EPYTHON}" +}