public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ament_package/
Date: Thu, 12 Dec 2019 10:42:15 +0000 (UTC)	[thread overview]
Message-ID: <1576147319.49293b51cb28c7d846431a34a90572286fab8596.aballier@gentoo> (raw)

commit:     49293b51cb28c7d846431a34a90572286fab8596
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 11 16:35:38 2019 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> 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 <aballier <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>ros@gentoo.org</email>
+		<name>Gentoo ROS Project</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">ament/ament_package</remote-id>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2019-12-12 10:42 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-12 10:42 Alexis Ballier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-08-03 10:50 [gentoo-commits] repo/gentoo:master commit in: dev-python/ament_package/ Alexis Ballier
2021-09-23 14:07 Arthur Zamarin
2022-03-15 17:05 Alexis Ballier
2022-06-17  6:40 Arthur Zamarin
2022-06-17  6:40 Arthur Zamarin
2022-11-14  4:34 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1576147319.49293b51cb28c7d846431a34a90572286fab8596.aballier@gentoo \
    --to=aballier@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox