public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/secretstorage/
Date: Wed, 16 Dec 2020 20:35:52 +0000 (UTC)	[thread overview]
Message-ID: <1608150948.a6f4e6f7e28cfa65ec2d0ae63b391a1eaf7a20c7.mgorny@gentoo> (raw)

commit:     a6f4e6f7e28cfa65ec2d0ae63b391a1eaf7a20c7
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 16 20:32:57 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Dec 16 20:35:48 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6f4e6f7

dev-python/secretstorage: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/secretstorage/Manifest                  |  1 -
 .../secretstorage/secretstorage-3.1.2.ebuild       | 50 ----------------------
 2 files changed, 51 deletions(-)

diff --git a/dev-python/secretstorage/Manifest b/dev-python/secretstorage/Manifest
index 24c0b781844..9c33b0c437f 100644
--- a/dev-python/secretstorage/Manifest
+++ b/dev-python/secretstorage/Manifest
@@ -1,3 +1,2 @@
-DIST SecretStorage-3.1.2.tar.gz 17848 BLAKE2B 3d108f98fd0c26958860aa65554a21924822a5d51a90ae20c5496792f4571babbdfd2aec5b70d1bdd908498ad1b61606130d5db2900406ae85f8e3367ad3013f SHA512 c132b21556c55b5912354fd27b6062d32c0f510234f7fe57f6e8e0acb08393ad95e0896967b577de97821387cd714e62b657359230296449e4e0a7ae5a797803
 DIST SecretStorage-3.2.0.tar.gz 19311 BLAKE2B 06c3d6137d814f6c2f0cd35927b84c33e09d3c934e4dabfefaa682f3b220045b223aaf06ec970ccc0d39a7388cf13579338299136d13ad2c1b57bf064c278096 SHA512 668f3847f573e1756ffa3a38c278e6d4895223553830d49969e979003d04ca04fb5eaf8dfcc616086a6020f6a73fbe71f7041d4c4ee574205f00fbde945298e9
 DIST SecretStorage-3.3.0.tar.gz 19352 BLAKE2B 8e870d4e95b585f4c5e78d9b11327f21ff909b746f035115bd75bde499f2161c0e1ab3640b3861fc54af67dd7d305f794a855430389c207bfef129f7c0439a9e SHA512 d33c11b98824d214eb67c5b11a7fe0d14af084edfebc1d83204bcfd167258fbc07be8c1de8824ec984d83d07bfd66271c44f751784429e574cb240b5add70e16

diff --git a/dev-python/secretstorage/secretstorage-3.1.2.ebuild b/dev-python/secretstorage/secretstorage-3.1.2.ebuild
deleted file mode 100644
index 65375843c0c..00000000000
--- a/dev-python/secretstorage/secretstorage-3.1.2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
-
-inherit distutils-r1
-
-MY_PN="SecretStorage"
-
-DESCRIPTION="Python bindings to FreeDesktop.org Secret Service API."
-HOMEPAGE="https://github.com/mitya57/secretstorage https://pypi.org/project/SecretStorage/"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="
-	dev-python/cryptography[${PYTHON_USEDEP}]
-	>=dev-python/jeepney-0.4.2[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	test? ( !hppa? ( !sparc? (
-		gnome-base/gnome-keyring
-		sys-apps/dbus
-	) ) )
-"
-
-distutils_enable_tests unittest
-distutils_enable_sphinx docs \
-	dev-python/alabaster
-
-src_test() {
-	case ${ARCH} in
-		hppa|sparc)
-			einfo "gnome-keyring is not supported on ${ARCH}, skipping tests"
-			return
-			;;
-	esac
-
-	distutils-r1_src_test
-}
-
-python_test() {
-	dbus-run-session "${EPYTHON}" -m unittest discover -v -s tests \
-		|| die "tests failed with ${EPYTHON}"
-}


             reply	other threads:[~2020-12-16 20:35 UTC|newest]

Thread overview: 71+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-16 20:35 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-20  9:50 [gentoo-commits] repo/gentoo:master commit in: dev-python/secretstorage/ Petr Vaněk
2023-08-23 23:37 Marek Szuba
2023-07-27  5:11 WANG Xuerui
2023-03-25 17:19 Michał Górny
2022-10-09  7:47 Michał Górny
2022-09-20  5:57 Michał Górny
2022-09-19 20:10 Jakov Smolić
2022-08-13 20:09 Arthur Zamarin
2022-07-04  6:57 Michał Górny
2022-05-27 19:50 Michał Górny
2022-05-27  9:12 Jakov Smolić
2022-05-20 18:01 Andrew Ammerlaan
2022-05-02 19:38 Arthur Zamarin
2022-04-26  3:14 Sam James
2022-04-26  3:03 Sam James
2022-04-25 16:50 Sam James
2022-04-20  7:47 Michał Górny
2021-11-28 14:42 Michał Górny
2021-06-29  5:53 Yixun Lan
2021-06-02 16:12 Michał Górny
2021-03-15  8:52 Michał Górny
2021-03-15  2:28 Sam James
2021-02-19 21:47 Michał Górny
2021-02-19 21:37 Sergei Trofimovich
2021-02-09 13:13 Michał Górny
2021-01-24 12:10 Agostino Sarubbo
2021-01-21  7:40 Agostino Sarubbo
2020-12-27 12:51 Sergei Trofimovich
2020-12-27 12:32 Sergei Trofimovich
2020-12-27 12:28 Sergei Trofimovich
2020-12-27  5:49 Sam James
2020-12-27  0:54 Sam James
2020-12-25  1:07 Matt Turner
2020-12-18 10:12 Sergei Trofimovich
2020-12-16 21:24 Sergei Trofimovich
2020-12-16 19:50 Sam James
2020-11-25  8:37 Michał Górny
2020-11-07 21:25 Michał Górny
2020-09-06 17:35 Sam James
2020-08-01  8:53 Sergei Trofimovich
2020-07-28 17:28 Sergei Trofimovich
2020-07-25 14:08 Sam James
2020-07-16 19:34 Sam James
2020-07-11  8:39 Michał Górny
2020-07-11  8:39 Michał Górny
2020-06-06  8:18 Agostino Sarubbo
2020-06-01 17:02 Sergei Trofimovich
2020-05-31 10:04 Sergei Trofimovich
2020-05-30 14:37 Michał Górny
2020-05-30 11:51 Michał Górny
2020-05-29 15:43 Michał Górny
2020-05-29 15:38 Michał Górny
2020-05-27  6:11 Michał Górny
2020-05-19  7:12 Michał Górny
2020-05-17  6:25 Michał Górny
2020-05-03 10:01 Agostino Sarubbo
2020-04-20 15:13 Sebastian Pipping
2020-03-17  2:09 Matt Turner
2020-02-06  5:59 Michał Górny
2019-12-04 20:05 Patrick McLean
2019-05-15 16:07 Sebastian Pipping
2019-04-10 22:44 Matthew Thode
2019-03-23 19:58 Matthew Thode
2018-09-07 22:36 Louis Sautier
2018-09-05 13:30 Louis Sautier
2017-09-30  0:31 Matt Thode
2017-03-21 16:35 Matt Thode
2016-11-20  2:28 Matt Thode
2016-11-15 20:31 Matt Thode
2016-11-15 19:59 Matt Thode

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1608150948.a6f4e6f7e28cfa65ec2d0ae63b391a1eaf7a20c7.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox