commit: c374d9ad87875a0fadb14286ee2e949a8964eb24
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Dec 18 14:46:19 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Dec 18 14:46:19 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c374d9ad
dev-python/aiomysql: version bump, add py3.8
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/aiomysql/Manifest | 2 +-
.../aiomysql/{aiomysql-0.0.20.ebuild => aiomysql-0.0.21.ebuild} | 9 ++++++---
2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/dev-python/aiomysql/Manifest b/dev-python/aiomysql/Manifest
index 55911032..2bc4fed4 100644
--- a/dev-python/aiomysql/Manifest
+++ b/dev-python/aiomysql/Manifest
@@ -1 +1 @@
-DIST aiomysql-0.0.20.tar.gz 97327 BLAKE2B
fddcbf669a7da14605a038dcb57ad01b32c41a5693ef1cdc6fab7c72d3eadd9e937671e82e5c6015f22ec0f1903dbaf1076adb168c799e93a1d3985e73e714c9
SHA512
d182a638675e147bac5bc82826063e67376b97a4f58963991ad1146f97fc3bda0080a42cb7f2b826fd01b43797fc105c9ead50ab3f130f2ea08127a49c868164
+DIST aiomysql-0.0.21.tar.gz 97049 BLAKE2B
58e7982139721422b39f84da550c41a9f52272981de8d913768ee3c4a5cb88dcde5df690af1e15087fe9043c721205b3ef0e2545c4af9f820dfdb7a675ce94b9
SHA512
e715c02541cadc483851b8a0e2c6f5cc5a0c499b41e785f2ab7519869d184d50c30f37e83f330f8be3494719d1a9eb64f6ce37746e9a75533f63d2f97fd3372d
diff --git a/dev-python/aiomysql/aiomysql-0.0.20.ebuild
b/dev-python/aiomysql/aiomysql-0.0.21.ebuild
similarity index 81%
rename from dev-python/aiomysql/aiomysql-0.0.20.ebuild
rename to dev-python/aiomysql/aiomysql-0.0.21.ebuild
index d3d6729a..53425278 100644
--- a/dev-python/aiomysql/aiomysql-0.0.20.ebuild
+++ b/dev-python/aiomysql/aiomysql-0.0.21.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_7 )
+PYTHON_COMPAT=( python3_{7,8} )
inherit distutils-r1
@@ -23,11 +23,14 @@ RESTRICT="test"
RDEPEND=">=dev-python/pymysql-0.9.0[${PYTHON_USEDEP}]"
DEPEND="test? (
- dev-python/coverage[${PYTHON_USEDEP}]
dev-python/docker-py[${PYTHON_USEDEP}]
+ dev-python/ipdb[${PYTHON_USEDEP}]
dev-python/flake8[${PYTHON_USEDEP}]
+ <dev-python/pytest-5.4.1[${PYTHON_USEDEP}]
+ dev-python/pytest-sugar[${PYTHON_USEDEP}]
dev-python/sqlalchemy[${PYTHON_USEDEP}]
- dev-python/uvloop[${PYTHON_USEDEP}] )"
+ dev-python/uvloop[${PYTHON_USEDEP}]
+)"
python_prepare_all() {
# fails: lots of AttributeError