summaryrefslogtreecommitdiff
path: root/dev-python/crashtest
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-01-22 20:28:19 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-01-22 20:28:19 +0000
commitabaa75b10f899ada8dd05b23cc03205064394bc6 (patch)
treeeca3dd248b73b92013cba00a0fcc1edf2696e19a /dev-python/crashtest
parent24fd814c326e282c4321965c31f341dad77e270d (diff)
gentoo resync : 22.01.2021
Diffstat (limited to 'dev-python/crashtest')
-rw-r--r--dev-python/crashtest/Manifest3
-rw-r--r--dev-python/crashtest/crashtest-0.3.1.ebuild18
-rw-r--r--dev-python/crashtest/metadata.xml16
3 files changed, 37 insertions, 0 deletions
diff --git a/dev-python/crashtest/Manifest b/dev-python/crashtest/Manifest
new file mode 100644
index 000000000000..f73e58039848
--- /dev/null
+++ b/dev-python/crashtest/Manifest
@@ -0,0 +1,3 @@
+DIST crashtest-0.3.1.tar.gz 16223 BLAKE2B b90465ee736ec0d9c378ed16327fe5bbddf19066a64a2a9d1c454f38eac5321235cafeb20756b2018e1dfea0e07726696084b8965a2543edc5e9fe0d79c33db1 SHA512 1ec80159416e820336d2217c2327f26638e235797ac73edc96fc5e568e2d9fa6e8746e11acde71953a960247f73a6ed9540e3f01c96d3a65f2071dc3e6be5be6
+EBUILD crashtest-0.3.1.ebuild 498 BLAKE2B cb1310612456b7774b2f1f0ca67ec74b826262650a589b7c404ebfaf908343c23509a11826a8b4083031233ff7b17769dd620f8b5a98c7f858745fe8767d66ed SHA512 2b7ac2bf23baf5489534b72cecde8b88d59798929fec7f6438751a9c6b6631512d0a62cd5a0e6a776fb6469f5b65956fcf514c92918a8003dc960132fcf0247e
+MISC metadata.xml 517 BLAKE2B 0975f95441e6bcf402d1214b987e8bab096300387c758dadab39b4d047f43bb1c112190cf6f0d068eacfc39895355edfa3249430a10d4400921c8c6b4ba48d35 SHA512 0bb7b4234db5f0a7bf4faaa048d47a8543fa981a266beae9518eb8f3a14fff421acd3682457095c8d375f5c95ccaa73c0741bb2d247d84b62dda099ffe21a2bf
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 000000000000..b377dd4114e5
--- /dev/null
+++ b/dev-python/crashtest/crashtest-0.3.1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+PYTHON_COMPAT=( python3_{6..9} )
+inherit distutils-r1
+
+DESCRIPTION="Python library that makes exceptions handling and inspection easier"
+HOMEPAGE="https://github.com/sdispater/crashtest"
+SRC_URI="https://github.com/sdispater/crashtest/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+distutils_enable_tests pytest
diff --git a/dev-python/crashtest/metadata.xml b/dev-python/crashtest/metadata.xml
new file mode 100644
index 000000000000..6af88537ea4d
--- /dev/null
+++ b/dev-python/crashtest/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>jakov.smolic@sartura.hr</email>
+ <name>Jakov Smolic</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">sdispater/crashtest</remote-id>
+ <remote-id type="pypi">crashtest</remote-id>
+ </upstream>
+</pkgmetadata>