summaryrefslogtreecommitdiff
path: root/dev-python/nose-random
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-27 13:58:28 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-27 13:58:28 +0000
commit8eccda982236f2cfe9188bdcaffd9168134f39a9 (patch)
treea2f9e1db038cdb1c9ae55a8ead0f9020b072d627 /dev-python/nose-random
parentf2299aed04cae8310f7fce0be5396370e346d966 (diff)
gentoo auto-resync : 27:01:2023 - 13:58:28
Diffstat (limited to 'dev-python/nose-random')
-rw-r--r--dev-python/nose-random/Manifest3
-rw-r--r--dev-python/nose-random/metadata.xml11
-rw-r--r--dev-python/nose-random/nose-random-1.0.0.ebuild20
3 files changed, 0 insertions, 34 deletions
diff --git a/dev-python/nose-random/Manifest b/dev-python/nose-random/Manifest
deleted file mode 100644
index b580601347d4..000000000000
--- a/dev-python/nose-random/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST nose-random-1.0.0.tar.gz 3776 BLAKE2B 18dc40b13fcb970c4d2edeb6be9c6f3e710b36d14dcdc4a56c6e3ecf811ab2acd6be3e1c1cea2231eb5dc10581c77f201220354c77f3d9f67d89d894ed8b4f24 SHA512 9c62413fb00c3b774954ae7a65b08b122ae0dd2b24377efba8de345597b4ce4952aad09a0c2fea7f9d92f57a3664908fccd6eabadf32074a35978c958ea2b66f
-EBUILD nose-random-1.0.0.ebuild 527 BLAKE2B 275faff15a8a23926c5f0469862041e2bfec2b05c6f21b7343a7cc9ecc2022803f53f603891c8511500fd93b0525d6a6aae311c74377c9ed9dccde6ee0f1a673 SHA512 8e0e34f639ef576c7d2471db9513571ae981fe9b2960dc2fe05d8f34334a2904cb1738e34c09fe3ba766fec9b8f8579bc41856070ee4fd3a392d3b6dccc388e5
-MISC metadata.xml 339 BLAKE2B 59546b2165364d562089446ba45bab4c7b50ed8534687f9d8177e6f7b124d741a4ccb1b3d637bff0982ab80cfba440d8f24ea2a5a957549502ddb505b89764be SHA512 2494846329fd4c23e6b11403d5a1afb1ef849435de6a5e217663cae14087d39038e150b9c92fd0630db3f037dfaab0fee5d5a0f59a6291ffc63e2121a10db74e
diff --git a/dev-python/nose-random/metadata.xml b/dev-python/nose-random/metadata.xml
deleted file mode 100644
index d36e8f010987..000000000000
--- a/dev-python/nose-random/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- </maintainer>
- <maintainer type="person">
- <email>chutzpah@gentoo.org</email>
- <name>Patrick McLean</name>
- </maintainer>
-</pkgmetadata>
diff --git a/dev-python/nose-random/nose-random-1.0.0.ebuild b/dev-python/nose-random/nose-random-1.0.0.ebuild
deleted file mode 100644
index 0b75cf8ca3ad..000000000000
--- a/dev-python/nose-random/nose-random-1.0.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..10} )
-DISTUTILS_USE_SETUPTOOLS=bdepend
-inherit distutils-r1
-
-DESCRIPTION="Nose plugin to facilitate randomized unit testing"
-HOMEPAGE="https://github.com/fzumstein/nose-random"
-SRC_URI="https://github.com/fzumstein/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
-
-RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"
-
-# no tests