From: "Alessandro Barbieri" <lssndrbarbieri@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-sugar/
Date: Wed, 1 Apr 2020 16:12:33 +0000 (UTC) [thread overview]
Message-ID: <1585757523.7c2ee6b3eab8c87a56a13a73cc71314c42c1ec32.Alessandro-Barbieri@gentoo> (raw)
commit: 7c2ee6b3eab8c87a56a13a73cc71314c42c1ec32
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Wed Apr 1 16:12:03 2020 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Wed Apr 1 16:12:03 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7c2ee6b3
dev-python/pytest-sugar: new version
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/pytest-sugar/Manifest | 1 +
...t-sugar-0.9.2.ebuild => pytest-sugar-0.9.2.20200213.ebuild} | 10 ++++++----
dev-python/pytest-sugar/pytest-sugar-0.9.2.ebuild | 1 +
3 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/dev-python/pytest-sugar/Manifest b/dev-python/pytest-sugar/Manifest
index 123b31e..f592d7d 100644
--- a/dev-python/pytest-sugar/Manifest
+++ b/dev-python/pytest-sugar/Manifest
@@ -1 +1,2 @@
+DIST pytest-sugar-0.9.2.20200213.tar.gz 13806 BLAKE2B 7f982bb3bdafb711981ab2f1395fde080d4d3565b4274095770a19aba5a28d687138b9b1118b0c3c7aba1e91fd53864a46c9b9faef103577fbdbf99a901519e8 SHA512 83270c9e529d408bbf65cd515316f931053d3c68134987f8e74efcee515a12a239e242e1c63ce84ea254300ee048e7cf50590e82869cda10b28212de6f38be21
DIST pytest-sugar-0.9.2.tar.gz 12677 BLAKE2B 9ef5119479ce1333bf86844e8f959d5e50f1f656fff7a871acb9aa5bd7478bafa34819c4db8ad8a8f105807cf444544846bf02049fbd6802636e5a3f123a11ab SHA512 9a1f30e35cb503f1afec6a1e18ad2d013b005627891021171ccc6f94d3aebe45a724db0615ba75e2befc074e7b77dd0627b5ffb8876906d434bd95cf5984b5ad
diff --git a/dev-python/pytest-sugar/pytest-sugar-0.9.2.ebuild b/dev-python/pytest-sugar/pytest-sugar-0.9.2.20200213.ebuild
similarity index 76%
copy from dev-python/pytest-sugar/pytest-sugar-0.9.2.ebuild
copy to dev-python/pytest-sugar/pytest-sugar-0.9.2.20200213.ebuild
index ddb03f9..ec5bf95 100644
--- a/dev-python/pytest-sugar/pytest-sugar-0.9.2.ebuild
+++ b/dev-python/pytest-sugar/pytest-sugar-0.9.2.20200213.ebuild
@@ -4,30 +4,32 @@
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
-
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
+COMMIT="66f6d9f9311a176ffafdfe00cb8c487d45b6a735"
+
DESCRIPTION="Plugin for pytest that changes the default look and feel of pytest"
HOMEPAGE="
https://pivotfinland.com/pytest-sugar
https://github.com/Teemu/pytest-sugar
https://pypi.org/project/pytest-sugar
"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+SRC_URI="https://github.com/Teemu/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-RESTRICT="test"
-
RDEPEND="
>=dev-python/packaging-14.1[${PYTHON_USEDEP}]
+ <dev-python/pytest-5.4[${PYTHON_USEDEP}]
>=dev-python/pytest-xdist-1.14[${PYTHON_USEDEP}]
>=dev-python/termcolor-1.1.0[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"
+S="${WORKDIR}/${PN}-${COMMIT}"
+
distutils_enable_tests pytest
diff --git a/dev-python/pytest-sugar/pytest-sugar-0.9.2.ebuild b/dev-python/pytest-sugar/pytest-sugar-0.9.2.ebuild
index ddb03f9..2e0a886 100644
--- a/dev-python/pytest-sugar/pytest-sugar-0.9.2.ebuild
+++ b/dev-python/pytest-sugar/pytest-sugar-0.9.2.ebuild
@@ -25,6 +25,7 @@ RESTRICT="test"
RDEPEND="
>=dev-python/packaging-14.1[${PYTHON_USEDEP}]
+ <dev-python/pytest-5.4[${PYTHON_USEDEP}]
>=dev-python/pytest-xdist-1.14[${PYTHON_USEDEP}]
>=dev-python/termcolor-1.1.0[${PYTHON_USEDEP}]
"
next reply other threads:[~2020-04-01 16:12 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-01 16:12 Alessandro Barbieri [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-09-15 5:42 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-sugar/ Arthur Zamarin
2021-06-14 23:09 Alessandro Barbieri
2021-05-05 7:32 Alessandro Barbieri
2020-12-09 2:53 Alessandro Barbieri
2020-05-02 10:00 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-05-02 10:00 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-04-12 16:39 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-04-12 13:15 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-04-08 17:04 Alessandro Barbieri
2020-03-29 13:21 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-03-29 13:21 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-03-29 9:29 Alessandro Barbieri
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=1585757523.7c2ee6b3eab8c87a56a13a73cc71314c42c1ec32.Alessandro-Barbieri@gentoo \
--to=lssndrbarbieri@gmail.com \
--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