From d934827bf44b7cfcf6711964418148fa60877668 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 25 Nov 2020 22:39:15 +0000 Subject: gentoo resync : 25.11.2020 --- dev-util/gertty/Manifest | 4 ++-- dev-util/gertty/gertty-1.6.0-r1.ebuild | 10 ++++------ dev-util/gertty/gertty-9999.ebuild | 10 ++++------ 3 files changed, 10 insertions(+), 14 deletions(-) (limited to 'dev-util/gertty') diff --git a/dev-util/gertty/Manifest b/dev-util/gertty/Manifest index 348e09fc2636..b9338ef7f672 100644 --- a/dev-util/gertty/Manifest +++ b/dev-util/gertty/Manifest @@ -1,4 +1,4 @@ DIST gertty-1.6.0.tar.gz 122570 BLAKE2B 8c3628f9b0b56aaff30f183a1ab0d852b8ee487927833f41b8aa61f94f8d14eaf3a8d515d5edcb3fa7dd18ca36f42a977d12790c52d6c629a720b4f29252b030 SHA512 0fe5224f5b4b06910bba0d19453ea0f273f6ea0688b9aa092e11f929b71801581f6d7cead1d64c00912ee3363b98d4b36e903fa992a7ce36f190a4f3c09375d2 -EBUILD gertty-1.6.0-r1.ebuild 1196 BLAKE2B db6f3fe1f1d925a5eeb74ff585607aabf8372b6daff87df416fbbbf5a48adeab45e2dd1ef99d3d3e6a1c68811b9a6872655ee8da454f3baa579d2ab77f1d27e8 SHA512 7e3bcc4e9a5672d87d3167ed0537c1e1b993539bedd4e0c5892251ff321413628f77acb893f69803532aa3a0349708946bb943639ba01729495373b3f00b5cc1 -EBUILD gertty-9999.ebuild 1198 BLAKE2B cb47a966e5b1b43910aca40e8895db4fa38ab880e889ff189419836332d62d98e097e8030c822a19933465658494c00e9b2cf204787c985136781f75165eb478 SHA512 8d6056ecb66c49bce7c605c6d15574517cb7ea7247909fb17fa01926c9beca12febe64cc9fc30f78ae048b93aa3ccc7361f68d24a13d34bed2be88d62eae0b31 +EBUILD gertty-1.6.0-r1.ebuild 1204 BLAKE2B e4142086651d40c8c2f5a9215c04382adf1a78ced243c954380f5ffd895bd82745534c48ed3f4d3607663f749f6c372b514f3c19e6aad350e5b5266c1f41617c SHA512 aec9f4fe2f499f8d6d4d1e64d467cffcdd6f87154e304eb3f141fcbfbb86560797798f94cf411c675b6edea3d36bd3140ffd1720bf2d8ec2698ec8b2ba881178 +EBUILD gertty-9999.ebuild 1206 BLAKE2B ed8a4e0cbed48a43a8c332ce4fffb50b94a3924749ce1a407ae54c1350e29ac84d52b2e950e8ad2b5355669e6465bca90b6643849bf0773190ca53719114d953 SHA512 24fd7af89d12b23d98a40b39f03724f8b1a1c579b330aa4a2c5e0303f78ca6ea8b56c0bfffb9990c81ac23d3394d0a2d5619068a80e99f2a0ae7f251d0f624c8 MISC metadata.xml 379 BLAKE2B b46a401263c266a0900d16e3c63e3bf5dd2a6b9d85d81e119ad88270530fb1a5345d6853683bfebe22738192e12f18c0bbd02390bcf540ac1a122ba5f4fba675 SHA512 a37a6ec1e287489f1c8f9058829b927d7ebdca15024fe01643cc888ae45e4567ee9a7897f4d0e4d0facfea89605f2db9c04170b974cf8e9ce9aed43e405d3b84 diff --git a/dev-util/gertty/gertty-1.6.0-r1.ebuild b/dev-util/gertty/gertty-1.6.0-r1.ebuild index 74a745757acf..6dcac9474c90 100644 --- a/dev-util/gertty/gertty-1.6.0-r1.ebuild +++ b/dev-util/gertty/gertty-1.6.0-r1.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_6 python3_7 ) +PYTHON_COMPAT=( python3_6 python3_7 python3_8 ) +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 @@ -21,12 +22,9 @@ LICENSE="Apache-2.0" SLOT="0" IUSE="" -CDEPEND=">=dev-python/pbr-0.11[${PYTHON_USEDEP}]" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - ${CDEPEND}" +DEPEND=">=dev-python/pbr-0.11[${PYTHON_USEDEP}]" RDEPEND=" - ${CDEPEND} + >=dev-python/pbr-0.11[${PYTHON_USEDEP}] >=dev-python/urwid-1.2.1[${PYTHON_USEDEP}] >=dev-python/sqlalchemy-1.0.4[${PYTHON_USEDEP}] >=dev-python/GitPython-0.3.7[${PYTHON_USEDEP}] diff --git a/dev-util/gertty/gertty-9999.ebuild b/dev-util/gertty/gertty-9999.ebuild index c22ac8ed0f14..727fb88a68e9 100644 --- a/dev-util/gertty/gertty-9999.ebuild +++ b/dev-util/gertty/gertty-9999.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_6 python3_7 ) +PYTHON_COMPAT=( python3_6 python3_7 python3_8 ) +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 @@ -21,12 +22,9 @@ LICENSE="Apache-2.0" SLOT="0" IUSE="" -CDEPEND=">=dev-python/pbr-0.11[${PYTHON_USEDEP}]" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - ${CDEPEND}" +DEPEND=">=dev-python/pbr-0.11[${PYTHON_USEDEP}]" RDEPEND=" - ${CDEPEND} + >=dev-python/pbr-0.11[${PYTHON_USEDEP}] >=dev-python/urwid-1.2.1[${PYTHON_USEDEP}] >=dev-python/sqlalchemy-1.0.4[${PYTHON_USEDEP}] >=dev-python/GitPython-0.3.7[${PYTHON_USEDEP}] -- cgit v1.2.3