Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nose-random/
Date: Wed, 29 Apr 2020 06:54:48
Message-Id: 1588143276.eb15c54fc15e30e0ef38796a7fefb3325b43ef74.chutzpah@gentoo
1 commit: eb15c54fc15e30e0ef38796a7fefb3325b43ef74
2 Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
3 AuthorDate: Wed Apr 29 06:44:40 2020 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 29 06:54:36 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb15c54f
7
8 dev-python/nose-random: New package
9
10 Copyright: Sony Interactive Entertainment Inc.
11 Package-Manager: Portage-2.3.99, Repoman-2.3.22
12 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
13
14 dev-python/nose-random/Manifest | 1 +
15 dev-python/nose-random/metadata.xml | 11 +++++++++++
16 dev-python/nose-random/nose-random-1.0.0.ebuild | 20 ++++++++++++++++++++
17 3 files changed, 32 insertions(+)
18
19 diff --git a/dev-python/nose-random/Manifest b/dev-python/nose-random/Manifest
20 new file mode 100644
21 index 00000000000..2c54bf9c19d
22 --- /dev/null
23 +++ b/dev-python/nose-random/Manifest
24 @@ -0,0 +1 @@
25 +DIST nose-random-1.0.0.tar.gz 3776 BLAKE2B 18dc40b13fcb970c4d2edeb6be9c6f3e710b36d14dcdc4a56c6e3ecf811ab2acd6be3e1c1cea2231eb5dc10581c77f201220354c77f3d9f67d89d894ed8b4f24 SHA512 9c62413fb00c3b774954ae7a65b08b122ae0dd2b24377efba8de345597b4ce4952aad09a0c2fea7f9d92f57a3664908fccd6eabadf32074a35978c958ea2b66f
26
27 diff --git a/dev-python/nose-random/metadata.xml b/dev-python/nose-random/metadata.xml
28 new file mode 100644
29 index 00000000000..2541628cf9a
30 --- /dev/null
31 +++ b/dev-python/nose-random/metadata.xml
32 @@ -0,0 +1,11 @@
33 +<?xml version="1.0" encoding="UTF-8"?>
34 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
35 +<pkgmetadata>
36 + <maintainer type="project">
37 + <email>python@g.o</email>
38 + </maintainer>
39 + <maintainer type="person">
40 + <email>chutzpah@g.o</email>
41 + <name>Patrick McLean</name>
42 + </maintainer>
43 +</pkgmetadata>
44
45 diff --git a/dev-python/nose-random/nose-random-1.0.0.ebuild b/dev-python/nose-random/nose-random-1.0.0.ebuild
46 new file mode 100644
47 index 00000000000..c4a593c9580
48 --- /dev/null
49 +++ b/dev-python/nose-random/nose-random-1.0.0.ebuild
50 @@ -0,0 +1,20 @@
51 +# Copyright 2020 Gentoo Authors
52 +# Distributed under the terms of the GNU General Public License v2
53 +
54 +EAPI=7
55 +
56 +PYTHON_COMPAT=( python3_{6,7,8} )
57 +DISTUTILS_USE_SETUPTOOLS=rdepend
58 +inherit distutils-r1
59 +
60 +DESCRIPTION="Nose plugin to facilitate randomized unit testing"
61 +HOMEPAGE="https://github.com/fzumstein/nose-random"
62 +SRC_URI="https://github.com/fzumstein/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
63 +
64 +LICENSE="MIT"
65 +SLOT="0"
66 +KEYWORDS="~amd64 ~x86"
67 +
68 +RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"
69 +
70 +# no tests