From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 46FE8138350 for ; Wed, 18 Mar 2020 11:44:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1C14E09C2; Wed, 18 Mar 2020 11:44:00 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 37C2FE09C2 for ; Wed, 18 Mar 2020 11:44:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E4AEB34F2A2 for ; Wed, 18 Mar 2020 11:43:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE4A7103 for ; Wed, 18 Mar 2020 11:43:55 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1584531826.c99fc0ae1271b1dde2d77fa7a3b69e2e2c43298a.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aiomysql/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/aiomysql/Manifest dev-python/aiomysql/aiomysql-0.0.20.ebuild X-VCS-Directories: dev-python/aiomysql/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: c99fc0ae1271b1dde2d77fa7a3b69e2e2c43298a X-VCS-Branch: dev Date: Wed, 18 Mar 2020 11:43:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d71593da-8082-409d-a226-896a5df70c86 X-Archives-Hash: acb31ed62fe17bfc662e872b59d27e5f commit: c99fc0ae1271b1dde2d77fa7a3b69e2e2c43298a Author: Andrew Ammerlaan riseup net> AuthorDate: Wed Mar 18 11:43:46 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Wed Mar 18 11:43:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c99fc0ae dev-python/aiomysql: some fixes, test still fail though Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/aiomysql/Manifest | 2 +- dev-python/aiomysql/aiomysql-0.0.20.ebuild | 29 ++++++++++++++++++----------- 2 files changed, 19 insertions(+), 12 deletions(-) diff --git a/dev-python/aiomysql/Manifest b/dev-python/aiomysql/Manifest index 05ae677..5591103 100644 --- a/dev-python/aiomysql/Manifest +++ b/dev-python/aiomysql/Manifest @@ -1 +1 @@ -DIST aiomysql-0.0.20.tar.gz 36740 BLAKE2B 6841de8317c6b18c0268b242e816ca42d263aeb6e5803eab39dbc4b001e6f702472c3dc25cd83d04771891e66c2999c9cccb89995956c4d52840dce175d8ab6e SHA512 02a493391d411271e3457b04039e8a5c6c3c7634875171adbd9bc1bc3d6eb55e62b09f9a3edb895a08e0318c0f279bfbfe88f1e45fb1509b1b75259ff8a3e06f +DIST aiomysql-0.0.20.tar.gz 97327 BLAKE2B fddcbf669a7da14605a038dcb57ad01b32c41a5693ef1cdc6fab7c72d3eadd9e937671e82e5c6015f22ec0f1903dbaf1076adb168c799e93a1d3985e73e714c9 SHA512 d182a638675e147bac5bc82826063e67376b97a4f58963991ad1146f97fc3bda0080a42cb7f2b826fd01b43797fc105c9ead50ab3f130f2ea08127a49c868164 diff --git a/dev-python/aiomysql/aiomysql-0.0.20.ebuild b/dev-python/aiomysql/aiomysql-0.0.20.ebuild index bcc14be..e84e167 100644 --- a/dev-python/aiomysql/aiomysql-0.0.20.ebuild +++ b/dev-python/aiomysql/aiomysql-0.0.20.ebuild @@ -3,16 +3,16 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 DESCRIPTION="aiomysql is a library for accessing a MySQL database from the asyncio" HOMEPAGE=" - https://aiomysql.readthedocs.io/en/latest/ - https://github.com/aio-libs/aiomysql + https://aiomysql.readthedocs.io/en/latest/ + https://github.com/aio-libs/aiomysql " -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" +SRC_URI="https://github.com/aio-libs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" @@ -20,12 +20,19 @@ KEYWORDS="~amd64 ~x86" RDEPEND=">=dev-python/pymysql-0.9.0[${PYTHON_USEDEP}]" -DEPEND="test? ( dev-python/coverage[${PYTHON_USEDEP}] - dev-python/flake8[${PYTHON_USEDEP}] - dev-python/pytest-cov[${PYTHON_USEDEP}] - dev-python/sphinx[${PYTHON_USEDEP}] - dev-python/sphinxcontrib-asyncio[${PYTHON_USEDEP}] - dev-python/sqlalchemy[${PYTHON_USEDEP}] - dev-python/uvloop[${PYTHON_USEDEP}] )" +DEPEND="test? ( + dev-python/coverage[${PYTHON_USEDEP}] + dev-python/docker-py[${PYTHON_USEDEP}] + dev-python/flake8[${PYTHON_USEDEP}] + dev-python/sqlalchemy[${PYTHON_USEDEP}] + dev-python/uvloop[${PYTHON_USEDEP}] )" + +python_prepare_all() { + # fails: lots of AttributeError + rm tests/conftest.py || die + + distutils-r1_python_prepare_all +} distutils_enable_tests pytest +distutils_enable_sphinx docs dev-python/sphinxcontrib-asyncio