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 01BCD138334 for ; Thu, 12 Dec 2019 10:42:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE5ABE08EC; Thu, 12 Dec 2019 10:42:18 +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 B1D41E08EC for ; Thu, 12 Dec 2019 10:42:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 7586234D966 for ; Thu, 12 Dec 2019 10:42:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E85158D8 for ; Thu, 12 Dec 2019 10:42:15 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1576147319.49293b51cb28c7d846431a34a90572286fab8596.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ament_package/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ament_package/Manifest dev-python/ament_package/ament_package-0.8.8.ebuild dev-python/ament_package/metadata.xml X-VCS-Directories: dev-python/ament_package/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 49293b51cb28c7d846431a34a90572286fab8596 X-VCS-Branch: master Date: Thu, 12 Dec 2019 10:42:15 +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: 20a8ffb3-81b8-4d30-8d83-a8a51a4ad326 X-Archives-Hash: 4cf09b00cacaf2575fe629601fff9b6d commit: 49293b51cb28c7d846431a34a90572286fab8596 Author: Alexis Ballier gentoo org> AuthorDate: Wed Dec 11 16:35:38 2019 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Dec 12 10:41:59 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49293b51 dev-python/ament_package: initial import Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Alexis Ballier gentoo.org> dev-python/ament_package/Manifest | 1 + .../ament_package/ament_package-0.8.8.ebuild | 31 ++++++++++++++++++++++ dev-python/ament_package/metadata.xml | 11 ++++++++ 3 files changed, 43 insertions(+) diff --git a/dev-python/ament_package/Manifest b/dev-python/ament_package/Manifest new file mode 100644 index 00000000000..363bd642164 --- /dev/null +++ b/dev-python/ament_package/Manifest @@ -0,0 +1 @@ +DIST ament_package-0.8.8.tar.gz 19289 BLAKE2B 60490e6b772f4b2b19090c0bdcf949c3317dc21648412ed2245492a016acecff7529e364e66f5e34ab1705cd755db58423e4f62899cd9625207610d1a6dfee72 SHA512 4e4cd851ac3014f7676237a6918529041d3dcd606ed1577c5638fd1aa740ae45f3f10e019b5ebc31232525f9cab4e77916073d149a3dbc8d9add5ce5b8d28a2f diff --git a/dev-python/ament_package/ament_package-0.8.8.ebuild b/dev-python/ament_package/ament_package-0.8.8.ebuild new file mode 100644 index 00000000000..b86d5e0d90d --- /dev/null +++ b/dev-python/ament_package/ament_package-0.8.8.ebuild @@ -0,0 +1,31 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python{3_6,3_7} ) + +inherit distutils-r1 + +DESCRIPTION="Parser for the manifest files in the ament buildsystem" +HOMEPAGE="https://github.com/ament/ament_package" +SRC_URI="https://github.com/ament/ament_package/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" +RESTRICT="!test? ( test )" + +DEPEND="" +RDEPEND="${DEPEND}" +BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +DEPEND="${DEPEND} + test? ( + dev-python/flake8[${PYTHON_USEDEP}] + dev-python/pytest[${PYTHON_USEDEP}] + ) +" + +python_test() { + py.test || die +} diff --git a/dev-python/ament_package/metadata.xml b/dev-python/ament_package/metadata.xml new file mode 100644 index 00000000000..c45ad944f40 --- /dev/null +++ b/dev-python/ament_package/metadata.xml @@ -0,0 +1,11 @@ + + + + + ros@gentoo.org + Gentoo ROS Project + + + ament/ament_package + +