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.nic...@gmail.com</email>
+               <name>Nicola Smaniotto</name>
+       </maintainer>
+</pkgmetadata>

Reply via email to