From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A6E5F138239 for ; Sun, 12 Apr 2020 17:47:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3C08E08FE; Sun, 12 Apr 2020 17:47:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 83E82E08FE for ; Sun, 12 Apr 2020 17:47:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9815634F0C9 for ; Sun, 12 Apr 2020 17:47:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 589441D5 for ; Sun, 12 Apr 2020 17:47:19 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1586713635.c38444c93674b44e07f9ee5b20556fdc081cb56d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/nattka/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/nattka/Manifest app-portage/nattka/nattka-0.1.3.ebuild X-VCS-Directories: app-portage/nattka/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c38444c93674b44e07f9ee5b20556fdc081cb56d X-VCS-Branch: master Date: Sun, 12 Apr 2020 17:47:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5a8d27e3-6031-4c4a-95bc-149b044fcec5 X-Archives-Hash: 3400c4333b0025b2c52a5b9d6f0a3c7e commit: c38444c93674b44e07f9ee5b20556fdc081cb56d Author: Michał Górny gentoo org> AuthorDate: Sun Apr 12 17:38:59 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Apr 12 17:47:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c38444c9 app-portage/nattka: Bump to 0.1.3 Signed-off-by: Michał Górny gentoo.org> app-portage/nattka/Manifest | 1 + app-portage/nattka/nattka-0.1.3.ebuild | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/app-portage/nattka/Manifest b/app-portage/nattka/Manifest index 187d88db3a7..1c5437d138d 100644 --- a/app-portage/nattka/Manifest +++ b/app-portage/nattka/Manifest @@ -1,2 +1,3 @@ DIST nattka-0.1.2.tar.gz 73791 BLAKE2B 9e4d59f72b2e657958f7a8ac4b7d059079ab1c3ef6aea6544d4988aaa4acb3e09d6cb3a7cfcd7a01a4e7d891d7f2e544e3739470b0dbb961702e4c02575915b4 SHA512 1ef5af9b4c14dad5dce3eca427e77ec1f9f13137698a4cdb53dca58b1ff9f66d79508f69091ee96829a8d2703ebe7189a57e8257e20e586b90f2bf46a999cd0f +DIST nattka-0.1.3.tar.gz 75332 BLAKE2B 2bdb735d952916cdbf0fdad43c6ba877d5cd37cb1f048be6fe601a0f26fb07f7c11bf5e544dc215ecfe956e12833f04f1e5f988184535be34db217c79a656f77 SHA512 c3f6abb83bbbe20413208f801108d1fa4d44e912b4864c7a10f1db7da321ed05fc257ef2ec294e13a7d987ad2d75ac7cd106938a3b657163518ece4e5b746611 DIST nattka-0.1.tar.gz 72870 BLAKE2B 0d4750a0367b3c00ee0de3eb37a7b15bbdc84ba693c2e3cb3a7baa1684c062f58458ded01b63afffe128b8d003cb14460bd60da91e61b100913801a3bf0d42ff SHA512 536be042d384f99631587108e2dfb24a3effbec1cf547b7f546fd8cbe736fa2e76ff1e9ca751ac7633fa34bea887da3ebe5967e915434ec8d8f6bd9c49a5a21f diff --git a/app-portage/nattka/nattka-0.1.3.ebuild b/app-portage/nattka/nattka-0.1.3.ebuild new file mode 100644 index 00000000000..e8440d1114c --- /dev/null +++ b/app-portage/nattka/nattka-0.1.3.ebuild @@ -0,0 +1,34 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DISTUTILS_USE_SETUPTOOLS=rdepend +PYTHON_COMPAT=( python3_{6,7,8} ) + +inherit distutils-r1 + +DESCRIPTION="A New Arch Tester Toolkit -- open-source stable-bot replacement" +HOMEPAGE="https://github.com/mgorny/nattka/" +SRC_URI="https://github.com/mgorny/nattka/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~s390 ~sparc ~x86" + +RDEPEND=" + dev-python/requests[${PYTHON_USEDEP}] + dev-util/pkgcheck[${PYTHON_USEDEP}] + dev-vcs/git + sys-apps/pkgcore[${PYTHON_USEDEP}]" +BDEPEND=" + test? ( dev-python/vcrpy[${PYTHON_USEDEP}] )" + +distutils_enable_sphinx doc --no-autodoc +distutils_enable_tests pytest + +pkg_postinst() { + elog "NATTkA can optionally use:" + elog " dev-python/networkx" + elog "to sort 'apply' output in dependency order." +}