summaryrefslogtreecommitdiff
path: root/dev-python/crashtest
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-06-27 13:12:21 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-06-27 13:12:21 +0000
commitcac1db46c94c73818e9fa0798eba2b81bf8c8aa4 (patch)
treee2d90453922efe2466b0ba32459603406de962be /dev-python/crashtest
parent23344ba1f955978bb6bd6b66ca7913678cb7eeb9 (diff)
downloadbaldeagleos-repo-cac1db46c94c73818e9fa0798eba2b81bf8c8aa4.tar.gz
baldeagleos-repo-cac1db46c94c73818e9fa0798eba2b81bf8c8aa4.tar.xz
baldeagleos-repo-cac1db46c94c73818e9fa0798eba2b81bf8c8aa4.zip
Adding metadata
Diffstat (limited to 'dev-python/crashtest')
-rw-r--r--dev-python/crashtest/crashtest-0.3.1-r1.ebuild2
-rw-r--r--dev-python/crashtest/crashtest-0.3.1.ebuild18
2 files changed, 1 insertions, 19 deletions
diff --git a/dev-python/crashtest/crashtest-0.3.1-r1.ebuild b/dev-python/crashtest/crashtest-0.3.1-r1.ebuild
index 55c049f81763..94df64f36ea8 100644
--- a/dev-python/crashtest/crashtest-0.3.1-r1.ebuild
+++ b/dev-python/crashtest/crashtest-0.3.1-r1.ebuild
@@ -13,6 +13,6 @@ SRC_URI="https://github.com/sdispater/crashtest/archive/${PV}.tar.gz -> ${P}.tar
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
distutils_enable_tests pytest
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 c4aae674863a..000000000000
--- a/dev-python/crashtest/crashtest-0.3.1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-PYTHON_COMPAT=( python3_{7,8,9,10} )
-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 ~arm ~arm64 ~ppc64 ~x86"
-
-distutils_enable_tests pytest