* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aiomysql/
2020-12-18 16:26 [gentoo-commits] repo/proj/guru:master commit in: dev-python/aiomysql/ Andrew Ammerlaan
@ 2020-12-18 15:25 ` Andrew Ammerlaan
0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2020-12-18 15:25 UTC (permalink / raw
To: gentoo-commits
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
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/aiomysql/
@ 2020-12-18 16:26 Andrew Ammerlaan
2020-12-18 15:25 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
0 siblings, 1 reply; 6+ messages in thread
From: Andrew Ammerlaan @ 2020-12-18 16:26 UTC (permalink / raw
To: gentoo-commits
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
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/aiomysql/
2020-12-19 10:08 Andrew Ammerlaan
@ 2020-12-19 10:09 ` Andrew Ammerlaan
0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2020-12-19 10:09 UTC (permalink / raw
To: gentoo-commits
commit: bdce1acba62ac5bdcdc5e0702abad91f14f3726e
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Dec 19 10:05:08 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Dec 19 10:05:08 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bdce1acb
dev-python/aiomysql: drop unnecesairy dep
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/aiomysql/aiomysql-0.0.21.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/dev-python/aiomysql/aiomysql-0.0.21.ebuild b/dev-python/aiomysql/aiomysql-0.0.21.ebuild
index 53425278..e9a75bb2 100644
--- a/dev-python/aiomysql/aiomysql-0.0.21.ebuild
+++ b/dev-python/aiomysql/aiomysql-0.0.21.ebuild
@@ -27,7 +27,6 @@ DEPEND="test? (
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}]
)"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/aiomysql/
@ 2021-05-26 13:42 Andrew Ammerlaan
0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2021-05-26 13:42 UTC (permalink / raw
To: gentoo-commits
commit: ae8d63eb8e6542cd5ed6dd751fe874ad97135ee2
Author: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed May 26 00:42:42 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed May 26 01:53:16 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ae8d63eb
dev-python/aiomysql: treeclean
It supports only pymysql-0.9.x, which is no longer in ::gentoo
Signed-off-by: Anna Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/aiomysql/Manifest | 1 -
dev-python/aiomysql/aiomysql-0.0.21.ebuild | 41 ------------------------------
dev-python/aiomysql/metadata.xml | 9 -------
3 files changed, 51 deletions(-)
diff --git a/dev-python/aiomysql/Manifest b/dev-python/aiomysql/Manifest
deleted file mode 100644
index 2bc4fed4c..000000000
--- a/dev-python/aiomysql/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST aiomysql-0.0.21.tar.gz 97049 BLAKE2B 58e7982139721422b39f84da550c41a9f52272981de8d913768ee3c4a5cb88dcde5df690af1e15087fe9043c721205b3ef0e2545c4af9f820dfdb7a675ce94b9 SHA512 e715c02541cadc483851b8a0e2c6f5cc5a0c499b41e785f2ab7519869d184d50c30f37e83f330f8be3494719d1a9eb64f6ce37746e9a75533f63d2f97fd3372d
diff --git a/dev-python/aiomysql/aiomysql-0.0.21.ebuild b/dev-python/aiomysql/aiomysql-0.0.21.ebuild
deleted file mode 100644
index 96b07077c..000000000
--- a/dev-python/aiomysql/aiomysql-0.0.21.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} )
-
-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
-"
-SRC_URI="https://github.com/aio-libs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RESTRICT="test"
-
-RDEPEND=">=dev-python/pymysql-0.9.0[${PYTHON_USEDEP}]"
-
-DEPEND="test? (
- dev-python/docker-py[${PYTHON_USEDEP}]
- dev-python/ipdb[${PYTHON_USEDEP}]
- <dev-python/pytest-5.4.1[${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
diff --git a/dev-python/aiomysql/metadata.xml b/dev-python/aiomysql/metadata.xml
deleted file mode 100644
index a507be0a7..000000000
--- a/dev-python/aiomysql/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-
-<pkgmetadata>
- <maintainer type="person">
- <email>piotr.staroszczyk@get24.org</email>
- <name>Piotr Staroszczyk</name>
- </maintainer>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/aiomysql/
@ 2024-04-22 20:52 David Roman
0 siblings, 0 replies; 6+ messages in thread
From: David Roman @ 2024-04-22 20:52 UTC (permalink / raw
To: gentoo-commits
commit: c2d0d06127cc1f1e0517b5d706b5e42beca26c21
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Apr 22 20:26:51 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Apr 22 20:26:51 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c2d0d061
dev-python/aiomysql: disable docs build
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/aiomysql/aiomysql-0.1.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/aiomysql/aiomysql-0.1.1.ebuild b/dev-python/aiomysql/aiomysql-0.1.1.ebuild
index 3972e4ba0a..b50cbc4e45 100644
--- a/dev-python/aiomysql/aiomysql-0.1.1.ebuild
+++ b/dev-python/aiomysql/aiomysql-0.1.1.ebuild
@@ -42,8 +42,8 @@ EPYTEST_IGNORE=(
distutils_enable_tests pytest
-distutils_enable_sphinx docs \
- dev-python/sphinxcontrib-asyncio
+#distutils_enable_sphinx docs \
+ #dev-python/sphinxcontrib-asyncio
python_test() {
epytest "${S}"/tests --mysql-unix-socket "$(emysql --get-sockfile)"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/aiomysql/
2024-05-14 0:14 [gentoo-commits] repo/proj/guru:dev " Julien Roy
@ 2024-05-14 0:15 ` Julien Roy
0 siblings, 0 replies; 6+ messages in thread
From: Julien Roy @ 2024-05-14 0:15 UTC (permalink / raw
To: gentoo-commits
commit: c38fd32d6986e015ca00e02a018c4ecf7190b8b1
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Tue May 14 00:13:38 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Tue May 14 00:13:38 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c38fd32d
dev-python/aiomysql: enable py3.12
Bug: https://bugs.gentoo.org/922914
Closes: https://bugs.gentoo.org/931367
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
dev-python/aiomysql/aiomysql-0.1.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/aiomysql/aiomysql-0.1.1.ebuild b/dev-python/aiomysql/aiomysql-0.1.1.ebuild
index b50cbc4e45..5baa1e3188 100644
--- a/dev-python/aiomysql/aiomysql-0.1.1.ebuild
+++ b/dev-python/aiomysql/aiomysql-0.1.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2020-2022 Gentoo Authors
+# Copyright 2020-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit databases distutils-r1
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-05-14 0:15 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-18 16:26 [gentoo-commits] repo/proj/guru:master commit in: dev-python/aiomysql/ Andrew Ammerlaan
2020-12-18 15:25 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2020-12-19 10:08 Andrew Ammerlaan
2020-12-19 10:09 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-05-26 13:42 Andrew Ammerlaan
2024-04-22 20:52 David Roman
2024-05-14 0:14 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-05-14 0:15 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox