* [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-raisesregexp/
@ 2015-11-01 1:04 Alex Brandt
0 siblings, 0 replies; 5+ messages in thread
From: Alex Brandt @ 2015-11-01 1:04 UTC (permalink / raw
To: gentoo-commits
commit: 188f6a2146ca1fdbdf197e625b615823656f3cf6
Author: Alex Brandt <alunduil <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 1 01:03:17 2015 +0000
Commit: Alex Brandt <alunduil <AT> gentoo <DOT> org>
CommitDate: Sun Nov 1 01:03:17 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=188f6a21
dev-python/pytest-raisesregexp: add version 2.0
Package-Manager: portage-2.2.23
dev-python/pytest-raisesregexp/Manifest | 1 +
dev-python/pytest-raisesregexp/metadata.xml | 10 +++++++
.../pytest-raisesregexp-2.0.ebuild | 32 ++++++++++++++++++++++
3 files changed, 43 insertions(+)
diff --git a/dev-python/pytest-raisesregexp/Manifest b/dev-python/pytest-raisesregexp/Manifest
new file mode 100644
index 0000000..fabbe53
--- /dev/null
+++ b/dev-python/pytest-raisesregexp/Manifest
@@ -0,0 +1 @@
+DIST pytest-raisesregexp-2.0.tar.gz 2474 SHA256 0fde8aac1a54f9b56e5f9c61fda76727542ed24968c27c6e3688c6f1885f1e61 SHA512 790de1dd7d8c11455829a1c5b19b93bd1108626b539cb539466f262702ebc3e0cdd954f47c6a3210f3b127870ea86ce47ab2c25814d62d503508f3ac96b1bbc0 WHIRLPOOL 0f7eca4584bc9a61fae8324635ee4be2575530c97ad7413ee090e76658ba358a6c44461f66afc905e29c1f52cad9169d4cdb15e78f7a3d19a978f97d157b9d1a
diff --git a/dev-python/pytest-raisesregexp/metadata.xml b/dev-python/pytest-raisesregexp/metadata.xml
new file mode 100644
index 0000000..02be8c5
--- /dev/null
+++ b/dev-python/pytest-raisesregexp/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>alunduil@gentoo.org</email>
+ <name>Alex Brandt</name>
+ </maintainer>
+ <longdescription lang="en">
+ </longdescription>
+</pkgmetadata>
diff --git a/dev-python/pytest-raisesregexp/pytest-raisesregexp-2.0.ebuild b/dev-python/pytest-raisesregexp/pytest-raisesregexp-2.0.ebuild
new file mode 100644
index 0000000..95d8396
--- /dev/null
+++ b/dev-python/pytest-raisesregexp/pytest-raisesregexp-2.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python3_4 )
+
+inherit distutils-r1
+
+DESCRIPTION="Simple pytest plugin to look for regex in Exceptions"
+HOMEPAGE="https://github.com/Walkman/pytest_raisesregexp"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+CDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"
+DEPEND="
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ test? ( ${CDEPEND} )
+"
+RDEPEND="
+ ${CDEPEND}
+ dev-python/py[${PYTHON_USEDEP}]
+"
+
+python_test() {
+ ${PYTHON} -m pytest || die "Tests failed under ${EPYTHON}"
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-raisesregexp/
@ 2015-11-20 11:39 Justin Lecher
0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2015-11-20 11:39 UTC (permalink / raw
To: gentoo-commits
commit: f087ce24dc27052ca9aba590932e448479149721
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 20 11:37:52 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Nov 20 11:37:52 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f087ce24
dev-python/pytest-raisesregexp: Keyword for x86
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=565956
Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/pytest-raisesregexp/metadata.xml | 2 +-
dev-python/pytest-raisesregexp/pytest-raisesregexp-2.0.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/pytest-raisesregexp/metadata.xml b/dev-python/pytest-raisesregexp/metadata.xml
index b63e922..ecfd999 100644
--- a/dev-python/pytest-raisesregexp/metadata.xml
+++ b/dev-python/pytest-raisesregexp/metadata.xml
@@ -1,4 +1,4 @@
-<?xml version='1.0' encoding='UTF-8'?>
+<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
diff --git a/dev-python/pytest-raisesregexp/pytest-raisesregexp-2.0.ebuild b/dev-python/pytest-raisesregexp/pytest-raisesregexp-2.0.ebuild
index 95d8396..937901a 100644
--- a/dev-python/pytest-raisesregexp/pytest-raisesregexp-2.0.ebuild
+++ b/dev-python/pytest-raisesregexp/pytest-raisesregexp-2.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
IUSE="test"
CDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-raisesregexp/
@ 2016-03-20 20:43 Alex Brandt
0 siblings, 0 replies; 5+ messages in thread
From: Alex Brandt @ 2016-03-20 20:43 UTC (permalink / raw
To: gentoo-commits
commit: 3098b4658034fd8d6603e72707c76c9fd459211a
Author: Alex Brandt <alunduil <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 20 20:43:04 2016 +0000
Commit: Alex Brandt <alunduil <AT> gentoo <DOT> org>
CommitDate: Sun Mar 20 20:43:04 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3098b465
dev-python/pytest-raisesregexp: add version 2.1
Package-Manager: portage-2.2.28
dev-python/pytest-raisesregexp/Manifest | 1 +
.../pytest-raisesregexp-2.1.ebuild | 33 ++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/dev-python/pytest-raisesregexp/Manifest b/dev-python/pytest-raisesregexp/Manifest
index fabbe53..903dac6 100644
--- a/dev-python/pytest-raisesregexp/Manifest
+++ b/dev-python/pytest-raisesregexp/Manifest
@@ -1 +1,2 @@
DIST pytest-raisesregexp-2.0.tar.gz 2474 SHA256 0fde8aac1a54f9b56e5f9c61fda76727542ed24968c27c6e3688c6f1885f1e61 SHA512 790de1dd7d8c11455829a1c5b19b93bd1108626b539cb539466f262702ebc3e0cdd954f47c6a3210f3b127870ea86ce47ab2c25814d62d503508f3ac96b1bbc0 WHIRLPOOL 0f7eca4584bc9a61fae8324635ee4be2575530c97ad7413ee090e76658ba358a6c44461f66afc905e29c1f52cad9169d4cdb15e78f7a3d19a978f97d157b9d1a
+DIST pytest-raisesregexp-2.1.tar.gz 3159 SHA256 06fffc525bb688e0823d0db8fd7d87f885067f5b08b8f1ab2e337a8f45a39978 SHA512 2d54413c3e5e1aa203738d5b1ad67cc478a0e57a5d5340908bee7d1da23702f52de45e6b7503b7122075733bde2b83080b20d563d4a485688dd889c7e1421130 WHIRLPOOL 70426c760060d4e10defab2694ae5dd5b6d229cad2919e487a72588b72438ce47c6c5098b3ada7570ca5d440be7d9a4c20b882e88068b6406e349daef2a176e5
diff --git a/dev-python/pytest-raisesregexp/pytest-raisesregexp-2.1.ebuild b/dev-python/pytest-raisesregexp/pytest-raisesregexp-2.1.ebuild
new file mode 100644
index 0000000..6f09d3b
--- /dev/null
+++ b/dev-python/pytest-raisesregexp/pytest-raisesregexp-2.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python3_4 python3_5 )
+
+inherit distutils-r1 vcs-snapshot
+
+DESCRIPTION="Simple pytest plugin to look for regex in Exceptions"
+HOMEPAGE="https://github.com/Walkman/pytest_raisesregexp"
+SRC_URI="https://github.com/kissgyorgy/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+CDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"
+DEPEND="
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ test? ( ${CDEPEND} )
+"
+RDEPEND="
+ ${CDEPEND}
+ dev-python/py[${PYTHON_USEDEP}]
+"
+
+python_test() {
+ distutils_install_for_testing
+ ${PYTHON} -m pytest || die "Tests failed under ${EPYTHON}"
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-raisesregexp/
@ 2017-10-04 8:56 Michał Górny
0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2017-10-04 8:56 UTC (permalink / raw
To: gentoo-commits
commit: e0e82bbd1957f7d380b9bb570207b50409099816
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 4 07:23:53 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Oct 4 08:56:42 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0e82bbd
dev-python/pytest-raisesregexp: Strip empty metadata.xml elements
dev-python/pytest-raisesregexp/metadata.xml | 2 --
1 file changed, 2 deletions(-)
diff --git a/dev-python/pytest-raisesregexp/metadata.xml b/dev-python/pytest-raisesregexp/metadata.xml
index 7e3914a7ef1..da7b69b5c23 100644
--- a/dev-python/pytest-raisesregexp/metadata.xml
+++ b/dev-python/pytest-raisesregexp/metadata.xml
@@ -5,8 +5,6 @@
<email>alunduil@gentoo.org</email>
<name>Alex Brandt</name>
</maintainer>
- <longdescription lang="en">
- </longdescription>
<upstream>
<remote-id type="github">Walkman/pytest_raisesregexp</remote-id>
<remote-id type="pypi">pytest-raisesregexp</remote-id>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-raisesregexp/
@ 2018-03-10 14:56 Pacho Ramos
0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos @ 2018-03-10 14:56 UTC (permalink / raw
To: gentoo-commits
commit: abb2e60f49b4c44f802ab20d860325c0c163e664
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 10 14:42:12 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Mar 10 14:53:32 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abb2e60f
dev-python/pytest-raisesregexp: Drop old
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-python/pytest-raisesregexp/Manifest | 1 -
.../pytest-raisesregexp-2.0.ebuild | 31 ----------------------
2 files changed, 32 deletions(-)
diff --git a/dev-python/pytest-raisesregexp/Manifest b/dev-python/pytest-raisesregexp/Manifest
index dbe45f1879e..5a72d48a409 100644
--- a/dev-python/pytest-raisesregexp/Manifest
+++ b/dev-python/pytest-raisesregexp/Manifest
@@ -1,2 +1 @@
-DIST pytest-raisesregexp-2.0.tar.gz 2474 BLAKE2B 424f9ae3adfb935fdf8e02d3af80ae3b777e014e176e08f27d4f399b538a0cc4d2f7b73fb9fb2b9e54079a552e4958321d67b1139ffea2043c194fd02547b944 SHA512 790de1dd7d8c11455829a1c5b19b93bd1108626b539cb539466f262702ebc3e0cdd954f47c6a3210f3b127870ea86ce47ab2c25814d62d503508f3ac96b1bbc0
DIST pytest-raisesregexp-2.1.tar.gz 3159 BLAKE2B dc1d45be8758c2e79e9dece38b6499d4d6e797e38dc4be58e9ab8fd67321683884a1f510107b1d0c3578e04d8364a939dc7528c6873457e0a5a2c104f1fb1659 SHA512 2d54413c3e5e1aa203738d5b1ad67cc478a0e57a5d5340908bee7d1da23702f52de45e6b7503b7122075733bde2b83080b20d563d4a485688dd889c7e1421130
diff --git a/dev-python/pytest-raisesregexp/pytest-raisesregexp-2.0.ebuild b/dev-python/pytest-raisesregexp/pytest-raisesregexp-2.0.ebuild
deleted file mode 100644
index 0872f42147c..00000000000
--- a/dev-python/pytest-raisesregexp/pytest-raisesregexp-2.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_4 )
-
-inherit distutils-r1
-
-DESCRIPTION="Simple pytest plugin to look for regex in Exceptions"
-HOMEPAGE="https://github.com/Walkman/pytest_raisesregexp"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-CDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"
-DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( ${CDEPEND} )
-"
-RDEPEND="
- ${CDEPEND}
- dev-python/py[${PYTHON_USEDEP}]
-"
-
-python_test() {
- ${PYTHON} -m pytest || die "Tests failed under ${EPYTHON}"
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2018-03-10 14:56 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-20 20:43 [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-raisesregexp/ Alex Brandt
-- strict thread matches above, loose matches on Subject: below --
2018-03-10 14:56 Pacho Ramos
2017-10-04 8:56 Michał Górny
2015-11-20 11:39 Justin Lecher
2015-11-01 1:04 Alex Brandt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox