diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-09-25 20:21:45 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-09-25 20:21:45 +0100 |
commit | c719fdcee603a5a706a45d10cb598762d56a727d (patch) | |
tree | 620cbf137661399a3fb1eff92914204f9a970713 /dev-python/rosdistro | |
parent | cc4618c9ba3d974948ebf340b542d8cb01db2f55 (diff) |
gentoo resync : 25.09.2021
Diffstat (limited to 'dev-python/rosdistro')
-rw-r--r-- | dev-python/rosdistro/Manifest | 4 | ||||
-rw-r--r-- | dev-python/rosdistro/rosdistro-0.8.3.ebuild | 18 | ||||
-rw-r--r-- | dev-python/rosdistro/rosdistro-9999.ebuild | 18 |
3 files changed, 12 insertions, 28 deletions
diff --git a/dev-python/rosdistro/Manifest b/dev-python/rosdistro/Manifest index 05eb24d243d5..bdb54510aad6 100644 --- a/dev-python/rosdistro/Manifest +++ b/dev-python/rosdistro/Manifest @@ -1,5 +1,5 @@ AUX yaml.patch 10168 BLAKE2B bd9bbcc2d5cb1fbc99ccc6f61e72057efa75882eb18d5bd676c4c2e3a46395d406d212e6526e89f31ed95412f370ef79cc8934671b0496114776ee325b340dbc SHA512 2777345d1008698092a76c8d6783b372627c0e872895c1d4b0536816fbf12fb8719d3f3c48251ede194646076c4cacfb50ded3d73b360ae2b1c7a7f0b09e5905 DIST rosdistro-0.8.3.tar.gz 61665 BLAKE2B 2d5084409d8222cd277a710a06616fa914a35fb6750e32df7bdee6b7b0285df1b15648b8255cda4aa5867dba3611c5ea294db4711ebf2cc38a11648092623aab SHA512 19e248497b4001c522a84a52d768bc9f20a08020c88574d1a8345cf2173dc2aadd8a1480d4fddf2285ac579ee69dd0b6d4b930333cd6a9cbe32708efed2e5747 -EBUILD rosdistro-0.8.3.ebuild 1204 BLAKE2B cbcce7112510d71d96b98fe1c785b10cf3901ae7c188aae2989f0786b8937e77e7e8f7f913413e260ceb10c023cc363d5facac01557e2afcaadafaa58042e8fa SHA512 ceec0d96013bfc495e388bf454f8f5a73f3a4d406c8c5881e071eb3f75ce95fc180e8608feda24d5b25d4c33969ae97416b06e361296ad62f64c4e1eea0aaee8 -EBUILD rosdistro-9999.ebuild 1204 BLAKE2B cbcce7112510d71d96b98fe1c785b10cf3901ae7c188aae2989f0786b8937e77e7e8f7f913413e260ceb10c023cc363d5facac01557e2afcaadafaa58042e8fa SHA512 ceec0d96013bfc495e388bf454f8f5a73f3a4d406c8c5881e071eb3f75ce95fc180e8608feda24d5b25d4c33969ae97416b06e361296ad62f64c4e1eea0aaee8 +EBUILD rosdistro-0.8.3.ebuild 988 BLAKE2B c264b56b71d37904abc8ad4c4e4d04ffd8acba19e319bfc647aeecea6fdaa7983c9c4909ccc518526918860ec4cf93fe054b07ad7c8918de2433026c3e532829 SHA512 476686277b4ee4d3fa891856500a1840722369c3d506d1dc95c8f42a2571d02c0e55026c6771169883ab48dd1dc30ef447902740575b6ff62395f5bc79787a3f +EBUILD rosdistro-9999.ebuild 988 BLAKE2B c264b56b71d37904abc8ad4c4e4d04ffd8acba19e319bfc647aeecea6fdaa7983c9c4909ccc518526918860ec4cf93fe054b07ad7c8918de2433026c3e532829 SHA512 476686277b4ee4d3fa891856500a1840722369c3d506d1dc95c8f42a2571d02c0e55026c6771169883ab48dd1dc30ef447902740575b6ff62395f5bc79787a3f MISC metadata.xml 343 BLAKE2B 4f30f62e871325404fa5128256be12fc1f18f26d4349bef6471e8fe5514f6be73060b323394d3efb515678be71c7d226a3070ee49b2665065d5dc3f567c5d96f SHA512 a778ffb690da5296bafabdfd2a1a533d9d68160a8b832165407c40e0af988696f39e2e34c0b1f160614f9edcd095c767e51e9c18ad486ba8a47103cec6f8d234 diff --git a/dev-python/rosdistro/rosdistro-0.8.3.ebuild b/dev-python/rosdistro/rosdistro-0.8.3.ebuild index 8bd21ec57713..87bc969239f4 100644 --- a/dev-python/rosdistro/rosdistro-0.8.3.ebuild +++ b/dev-python/rosdistro/rosdistro-0.8.3.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{3_7,3_8,3_9} ) + +PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_USE_SETUPTOOLS=rdepend SCM="" @@ -24,31 +25,22 @@ fi LICENSE="BSD" SLOT="0" -IUSE="test" -RESTRICT="!test? ( test )" RDEPEND=" dev-python/catkin_pkg[${PYTHON_USEDEP}] dev-python/rospkg[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}]" + dev-python/pyyaml[${PYTHON_USEDEP}]" BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/nose[${PYTHON_USEDEP}] ) -" -DEPEND="${RDEPEND} test? ( dev-python/mock[${PYTHON_USEDEP}] ) " PATCHES=( "${FILESDIR}/yaml.patch" ) +distutils_enable_tests nose + src_prepare() { # Requires network access rm -f test/test_manifest_providers.py default } - -python_test() { - nosetests --with-xunit test || die -} diff --git a/dev-python/rosdistro/rosdistro-9999.ebuild b/dev-python/rosdistro/rosdistro-9999.ebuild index 8bd21ec57713..87bc969239f4 100644 --- a/dev-python/rosdistro/rosdistro-9999.ebuild +++ b/dev-python/rosdistro/rosdistro-9999.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{3_7,3_8,3_9} ) + +PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_USE_SETUPTOOLS=rdepend SCM="" @@ -24,31 +25,22 @@ fi LICENSE="BSD" SLOT="0" -IUSE="test" -RESTRICT="!test? ( test )" RDEPEND=" dev-python/catkin_pkg[${PYTHON_USEDEP}] dev-python/rospkg[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}]" + dev-python/pyyaml[${PYTHON_USEDEP}]" BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/nose[${PYTHON_USEDEP}] ) -" -DEPEND="${RDEPEND} test? ( dev-python/mock[${PYTHON_USEDEP}] ) " PATCHES=( "${FILESDIR}/yaml.patch" ) +distutils_enable_tests nose + src_prepare() { # Requires network access rm -f test/test_manifest_providers.py default } - -python_test() { - nosetests --with-xunit test || die -} |