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/sure/
Date: Tue, 22 Jun 2021 05:54:30 +0000 (UTC)	[thread overview]
Message-ID: <1624341261.163972e2bd85f82f0695bc94923ab58739d4cee7.mgorny@gentoo> (raw)

commit:     163972e2bd85f82f0695bc94923ab58739d4cee7
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 22 05:18:08 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jun 22 05:54:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=163972e2

dev-python/sure: Bump to 2.0.0

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

 dev-python/sure/Manifest          |  1 +
 dev-python/sure/sure-2.0.0.ebuild | 30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/sure/Manifest b/dev-python/sure/Manifest
index a90597c5a9d..1c6c8c5edd8 100644
--- a/dev-python/sure/Manifest
+++ b/dev-python/sure/Manifest
@@ -1 +1,2 @@
 DIST sure-1.4.11.tar.gz 45933 BLAKE2B b2146ee56237f4575cab5122279023066a1b9ba20493ced7d729b1afa456f71a38071b721c39594c3ef2fcc912ba934e85e5cb5da576c3b2d20fa7d4926b56b7 SHA512 ed067385bf9cf317a5d55f6c5fc6ee54ee3d592825be398e47c37d31fc9c010cb9316d4e2bcf1d72d53d7e53fd470792d64348aa2bfa5dc43510daaff97742da
+DIST sure-2.0.0.tar.gz 46747 BLAKE2B 631923bf2fc0a972e276fbfd1918abbafec28e662669993b40ff8ca72944952d092ac662728f98a286fc9b5c8e3765d10a4d6ef1f17b17655802b971b97410af SHA512 8286846374c2bfc773444e90bf4f9c0b0d66d0229afa53af63025bfec690bf8bcc959f86c238ca5244c6a29099e955691771b0eb954af479bde2f17e51f6f1de

diff --git a/dev-python/sure/sure-2.0.0.ebuild b/dev-python/sure/sure-2.0.0.ebuild
new file mode 100644
index 00000000000..03bb0dfc4e1
--- /dev/null
+++ b/dev-python/sure/sure-2.0.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="idiomatic assertion toolkit with human-friendly failure messages"
+HOMEPAGE="https://github.com/gabrielfalcao/sure"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+	dev-python/mock[${PYTHON_USEDEP}]
+	>=dev-python/nose-1.3.0[${PYTHON_USEDEP}]
+	dev-python/six[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests nose
+
+src_prepare() {
+	# remove unnecessary dep
+	sed -i -e '/rednose/d' setup.cfg || die
+	distutils-r1_src_prepare
+}


             reply	other threads:[~2021-06-22  5:54 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-22  5:54 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-14  6:05 [gentoo-commits] repo/gentoo:master commit in: dev-python/sure/ WANG Xuerui
2024-05-18  9:41 Michał Górny
2023-05-27 19:21 Arthur Zamarin
2023-03-11  9:39 Michał Górny
2023-03-11  9:39 Michał Górny
2023-03-11  8:10 Arthur Zamarin
2023-02-06 17:07 Michał Górny
2022-06-16  9:23 Michał Górny
2022-06-16  9:06 Jakov Smolić
2022-05-14  8:25 Michał Górny
2022-05-14  8:25 Michał Górny
2021-09-19 15:37 Arthur Zamarin
2021-07-25  8:41 Michał Górny
2021-07-25  1:04 Sam James
2021-07-24  9:04 Michał Górny
2020-09-01  4:22 Sam James
2020-08-29 23:22 Sam James
2020-08-18 11:18 Agostino Sarubbo
2020-08-02  9:33 Michał Górny
2020-07-19 13:37 Sergei Trofimovich
2020-07-17  0:17 Sam James
2020-07-16 19:34 Sam James
2020-07-16  2:02 Sam James
2020-05-28 19:39 Michał Górny
2020-02-11  7:39 Michał Górny
2019-12-29 20:48 Michał Górny
2019-12-29 20:48 Michał Górny
2019-09-13 12:03 Agostino Sarubbo
2019-09-13  6:36 Agostino Sarubbo
2019-09-13  0:00 Thomas Deutschmann
2019-07-28  6:41 Michał Górny
2019-06-18  7:07 Michał Górny
2019-06-18  7:07 Michał Górny
2018-02-13 19:28 Matt Thode
2017-12-02 20:55 Mike Gilbert
2017-06-19 18:12 Alexis Ballier
2017-04-22 13:52 Michał Górny
2015-12-20 16:35 Justin Lecher
2015-12-17 16:28 Justin Lecher

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=1624341261.163972e2bd85f82f0695bc94923ab58739d4cee7.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