From 21dbcce41990b13f301240313be05c8d013a9258 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 28 Jan 2023 08:51:03 +0000 Subject: gentoo auto-resync : 28:01:2023 - 08:51:03 --- dev-python/pyannotate/Manifest | 2 +- dev-python/pyannotate/pyannotate-1.2.0-r1.ebuild | 23 +++++++++++++++++++++++ dev-python/pyannotate/pyannotate-1.2.0.ebuild | 20 -------------------- 3 files changed, 24 insertions(+), 21 deletions(-) create mode 100644 dev-python/pyannotate/pyannotate-1.2.0-r1.ebuild delete mode 100644 dev-python/pyannotate/pyannotate-1.2.0.ebuild (limited to 'dev-python/pyannotate') diff --git a/dev-python/pyannotate/Manifest b/dev-python/pyannotate/Manifest index 3eb59e1175b1..578ab56cf307 100644 --- a/dev-python/pyannotate/Manifest +++ b/dev-python/pyannotate/Manifest @@ -1,3 +1,3 @@ DIST pyannotate-1.2.0.gh.tar.gz 46148 BLAKE2B c52c93c0d27cb23b0b0683bbd5f353ba9a45714b8a50fb3a6f5aa4e67bfe71e60bc7afbee85a021ed25a7f5a1df720dc863fc6dd92d20dee0d97af72786866cf SHA512 cd755f3061f5c4320346f0198b71e4b312378a3810c5999f1d318b7427e7c55bd1bdfc4af84880bd45faf69eabccbd2684d1c18c1f9ad0661d35a377984ca063 -EBUILD pyannotate-1.2.0.ebuild 520 BLAKE2B e03d3cd01a5b76315861ecb1ccf685a8194304f9bba810bf3a6979e392fcb7c26f8fb12557389ada7cb2902a1b4560deb337d2f6a3a955d3f4b09d6cb434614e SHA512 44fba6ac1532423270e7228b9e3025a1b3529515ddc5004307d6fb5f462ac43f3be27514f21fc6dbc2bb002147d49580e089babdb1c758d6f098fc5dcd1f555a +EBUILD pyannotate-1.2.0-r1.ebuild 574 BLAKE2B 4fc16bfb1489eb5fd2f84d129ab9a60400cace8ea7d7e7cf26c1ef1aa9a2dbd2edfd9a6dce50915b7bd68f4808bef6fbdd18bd5f4b62ded4853a39bda71b1f54 SHA512 b3a0a8ccae9672ed64faaebed1f1970d8355b76272e60d25786261489cf2f80fb9526c909a331a27490684957dd8ec5e2b32c4be45b74603e61e2829dbd3c664 MISC metadata.xml 604 BLAKE2B 72f9fad12803b851cf8dd2599471860208a0dc24bafe7f67d2b2a69be49bcd1eff6ae2c38e9b83ad2884fd6b3a44feadf72351076e7af7bfefb5523309946c25 SHA512 1a8329f48b59c4e7b1cefaeacf7c8b590f2e5a910d9513507d9d712aad955f59127bdcf44df95a6c0ac3927fcddd62eadf2b3969b9316539c129bd8204dac30a diff --git a/dev-python/pyannotate/pyannotate-1.2.0-r1.ebuild b/dev-python/pyannotate/pyannotate-1.2.0-r1.ebuild new file mode 100644 index 000000000000..83f6d72f0016 --- /dev/null +++ b/dev-python/pyannotate/pyannotate-1.2.0-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 2022-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9..11} ) +inherit distutils-r1 + +DESCRIPTION="Auto-generate PEP-484 annotations" +HOMEPAGE="https://github.com/dropbox/pyannotate" +SRC_URI="https://github.com/dropbox/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + >=dev-python/mypy_extensions-0.3.0[${PYTHON_USEDEP}] + >=dev-python/six-1.11.0[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest diff --git a/dev-python/pyannotate/pyannotate-1.2.0.ebuild b/dev-python/pyannotate/pyannotate-1.2.0.ebuild deleted file mode 100644 index facb5bc2a4dc..000000000000 --- a/dev-python/pyannotate/pyannotate-1.2.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 - -DESCRIPTION="Auto-generate PEP-484 annotations" -HOMEPAGE="https://github.com/dropbox/pyannotate" -SRC_URI="https://github.com/dropbox/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND="dev-python/mypy_extensions[${PYTHON_USEDEP}]" - -distutils_enable_tests pytest -- cgit v1.2.3