* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/nosehtmloutput/
@ 2022-03-18 9:49 Alessandro Barbieri
0 siblings, 0 replies; 3+ messages in thread
From: Alessandro Barbieri @ 2022-03-18 9:49 UTC (permalink / raw
To: gentoo-commits
commit: 87de5d9f3216edc0f1ecdabb0bfa9fe6057dd3de
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri Mar 18 09:42:08 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Fri Mar 18 09:48:50 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=87de5d9f
dev-python/nosehtmloutput: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/nosehtmloutput/Manifest | 1 +
dev-python/nosehtmloutput/metadata.xml | 12 ++++++++++
.../nosehtmloutput/nosehtmloutput-0.0.7.ebuild | 27 ++++++++++++++++++++++
3 files changed, 40 insertions(+)
diff --git a/dev-python/nosehtmloutput/Manifest b/dev-python/nosehtmloutput/Manifest
new file mode 100644
index 000000000..1931a9e9a
--- /dev/null
+++ b/dev-python/nosehtmloutput/Manifest
@@ -0,0 +1 @@
+DIST nosehtmloutput-0.0.7.tar.gz 7582 BLAKE2B 6f2155358d91491fa42238404548379fa8046bdc8d81f4d2f7520330477032fb01838a0055838b2ac230cfc3804eaa22488e836d2afa553e54318e762e3eb543 SHA512 29461eec7f6f5c642730090fe93c1ecda9e0bb4e26bb977866c161854b5d4ec9cf037b1531b881d9504629dbddb8bc65888a416d14d99357dec99acd56ec553d
diff --git a/dev-python/nosehtmloutput/metadata.xml b/dev-python/nosehtmloutput/metadata.xml
new file mode 100644
index 000000000..dbdafb32b
--- /dev/null
+++ b/dev-python/nosehtmloutput/metadata.xml
@@ -0,0 +1,12 @@
+<?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>
+ <stabilize-allarches/>
+ <upstream>
+ <remote-id type="pypi">nosehtmloutput</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/nosehtmloutput/nosehtmloutput-0.0.7.ebuild b/dev-python/nosehtmloutput/nosehtmloutput-0.0.7.ebuild
new file mode 100644
index 000000000..7d22f4758
--- /dev/null
+++ b/dev-python/nosehtmloutput/nosehtmloutput-0.0.7.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit distutils-r1
+
+DESCRIPTION=""
+HOMEPAGE="
+ https://opendev.org/openstack/nose-html-output
+ https://pypi.org/project/nosehtmloutput/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ dev-python/nose[${PYTHON_USEDEP}]
+ dev-python/six[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests nose
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/nosehtmloutput/
@ 2022-03-18 15:52 Alessandro Barbieri
0 siblings, 0 replies; 3+ messages in thread
From: Alessandro Barbieri @ 2022-03-18 15:52 UTC (permalink / raw
To: gentoo-commits
commit: 4e3d4baa4f3667db606cd3f3fdcbe73c81db0015
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri Mar 18 15:52:32 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Fri Mar 18 15:52:50 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4e3d4baa
dev-python/nosehtmloutput: update DESCRIPTION
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/nosehtmloutput/nosehtmloutput-0.0.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/nosehtmloutput/nosehtmloutput-0.0.7.ebuild b/dev-python/nosehtmloutput/nosehtmloutput-0.0.7.ebuild
index 7d22f4758..715e684c9 100644
--- a/dev-python/nosehtmloutput/nosehtmloutput-0.0.7.ebuild
+++ b/dev-python/nosehtmloutput/nosehtmloutput-0.0.7.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
-DESCRIPTION=""
+DESCRIPTION="Nose plugin for generating HTML output"
HOMEPAGE="
https://opendev.org/openstack/nose-html-output
https://pypi.org/project/nosehtmloutput/
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/nosehtmloutput/
@ 2023-02-26 5:21 Anna Vyalkova
0 siblings, 0 replies; 3+ messages in thread
From: Anna Vyalkova @ 2023-02-26 5:21 UTC (permalink / raw
To: gentoo-commits
commit: 8d8a95d7f0c06b49c7614c5122954b2e1dc8bdcc
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Feb 26 05:15:58 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun Feb 26 05:15:58 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8d8a95d7
dev-python/nosehtmloutput: treeclean
Closes: https://bugs.gentoo.org/897476
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/nosehtmloutput/Manifest | 1 -
dev-python/nosehtmloutput/metadata.xml | 12 ----------
.../nosehtmloutput/nosehtmloutput-0.0.7.ebuild | 27 ----------------------
3 files changed, 40 deletions(-)
diff --git a/dev-python/nosehtmloutput/Manifest b/dev-python/nosehtmloutput/Manifest
deleted file mode 100644
index 1931a9e9a..000000000
--- a/dev-python/nosehtmloutput/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST nosehtmloutput-0.0.7.tar.gz 7582 BLAKE2B 6f2155358d91491fa42238404548379fa8046bdc8d81f4d2f7520330477032fb01838a0055838b2ac230cfc3804eaa22488e836d2afa553e54318e762e3eb543 SHA512 29461eec7f6f5c642730090fe93c1ecda9e0bb4e26bb977866c161854b5d4ec9cf037b1531b881d9504629dbddb8bc65888a416d14d99357dec99acd56ec553d
diff --git a/dev-python/nosehtmloutput/metadata.xml b/dev-python/nosehtmloutput/metadata.xml
deleted file mode 100644
index dbdafb32b..000000000
--- a/dev-python/nosehtmloutput/metadata.xml
+++ /dev/null
@@ -1,12 +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>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="pypi">nosehtmloutput</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/nosehtmloutput/nosehtmloutput-0.0.7.ebuild b/dev-python/nosehtmloutput/nosehtmloutput-0.0.7.ebuild
deleted file mode 100644
index 971d33c6b..000000000
--- a/dev-python/nosehtmloutput/nosehtmloutput-0.0.7.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Nose plugin for generating HTML output"
-HOMEPAGE="
- https://opendev.org/openstack/nose-html-output
- https://pypi.org/project/nosehtmloutput/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- dev-python/nose[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-
-distutils_enable_tests nose
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-02-26 5:21 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-26 5:21 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/nosehtmloutput/ Anna Vyalkova
-- strict thread matches above, loose matches on Subject: below --
2022-03-18 15:52 Alessandro Barbieri
2022-03-18 9:49 Alessandro Barbieri
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox