* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/crashtest/
@ 2021-10-08 19:46 Nicola Smaniotto
0 siblings, 0 replies; 3+ messages in thread
From: Nicola Smaniotto @ 2021-10-08 19:46 UTC (permalink / raw
To: gentoo-commits
commit: db1c38cd4de9d0408f861fb44d2579cd26f42e80
Author: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Fri Oct 8 19:42:59 2021 +0000
Commit: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
CommitDate: Fri Oct 8 19:45:38 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=db1c38cd
dev-python/crashtest: new package (0.3.1)
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>
dev-python/crashtest/Manifest | 1 +
dev-python/crashtest/crashtest-0.3.1.ebuild | 20 ++++++++++++++++++++
dev-python/crashtest/metadata.xml | 8 ++++++++
3 files changed, 29 insertions(+)
diff --git a/dev-python/crashtest/Manifest b/dev-python/crashtest/Manifest
new file mode 100644
index 000000000..901bd1902
--- /dev/null
+++ b/dev-python/crashtest/Manifest
@@ -0,0 +1 @@
+DIST crashtest-0.3.1.tar.gz 16223 BLAKE2B b90465ee736ec0d9c378ed16327fe5bbddf19066a64a2a9d1c454f38eac5321235cafeb20756b2018e1dfea0e07726696084b8965a2543edc5e9fe0d79c33db1 SHA512 1ec80159416e820336d2217c2327f26638e235797ac73edc96fc5e568e2d9fa6e8746e11acde71953a960247f73a6ed9540e3f01c96d3a65f2071dc3e6be5be6
diff --git a/dev-python/crashtest/crashtest-0.3.1.ebuild b/dev-python/crashtest/crashtest-0.3.1.ebuild
new file mode 100644
index 000000000..a33ac5eeb
--- /dev/null
+++ b/dev-python/crashtest/crashtest-0.3.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Manage Python errors with ease"
+HOMEPAGE="https://github.com/sdispater/crashtest"
+SRC_URI="https://github.com/sdispater/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+
+distutils_enable_tests pytest
diff --git a/dev-python/crashtest/metadata.xml b/dev-python/crashtest/metadata.xml
new file mode 100644
index 000000000..cbe3c6a53
--- /dev/null
+++ b/dev-python/crashtest/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
+<pkgmetadata>
+ <maintainer type="person">
+ <email>smaniotto.nicola@gmail.com</email>
+ <name>Nicola Smaniotto</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/crashtest/
@ 2021-10-09 6:38 Arthur Zamarin
2021-10-09 6:44 ` [gentoo-commits] repo/proj/guru:master " Arthur Zamarin
0 siblings, 1 reply; 3+ messages in thread
From: Arthur Zamarin @ 2021-10-09 6:38 UTC (permalink / raw
To: gentoo-commits
commit: d0cad42cd82af60de4f16280f2f679492779eda6
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 9 06:38:22 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 9 06:38:22 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d0cad42c
dev-python/crashtest: treeclean (imported to ::gentoo)
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/crashtest/Manifest | 1 -
dev-python/crashtest/crashtest-0.3.1.ebuild | 20 --------------------
dev-python/crashtest/metadata.xml | 8 --------
3 files changed, 29 deletions(-)
diff --git a/dev-python/crashtest/Manifest b/dev-python/crashtest/Manifest
deleted file mode 100644
index 901bd1902..000000000
--- a/dev-python/crashtest/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST crashtest-0.3.1.tar.gz 16223 BLAKE2B b90465ee736ec0d9c378ed16327fe5bbddf19066a64a2a9d1c454f38eac5321235cafeb20756b2018e1dfea0e07726696084b8965a2543edc5e9fe0d79c33db1 SHA512 1ec80159416e820336d2217c2327f26638e235797ac73edc96fc5e568e2d9fa6e8746e11acde71953a960247f73a6ed9540e3f01c96d3a65f2071dc3e6be5be6
diff --git a/dev-python/crashtest/crashtest-0.3.1.ebuild b/dev-python/crashtest/crashtest-0.3.1.ebuild
deleted file mode 100644
index a33ac5eeb..000000000
--- a/dev-python/crashtest/crashtest-0.3.1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Manage Python errors with ease"
-HOMEPAGE="https://github.com/sdispater/crashtest"
-SRC_URI="https://github.com/sdispater/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-
-distutils_enable_tests pytest
diff --git a/dev-python/crashtest/metadata.xml b/dev-python/crashtest/metadata.xml
deleted file mode 100644
index cbe3c6a53..000000000
--- a/dev-python/crashtest/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
-<pkgmetadata>
- <maintainer type="person">
- <email>smaniotto.nicola@gmail.com</email>
- <name>Nicola Smaniotto</name>
- </maintainer>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/crashtest/
2021-10-09 6:38 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/crashtest/ Arthur Zamarin
@ 2021-10-09 6:44 ` Arthur Zamarin
0 siblings, 0 replies; 3+ messages in thread
From: Arthur Zamarin @ 2021-10-09 6:44 UTC (permalink / raw
To: gentoo-commits
commit: d0cad42cd82af60de4f16280f2f679492779eda6
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 9 06:38:22 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 9 06:38:22 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d0cad42c
dev-python/crashtest: treeclean (imported to ::gentoo)
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/crashtest/Manifest | 1 -
dev-python/crashtest/crashtest-0.3.1.ebuild | 20 --------------------
dev-python/crashtest/metadata.xml | 8 --------
3 files changed, 29 deletions(-)
diff --git a/dev-python/crashtest/Manifest b/dev-python/crashtest/Manifest
deleted file mode 100644
index 901bd1902..000000000
--- a/dev-python/crashtest/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST crashtest-0.3.1.tar.gz 16223 BLAKE2B b90465ee736ec0d9c378ed16327fe5bbddf19066a64a2a9d1c454f38eac5321235cafeb20756b2018e1dfea0e07726696084b8965a2543edc5e9fe0d79c33db1 SHA512 1ec80159416e820336d2217c2327f26638e235797ac73edc96fc5e568e2d9fa6e8746e11acde71953a960247f73a6ed9540e3f01c96d3a65f2071dc3e6be5be6
diff --git a/dev-python/crashtest/crashtest-0.3.1.ebuild b/dev-python/crashtest/crashtest-0.3.1.ebuild
deleted file mode 100644
index a33ac5eeb..000000000
--- a/dev-python/crashtest/crashtest-0.3.1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Manage Python errors with ease"
-HOMEPAGE="https://github.com/sdispater/crashtest"
-SRC_URI="https://github.com/sdispater/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-
-distutils_enable_tests pytest
diff --git a/dev-python/crashtest/metadata.xml b/dev-python/crashtest/metadata.xml
deleted file mode 100644
index cbe3c6a53..000000000
--- a/dev-python/crashtest/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
-<pkgmetadata>
- <maintainer type="person">
- <email>smaniotto.nicola@gmail.com</email>
- <name>Nicola Smaniotto</name>
- </maintainer>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-10-09 6:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-09 6:38 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/crashtest/ Arthur Zamarin
2021-10-09 6:44 ` [gentoo-commits] repo/proj/guru:master " Arthur Zamarin
-- strict thread matches above, loose matches on Subject: below --
2021-10-08 19:46 [gentoo-commits] repo/proj/guru:dev " Nicola Smaniotto
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox