summaryrefslogtreecommitdiff
path: root/dev-python/ddt
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-09-11 13:51:45 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-09-11 13:51:45 +0000
commitb3777dbefe7784aa3a2a2b802bea6fd48a1f504d (patch)
treebf43ff2e5dc1f849f06748f7da921aa97a36ccd4 /dev-python/ddt
parent73221474df8ac8cf1ae5bc7a4651ccd7230fba37 (diff)
downloadbaldeagleos-repo-b3777dbefe7784aa3a2a2b802bea6fd48a1f504d.tar.gz
baldeagleos-repo-b3777dbefe7784aa3a2a2b802bea6fd48a1f504d.tar.xz
baldeagleos-repo-b3777dbefe7784aa3a2a2b802bea6fd48a1f504d.zip
Adding metadata
Diffstat (limited to 'dev-python/ddt')
-rw-r--r--dev-python/ddt/Manifest1
-rw-r--r--dev-python/ddt/ddt-1.5.0.ebuild32
2 files changed, 0 insertions, 33 deletions
diff --git a/dev-python/ddt/Manifest b/dev-python/ddt/Manifest
index c28180c713c4..a6d9b01d924d 100644
--- a/dev-python/ddt/Manifest
+++ b/dev-python/ddt/Manifest
@@ -1,2 +1 @@
-DIST ddt-1.5.0.tar.gz 19609 BLAKE2B 8986a7e3df8212dbd5ec6fd15e5cc73c5da65db56cf9234acd83649fc5fb988eccb9605a7fa09188ff9499e759c84ff076d86fbba2e3eeda054224acc8382626 SHA512 91faba2bed66df5cf366011343886e3f0059d4e0f44ca46ffcfed7288068ba43a94a426bd692717b3ea735437ee6c0339d42b5c15f75221386153c035597ae5c
DIST ddt-1.6.0.gh.tar.gz 19615 BLAKE2B f79e25e9da39615d85f000c1029babef64725b159a2b77003efe9f9c5869fb26087fa20e1a58eea485479b12ee89c602076613a9d50711347a775a09c4bbb180 SHA512 c5ea14d3f60384676d9631c84d938b774dd360cea9b0ee1b111692dc2bc06238b5ffd3ab8950207b77aa007bac0ac79b290533a2532be4bee68b642629843a82
diff --git a/dev-python/ddt/ddt-1.5.0.ebuild b/dev-python/ddt/ddt-1.5.0.ebuild
deleted file mode 100644
index 1377b7b5b4b6..000000000000
--- a/dev-python/ddt/ddt-1.5.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{7,8,9,10} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Data-Driven/Decorated Tests"
-HOMEPAGE="
- https://pypi.org/project/ddt/
- https://github.com/datadriventests/ddt/
-"
-SRC_URI="
- https://github.com/datadriventests/ddt/archive/${PV}.tar.gz
- -> ${P}.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-
-BDEPEND="
- test? (
- dev-python/six[${PYTHON_USEDEP}]
- dev-python/pyyaml[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest