Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/nattka/
Date: Wed, 01 Apr 2020 13:10:26
Message-Id: 1585746503.f02867d2f8c2351b520c8cd447d07397994be381.mgorny@gentoo
1 commit: f02867d2f8c2351b520c8cd447d07397994be381
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 1 13:08:23 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 1 13:08:23 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f02867d2
7
8 app-portage/nattka: Initial live ebuild for arch testing tool
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-portage/nattka/metadata.xml | 8 ++++++++
13 app-portage/nattka/nattka-9999.ebuild | 26 ++++++++++++++++++++++++++
14 2 files changed, 34 insertions(+)
15
16 diff --git a/app-portage/nattka/metadata.xml b/app-portage/nattka/metadata.xml
17 new file mode 100644
18 index 00000000000..0319eec4c8b
19 --- /dev/null
20 +++ b/app-portage/nattka/metadata.xml
21 @@ -0,0 +1,8 @@
22 +<?xml version="1.0" encoding="UTF-8"?>
23 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
24 +<pkgmetadata>
25 + <maintainer type="person">
26 + <email>mgorny@g.o</email>
27 + <name>Michał Górny</name>
28 + </maintainer>
29 +</pkgmetadata>
30
31 diff --git a/app-portage/nattka/nattka-9999.ebuild b/app-portage/nattka/nattka-9999.ebuild
32 new file mode 100644
33 index 00000000000..7b4d254d356
34 --- /dev/null
35 +++ b/app-portage/nattka/nattka-9999.ebuild
36 @@ -0,0 +1,26 @@
37 +# Copyright 2020 Gentoo Authors
38 +# Distributed under the terms of the GNU General Public License v2
39 +
40 +EAPI=7
41 +
42 +DISTUTILS_USE_SETUPTOOLS=rdepend
43 +PYTHON_COMPAT=( python3_{6,7,8} )
44 +
45 +inherit distutils-r1 git-r3
46 +
47 +DESCRIPTION="A New Arch Tester Toolkit -- open-source stable-bot replacement"
48 +HOMEPAGE="https://github.com/mgorny/nattka/"
49 +EGIT_REPO_URI="https://github.com/mgorny/nattka.git"
50 +
51 +LICENSE="BSD-2"
52 +SLOT="0"
53 +KEYWORDS=""
54 +
55 +RDEPEND="
56 + dev-python/requests[${PYTHON_USEDEP}]
57 + dev-util/pkgcheck[${PYTHON_USEDEP}]
58 + sys-apps/pkgcore[${PYTHON_USEDEP}]"
59 +BDEPEND="
60 + test? ( dev-python/vcrpy[${PYTHON_USEDEP}] )"
61 +
62 +distutils_enable_tests pytest