From c6a489dc509157e8a0da03f3bf766961218b36a5 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Thu, 23 Jul 2020 13:01:49 +0200 Subject: dev-python/ament_package: bump to 0.9.2 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier --- dev-python/ament_package/Manifest | 2 +- .../ament_package/ament_package-0.8.8.ebuild | 31 ---------------------- .../ament_package/ament_package-0.9.2.ebuild | 31 ++++++++++++++++++++++ 3 files changed, 32 insertions(+), 32 deletions(-) delete mode 100644 dev-python/ament_package/ament_package-0.8.8.ebuild create mode 100644 dev-python/ament_package/ament_package-0.9.2.ebuild (limited to 'dev-python') diff --git a/dev-python/ament_package/Manifest b/dev-python/ament_package/Manifest index 363bd6421646..9751c89d67f9 100644 --- a/dev-python/ament_package/Manifest +++ b/dev-python/ament_package/Manifest @@ -1 +1 @@ -DIST ament_package-0.8.8.tar.gz 19289 BLAKE2B 60490e6b772f4b2b19090c0bdcf949c3317dc21648412ed2245492a016acecff7529e364e66f5e34ab1705cd755db58423e4f62899cd9625207610d1a6dfee72 SHA512 4e4cd851ac3014f7676237a6918529041d3dcd606ed1577c5638fd1aa740ae45f3f10e019b5ebc31232525f9cab4e77916073d149a3dbc8d9add5ce5b8d28a2f +DIST ament_package-0.9.2.tar.gz 19471 BLAKE2B 5a2f4d326fae5976ca452666149f17019ef70005142aaf0ec57369df5ba53a99a0e10d15964843e0ba841a9eee1f268df76e4584ac0c004de091fa5bd773a6e1 SHA512 eb9def5eb0faf159d3082eac436059529886644c38a9f40183a7bef8e66ab7ef4d4fc266fe434128c25f040e369d4a6b9f376b0661cbf959960f3c62280c778d diff --git a/dev-python/ament_package/ament_package-0.8.8.ebuild b/dev-python/ament_package/ament_package-0.8.8.ebuild deleted file mode 100644 index b86d5e0d90da..000000000000 --- a/dev-python/ament_package/ament_package-0.8.8.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# 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/ament_package-0.9.2.ebuild b/dev-python/ament_package/ament_package-0.9.2.ebuild new file mode 100644 index 000000000000..18b4b08c1e7d --- /dev/null +++ b/dev-python/ament_package/ament_package-0.9.2.ebuild @@ -0,0 +1,31 @@ +# Copyright 2019-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python{3_6,3_7,3_8} ) + +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 +} -- cgit v1.2.3-65-gdbad