public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/pytest-travis-fold/
@ 2020-03-29 13:21 Andrew Ammerlaan
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Ammerlaan @ 2020-03-29 13:21 UTC (permalink / raw
  To: gentoo-commits

commit:     df0bb14c5a50220aa22eb38fadb2ca98a2a9d6d8
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Mar 29 11:04:01 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Mar 29 11:04:01 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=df0bb14c

dev-python/pytest-travis-fold: tests require package to be already installed

thus, depend on itself, repoman doesn't complain about it
so apperently we can do this

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/pytest-travis-fold/pytest-travis-fold-1.3.0.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/dev-python/pytest-travis-fold/pytest-travis-fold-1.3.0.ebuild b/dev-python/pytest-travis-fold/pytest-travis-fold-1.3.0.ebuild
index 9882296..5b7322f 100644
--- a/dev-python/pytest-travis-fold/pytest-travis-fold-1.3.0.ebuild
+++ b/dev-python/pytest-travis-fold/pytest-travis-fold-1.3.0.ebuild
@@ -23,6 +23,10 @@ RDEPEND="
 	>=dev-python/pytest-2.6.0[${PYTHON_USEDEP}]
 	<dev-python/pytest-4[${PYTHON_USEDEP}]
 "
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+	test? (
+		dev-python/pytest-travis-fold[${PYTHON_USEDEP}]
+	)
+"
 
 distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/pytest-travis-fold/
@ 2020-05-18 16:27 Andrew Ammerlaan
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Ammerlaan @ 2020-05-18 16:27 UTC (permalink / raw
  To: gentoo-commits

commit:     47e8488ef573550a8a70740a45356b7de8cd80a5
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun May 17 23:48:49 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon May 18 15:41:08 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=47e8488e

dev-python/pytest-travis-fold: pypy3 added

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 .../pytest-travis-fold-1.3.0-r1.ebuild             | 32 ++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/dev-python/pytest-travis-fold/pytest-travis-fold-1.3.0-r1.ebuild b/dev-python/pytest-travis-fold/pytest-travis-fold-1.3.0-r1.ebuild
new file mode 100644
index 0000000..bdad148
--- /dev/null
+++ b/dev-python/pytest-travis-fold/pytest-travis-fold-1.3.0-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( pypy3 python3_{6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Pytest plugin that folds captured output sections in Travis CI build log"
+HOMEPAGE="
+	https://github.com/abusalimov/pytest-travis-fold
+	https://pypi.org/project/pytest-travis-fold
+"
+SRC_URI="https://github.com/abusalimov/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	>=dev-python/pytest-2.6.0[${PYTHON_USEDEP}]
+	<dev-python/pytest-4[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+	test? (
+		dev-python/pytest-travis-fold[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/pytest-travis-fold/
@ 2020-08-28 15:26 Andrew Ammerlaan
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Ammerlaan @ 2020-08-28 15:26 UTC (permalink / raw
  To: gentoo-commits

commit:     687364a80ede67c88d63345a8ad2bb1464ea7729
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Aug 28 14:23:40 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Aug 28 15:25:53 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=687364a8

dev-python/pytest-travis-fold: remove package, no revdeps

pytest<4 has been removed from ::gentoo

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/pytest-travis-fold/Manifest             |  1 -
 dev-python/pytest-travis-fold/metadata.xml         | 13 ---------
 .../pytest-travis-fold-1.3.0-r1.ebuild             | 32 ----------------------
 .../pytest-travis-fold-1.3.0.ebuild                | 32 ----------------------
 4 files changed, 78 deletions(-)

diff --git a/dev-python/pytest-travis-fold/Manifest b/dev-python/pytest-travis-fold/Manifest
deleted file mode 100644
index e078951..0000000
--- a/dev-python/pytest-travis-fold/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pytest-travis-fold-1.3.0.tar.gz 7787 BLAKE2B 1ccecca18312d85b4bec0fcd6398a4b8aa19053c18799eb5bd4bb59a1e33e5eaa45bb952e4f3b356ba985cb81ef4753c474ebbfd901d57bce8e8521f16541768 SHA512 18b551690a526330a7ed3846c4ecb123e5ecbd6edb91ba145525b48391c5226b6e5ff44ba4e5c46487ca3716120a2d0d0518c2ef4cab5ee3419496124a5f2ffa

diff --git a/dev-python/pytest-travis-fold/metadata.xml b/dev-python/pytest-travis-fold/metadata.xml
deleted file mode 100644
index ec09803..0000000
--- a/dev-python/pytest-travis-fold/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-
-<pkgmetadata>
-  <maintainer type="person">
-    <email>lssndrbarbieri@gmail.com</email>
-    <name>Alessandro Barbieri</name>
-  </maintainer>
-  <upstream>
-    <remote-id type="github">abusalimov/pytest-travis-fold</remote-id>
-    <remote-id type="pypi">pytest-travis-fold</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/dev-python/pytest-travis-fold/pytest-travis-fold-1.3.0-r1.ebuild b/dev-python/pytest-travis-fold/pytest-travis-fold-1.3.0-r1.ebuild
deleted file mode 100644
index bdad148..0000000
--- a/dev-python/pytest-travis-fold/pytest-travis-fold-1.3.0-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( pypy3 python3_{6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Pytest plugin that folds captured output sections in Travis CI build log"
-HOMEPAGE="
-	https://github.com/abusalimov/pytest-travis-fold
-	https://pypi.org/project/pytest-travis-fold
-"
-SRC_URI="https://github.com/abusalimov/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-	>=dev-python/pytest-2.6.0[${PYTHON_USEDEP}]
-	<dev-python/pytest-4[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-	test? (
-		dev-python/pytest-travis-fold[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/pytest-travis-fold/pytest-travis-fold-1.3.0.ebuild b/dev-python/pytest-travis-fold/pytest-travis-fold-1.3.0.ebuild
deleted file mode 100644
index 5b7322f..0000000
--- a/dev-python/pytest-travis-fold/pytest-travis-fold-1.3.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Pytest plugin that folds captured output sections in Travis CI build log"
-HOMEPAGE="
-	https://github.com/abusalimov/pytest-travis-fold
-	https://pypi.org/project/pytest-travis-fold
-"
-SRC_URI="https://github.com/abusalimov/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-	>=dev-python/pytest-2.6.0[${PYTHON_USEDEP}]
-	<dev-python/pytest-4[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-	test? (
-		dev-python/pytest-travis-fold[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-08-28 15:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-18 16:27 [gentoo-commits] repo/proj/guru:master commit in: dev-python/pytest-travis-fold/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2020-08-28 15:26 Andrew Ammerlaan
2020-03-29 13:21 Andrew Ammerlaan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox