public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aiosqlite/
@ 2020-03-18 17:25 Andrew Ammerlaan
  0 siblings, 0 replies; 13+ messages in thread
From: Andrew Ammerlaan @ 2020-03-18 17:25 UTC (permalink / raw
  To: gentoo-commits

commit:     adb1c4ac9d52d0491c54ee34c3170d49f99f9d53
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Mar 18 17:25:00 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Mar 18 17:25:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=adb1c4ac

dev-python/aiosqlite: enable tests

Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/aiosqlite/aiosqlite-0.11.0.ebuild | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/dev-python/aiosqlite/aiosqlite-0.11.0.ebuild b/dev-python/aiosqlite/aiosqlite-0.11.0.ebuild
index 26779aa..04ca63f 100644
--- a/dev-python/aiosqlite/aiosqlite-0.11.0.ebuild
+++ b/dev-python/aiosqlite/aiosqlite-0.11.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1
 
@@ -14,3 +14,14 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
+
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="test? (
+	dev-python/aiounittest[${PYTHON_USEDEP}]
+	dev-python/mypy[${PYTHON_USEDEP}]
+	dev-python/pylint[${PYTHON_USEDEP}]
+	dev-python/twine[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests unittest


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aiosqlite/
@ 2020-04-12 16:16 Andrew Ammerlaan
  0 siblings, 0 replies; 13+ messages in thread
From: Andrew Ammerlaan @ 2020-04-12 16:16 UTC (permalink / raw
  To: gentoo-commits

commit:     31929d12144b68f667ad7b4a05dbd92b8093b9c5
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Apr 12 15:36:58 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Apr 12 15:36:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=31929d12

dev-python/aiosqlite: version bump 0.12.0

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/aiosqlite/Manifest                                           | 2 +-
 .../aiosqlite/{aiosqlite-0.11.0.ebuild => aiosqlite-0.12.0.ebuild}      | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/aiosqlite/Manifest b/dev-python/aiosqlite/Manifest
index 7fbf148..d300dbb 100644
--- a/dev-python/aiosqlite/Manifest
+++ b/dev-python/aiosqlite/Manifest
@@ -1 +1 @@
-DIST aiosqlite-0.11.0.tar.gz 10062 BLAKE2B 19eab8679ef8b49749e58e80714516ad19a7f13187a386171eedb7c751de46ab8cda7a554a7cd3ac2ef76577721b9c5572c49655443165bdbda559720852fefd SHA512 7570434e40ba61b6568d9f16ad0fec8a246de12b604a514d7de8e113aa5ed3060a5e183f803bc6e8719f0bbdf45957bb43633b9cba73866d53b7a52bcf185580
+DIST aiosqlite-0.12.0.tar.gz 10407 BLAKE2B e8a521fee997677b48f054ecbe72445448c5d15a73baa05dd86535596b95fabb13d933726dd356113506961bfda2147bf3defe2b98f3ab97d26140695a2049c1 SHA512 8bf8531299a5dec48617fd0d39aa25a2611595092e3ff2386041a22846b9ecb04a5951803f44b8073513d5a7b2fe7334d6d75193f6b4b00ba5091fa377a0aa2d

diff --git a/dev-python/aiosqlite/aiosqlite-0.11.0.ebuild b/dev-python/aiosqlite/aiosqlite-0.12.0.ebuild
similarity index 100%
rename from dev-python/aiosqlite/aiosqlite-0.11.0.ebuild
rename to dev-python/aiosqlite/aiosqlite-0.12.0.ebuild


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aiosqlite/
@ 2020-06-09 14:50 Andrew Ammerlaan
  0 siblings, 0 replies; 13+ messages in thread
From: Andrew Ammerlaan @ 2020-06-09 14:50 UTC (permalink / raw
  To: gentoo-commits

commit:     80259d2edbd2c3a3151bba69494619c02757d84f
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Jun  9 14:50:04 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Jun  9 14:50:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=80259d2e

dev-python/aiosqlite: version bump

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/aiosqlite/Manifest                |  1 +
 dev-python/aiosqlite/aiosqlite-0.13.0.ebuild | 30 ++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/aiosqlite/Manifest b/dev-python/aiosqlite/Manifest
index d300dbb..78dc6f0 100644
--- a/dev-python/aiosqlite/Manifest
+++ b/dev-python/aiosqlite/Manifest
@@ -1 +1,2 @@
 DIST aiosqlite-0.12.0.tar.gz 10407 BLAKE2B e8a521fee997677b48f054ecbe72445448c5d15a73baa05dd86535596b95fabb13d933726dd356113506961bfda2147bf3defe2b98f3ab97d26140695a2049c1 SHA512 8bf8531299a5dec48617fd0d39aa25a2611595092e3ff2386041a22846b9ecb04a5951803f44b8073513d5a7b2fe7334d6d75193f6b4b00ba5091fa377a0aa2d
+DIST aiosqlite-0.13.0.tar.gz 22869 BLAKE2B d36701d482fd77b0e4c031c9c205a68d738dbc20b0ed65246cda8d1c56587fc33850023a76685e0e27b008997cd47d472c8d8d742c0fb5c19db64f471764cb55 SHA512 f6304803f9533c8caded7e28feabe18367ee436af8a1a138344104708bd46eb7bbf0e0cad347a4e604b821463c4039b0de4ad3e72c6a39cb104d78e7d393fa62

diff --git a/dev-python/aiosqlite/aiosqlite-0.13.0.ebuild b/dev-python/aiosqlite/aiosqlite-0.13.0.ebuild
new file mode 100644
index 0000000..925197a
--- /dev/null
+++ b/dev-python/aiosqlite/aiosqlite-0.13.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="asyncio bridge to the standard sqlite3 module"
+HOMEPAGE="https://github.com/jreese/aiosqlite"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="test? (
+	dev-python/aiounittest[${PYTHON_USEDEP}]
+	dev-python/mypy[${PYTHON_USEDEP}]
+	dev-python/pylint[${PYTHON_USEDEP}]
+	dev-python/twine[${PYTHON_USEDEP}]
+)"
+
+distutils_enable_tests unittest
+# TypeError: add_source_parser() takes 2 positional arguments but 3 were given
+#distutils_enable_sphinx docs


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aiosqlite/
@ 2020-12-18 15:25 Andrew Ammerlaan
  2020-12-18 16:26 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
  0 siblings, 1 reply; 13+ messages in thread
From: Andrew Ammerlaan @ 2020-12-18 15:25 UTC (permalink / raw
  To: gentoo-commits

commit:     50a9edfa73c38cc74a065609952c41d83d9fb133
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Dec 18 14:58:42 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Dec 18 14:58:42 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=50a9edfa

dev-python/aiosqlite: version bump 0.16.0, add py3.9

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/aiosqlite/Manifest                      |  3 +--
 dev-python/aiosqlite/aiosqlite-0.12.0.ebuild       | 27 ----------------------
 ...qlite-0.13.0.ebuild => aiosqlite-0.16.0.ebuild} |  6 ++---
 3 files changed, 4 insertions(+), 32 deletions(-)

diff --git a/dev-python/aiosqlite/Manifest b/dev-python/aiosqlite/Manifest
index 78dc6f03..9f0d7493 100644
--- a/dev-python/aiosqlite/Manifest
+++ b/dev-python/aiosqlite/Manifest
@@ -1,2 +1 @@
-DIST aiosqlite-0.12.0.tar.gz 10407 BLAKE2B e8a521fee997677b48f054ecbe72445448c5d15a73baa05dd86535596b95fabb13d933726dd356113506961bfda2147bf3defe2b98f3ab97d26140695a2049c1 SHA512 8bf8531299a5dec48617fd0d39aa25a2611595092e3ff2386041a22846b9ecb04a5951803f44b8073513d5a7b2fe7334d6d75193f6b4b00ba5091fa377a0aa2d
-DIST aiosqlite-0.13.0.tar.gz 22869 BLAKE2B d36701d482fd77b0e4c031c9c205a68d738dbc20b0ed65246cda8d1c56587fc33850023a76685e0e27b008997cd47d472c8d8d742c0fb5c19db64f471764cb55 SHA512 f6304803f9533c8caded7e28feabe18367ee436af8a1a138344104708bd46eb7bbf0e0cad347a4e604b821463c4039b0de4ad3e72c6a39cb104d78e7d393fa62
+DIST aiosqlite-0.16.0.tar.gz 25690 BLAKE2B be06e8ebea9f3e0c16649fbaaf86317584bd6329e5d890aa3cac432d54122c5441461a40f3690e59453a573bffc56277338391b466abaf121a28c2d71929687c SHA512 f554293663b15303f0aea0d1c10730d15766a30efa0538501a4f08acaccf8807bad78382d5c8a034cdffcfbceb42cbbe4eecdb97e2ef97c5143ab374e9b314b4

diff --git a/dev-python/aiosqlite/aiosqlite-0.12.0.ebuild b/dev-python/aiosqlite/aiosqlite-0.12.0.ebuild
deleted file mode 100644
index f0164597..00000000
--- a/dev-python/aiosqlite/aiosqlite-0.12.0.ebuild
+++ /dev/null
@@ -1,27 +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="asyncio bridge to the standard sqlite3 module"
-HOMEPAGE="https://github.com/jreese/aiosqlite"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="test? (
-	dev-python/aiounittest[${PYTHON_USEDEP}]
-	dev-python/mypy[${PYTHON_USEDEP}]
-	dev-python/pylint[${PYTHON_USEDEP}]
-	dev-python/twine[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests unittest

diff --git a/dev-python/aiosqlite/aiosqlite-0.13.0.ebuild b/dev-python/aiosqlite/aiosqlite-0.16.0.ebuild
similarity index 88%
rename from dev-python/aiosqlite/aiosqlite-0.13.0.ebuild
rename to dev-python/aiosqlite/aiosqlite-0.16.0.ebuild
index 1cff03c3..e12dde52 100644
--- a/dev-python/aiosqlite/aiosqlite-0.13.0.ebuild
+++ b/dev-python/aiosqlite/aiosqlite-0.16.0.ebuild
@@ -3,7 +3,8 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
+DISTUTILS_USE_SETUPTOOLS=no
 
 inherit distutils-r1
 
@@ -18,10 +19,9 @@ KEYWORDS="~amd64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-DEPEND="test? (
+BDEPEND="test? (
 	dev-python/aiounittest[${PYTHON_USEDEP}]
 	dev-python/mypy[${PYTHON_USEDEP}]
-	dev-python/pylint[${PYTHON_USEDEP}]
 	dev-python/twine[${PYTHON_USEDEP}]
 )"
 


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/aiosqlite/
  2020-12-18 15:25 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aiosqlite/ Andrew Ammerlaan
@ 2020-12-18 16:26 ` Andrew Ammerlaan
  0 siblings, 0 replies; 13+ messages in thread
From: Andrew Ammerlaan @ 2020-12-18 16:26 UTC (permalink / raw
  To: gentoo-commits

commit:     50a9edfa73c38cc74a065609952c41d83d9fb133
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Dec 18 14:58:42 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Dec 18 14:58:42 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=50a9edfa

dev-python/aiosqlite: version bump 0.16.0, add py3.9

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/aiosqlite/Manifest                      |  3 +--
 dev-python/aiosqlite/aiosqlite-0.12.0.ebuild       | 27 ----------------------
 ...qlite-0.13.0.ebuild => aiosqlite-0.16.0.ebuild} |  6 ++---
 3 files changed, 4 insertions(+), 32 deletions(-)

diff --git a/dev-python/aiosqlite/Manifest b/dev-python/aiosqlite/Manifest
index 78dc6f03..9f0d7493 100644
--- a/dev-python/aiosqlite/Manifest
+++ b/dev-python/aiosqlite/Manifest
@@ -1,2 +1 @@
-DIST aiosqlite-0.12.0.tar.gz 10407 BLAKE2B e8a521fee997677b48f054ecbe72445448c5d15a73baa05dd86535596b95fabb13d933726dd356113506961bfda2147bf3defe2b98f3ab97d26140695a2049c1 SHA512 8bf8531299a5dec48617fd0d39aa25a2611595092e3ff2386041a22846b9ecb04a5951803f44b8073513d5a7b2fe7334d6d75193f6b4b00ba5091fa377a0aa2d
-DIST aiosqlite-0.13.0.tar.gz 22869 BLAKE2B d36701d482fd77b0e4c031c9c205a68d738dbc20b0ed65246cda8d1c56587fc33850023a76685e0e27b008997cd47d472c8d8d742c0fb5c19db64f471764cb55 SHA512 f6304803f9533c8caded7e28feabe18367ee436af8a1a138344104708bd46eb7bbf0e0cad347a4e604b821463c4039b0de4ad3e72c6a39cb104d78e7d393fa62
+DIST aiosqlite-0.16.0.tar.gz 25690 BLAKE2B be06e8ebea9f3e0c16649fbaaf86317584bd6329e5d890aa3cac432d54122c5441461a40f3690e59453a573bffc56277338391b466abaf121a28c2d71929687c SHA512 f554293663b15303f0aea0d1c10730d15766a30efa0538501a4f08acaccf8807bad78382d5c8a034cdffcfbceb42cbbe4eecdb97e2ef97c5143ab374e9b314b4

diff --git a/dev-python/aiosqlite/aiosqlite-0.12.0.ebuild b/dev-python/aiosqlite/aiosqlite-0.12.0.ebuild
deleted file mode 100644
index f0164597..00000000
--- a/dev-python/aiosqlite/aiosqlite-0.12.0.ebuild
+++ /dev/null
@@ -1,27 +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="asyncio bridge to the standard sqlite3 module"
-HOMEPAGE="https://github.com/jreese/aiosqlite"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="test? (
-	dev-python/aiounittest[${PYTHON_USEDEP}]
-	dev-python/mypy[${PYTHON_USEDEP}]
-	dev-python/pylint[${PYTHON_USEDEP}]
-	dev-python/twine[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests unittest

diff --git a/dev-python/aiosqlite/aiosqlite-0.13.0.ebuild b/dev-python/aiosqlite/aiosqlite-0.16.0.ebuild
similarity index 88%
rename from dev-python/aiosqlite/aiosqlite-0.13.0.ebuild
rename to dev-python/aiosqlite/aiosqlite-0.16.0.ebuild
index 1cff03c3..e12dde52 100644
--- a/dev-python/aiosqlite/aiosqlite-0.13.0.ebuild
+++ b/dev-python/aiosqlite/aiosqlite-0.16.0.ebuild
@@ -3,7 +3,8 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
+DISTUTILS_USE_SETUPTOOLS=no
 
 inherit distutils-r1
 
@@ -18,10 +19,9 @@ KEYWORDS="~amd64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-DEPEND="test? (
+BDEPEND="test? (
 	dev-python/aiounittest[${PYTHON_USEDEP}]
 	dev-python/mypy[${PYTHON_USEDEP}]
-	dev-python/pylint[${PYTHON_USEDEP}]
 	dev-python/twine[${PYTHON_USEDEP}]
 )"
 


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aiosqlite/
  2020-12-19 10:09 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2020-12-19 10:08 ` Andrew Ammerlaan
  0 siblings, 0 replies; 13+ messages in thread
From: Andrew Ammerlaan @ 2020-12-19 10:08 UTC (permalink / raw
  To: gentoo-commits

commit:     e85dac6e635c606c3cf500e217ca2868b65e7761
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Dec 19 10:08:26 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Dec 19 10:08:26 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e85dac6e

dev-python/aiosqlite: drop unnecesairy dep

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/aiosqlite/aiosqlite-0.16.0.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-python/aiosqlite/aiosqlite-0.16.0.ebuild b/dev-python/aiosqlite/aiosqlite-0.16.0.ebuild
index e12dde52..0bd4cb0a 100644
--- a/dev-python/aiosqlite/aiosqlite-0.16.0.ebuild
+++ b/dev-python/aiosqlite/aiosqlite-0.16.0.ebuild
@@ -21,7 +21,6 @@ RESTRICT="!test? ( test )"
 
 BDEPEND="test? (
 	dev-python/aiounittest[${PYTHON_USEDEP}]
-	dev-python/mypy[${PYTHON_USEDEP}]
 	dev-python/twine[${PYTHON_USEDEP}]
 )"
 


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aiosqlite/
@ 2021-04-28  3:15 Theo Anderson
  0 siblings, 0 replies; 13+ messages in thread
From: Theo Anderson @ 2021-04-28  3:15 UTC (permalink / raw
  To: gentoo-commits

commit:     f7d5468bb22f994f77160b64eb1528d8629ae47a
Author:     Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Wed Apr 28 02:20:50 2021 +0000
Commit:     Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Wed Apr 28 02:20:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f7d5468b

dev-python/aiosqlite: add 0.17.0

Signed-off-by: Theo Anderson <telans <AT> posteo.de>

 dev-python/aiosqlite/Manifest                |  1 +
 dev-python/aiosqlite/aiosqlite-0.17.0.ebuild | 29 ++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/aiosqlite/Manifest b/dev-python/aiosqlite/Manifest
index 9f0d74931..442711215 100644
--- a/dev-python/aiosqlite/Manifest
+++ b/dev-python/aiosqlite/Manifest
@@ -1 +1,2 @@
 DIST aiosqlite-0.16.0.tar.gz 25690 BLAKE2B be06e8ebea9f3e0c16649fbaaf86317584bd6329e5d890aa3cac432d54122c5441461a40f3690e59453a573bffc56277338391b466abaf121a28c2d71929687c SHA512 f554293663b15303f0aea0d1c10730d15766a30efa0538501a4f08acaccf8807bad78382d5c8a034cdffcfbceb42cbbe4eecdb97e2ef97c5143ab374e9b314b4
+DIST aiosqlite-0.17.0.tar.gz 25941 BLAKE2B 869d165bc8c791cb94159f6508f5113d915f5531117d0d79ac1f297de16cbb78574a7eaafc1bceccc9e4397f88f490b90d49becb4b7cc2c0d51e14f0afd7561b SHA512 50f9965ef7dafe91a2f41dc41489395e437080aa4b7853800d806d21f4f8042d92ff6cfd2aeadefa7ca5e4debd14f39d93ca28c89f3116b3b61b2e8829533e6e

diff --git a/dev-python/aiosqlite/aiosqlite-0.17.0.ebuild b/dev-python/aiosqlite/aiosqlite-0.17.0.ebuild
new file mode 100644
index 000000000..0bd4cb0a5
--- /dev/null
+++ b/dev-python/aiosqlite/aiosqlite-0.17.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+DISTUTILS_USE_SETUPTOOLS=no
+
+inherit distutils-r1
+
+DESCRIPTION="asyncio bridge to the standard sqlite3 module"
+HOMEPAGE="https://github.com/jreese/aiosqlite"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="test? (
+	dev-python/aiounittest[${PYTHON_USEDEP}]
+	dev-python/twine[${PYTHON_USEDEP}]
+)"
+
+distutils_enable_tests unittest
+# TypeError: add_source_parser() takes 2 positional arguments but 3 were given
+#distutils_enable_sphinx docs


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aiosqlite/
@ 2021-05-26 12:03 Anna Vyalkova
  0 siblings, 0 replies; 13+ messages in thread
From: Anna Vyalkova @ 2021-05-26 12:03 UTC (permalink / raw
  To: gentoo-commits

commit:     22cf9143c404d3737d343b7edd50db142d7f838a
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed May 26 11:23:33 2021 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Wed May 26 11:23:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=22cf9143

dev-python/aiosqlite: add missing runtime dep

Closes: https://bugs.gentoo.org/792174
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/aiosqlite/Manifest                   |  1 -
 dev-python/aiosqlite/aiosqlite-0.16.0.ebuild    | 28 -----------------------
 dev-python/aiosqlite/aiosqlite-0.17.0-r1.ebuild | 30 +++++++++++++++++++++++++
 dev-python/aiosqlite/aiosqlite-0.17.0.ebuild    | 28 -----------------------
 4 files changed, 30 insertions(+), 57 deletions(-)

diff --git a/dev-python/aiosqlite/Manifest b/dev-python/aiosqlite/Manifest
index 442711215..fb7002456 100644
--- a/dev-python/aiosqlite/Manifest
+++ b/dev-python/aiosqlite/Manifest
@@ -1,2 +1 @@
-DIST aiosqlite-0.16.0.tar.gz 25690 BLAKE2B be06e8ebea9f3e0c16649fbaaf86317584bd6329e5d890aa3cac432d54122c5441461a40f3690e59453a573bffc56277338391b466abaf121a28c2d71929687c SHA512 f554293663b15303f0aea0d1c10730d15766a30efa0538501a4f08acaccf8807bad78382d5c8a034cdffcfbceb42cbbe4eecdb97e2ef97c5143ab374e9b314b4
 DIST aiosqlite-0.17.0.tar.gz 25941 BLAKE2B 869d165bc8c791cb94159f6508f5113d915f5531117d0d79ac1f297de16cbb78574a7eaafc1bceccc9e4397f88f490b90d49becb4b7cc2c0d51e14f0afd7561b SHA512 50f9965ef7dafe91a2f41dc41489395e437080aa4b7853800d806d21f4f8042d92ff6cfd2aeadefa7ca5e4debd14f39d93ca28c89f3116b3b61b2e8829533e6e

diff --git a/dev-python/aiosqlite/aiosqlite-0.16.0.ebuild b/dev-python/aiosqlite/aiosqlite-0.16.0.ebuild
deleted file mode 100644
index 1d55ccc84..000000000
--- a/dev-python/aiosqlite/aiosqlite-0.16.0.ebuild
+++ /dev/null
@@ -1,28 +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,9} )
-DISTUTILS_USE_SETUPTOOLS=no
-
-inherit distutils-r1
-
-DESCRIPTION="asyncio bridge to the standard sqlite3 module"
-HOMEPAGE="https://github.com/jreese/aiosqlite"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="test? (
-	dev-python/aiounittest[${PYTHON_USEDEP}]
-)"
-
-distutils_enable_tests unittest
-# TypeError: add_source_parser() takes 2 positional arguments but 3 were given
-#distutils_enable_sphinx docs

diff --git a/dev-python/aiosqlite/aiosqlite-0.17.0-r1.ebuild b/dev-python/aiosqlite/aiosqlite-0.17.0-r1.ebuild
new file mode 100644
index 000000000..9e67528f4
--- /dev/null
+++ b/dev-python/aiosqlite/aiosqlite-0.17.0-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+DISTUTILS_USE_SETUPTOOLS="pyproject.toml"
+
+inherit distutils-r1
+
+DESCRIPTION="asyncio bridge to the standard sqlite3 module"
+HOMEPAGE="
+	https://aiosqlite.omnilib.dev
+	https://pypi.org/project/aiosqlite
+	https://github.com/jreese/aiosqlite
+"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/typing-extensions[${PYTHON_USEDEP}]"
+BDEPEND="test? (
+	dev-python/aiounittest[${PYTHON_USEDEP}]
+)"
+
+distutils_enable_tests unittest
+# AttributeError: 'str' object has no attribute 'supported'
+#distutils_enable_sphinx docs dev-python/m2r

diff --git a/dev-python/aiosqlite/aiosqlite-0.17.0.ebuild b/dev-python/aiosqlite/aiosqlite-0.17.0.ebuild
deleted file mode 100644
index 1d55ccc84..000000000
--- a/dev-python/aiosqlite/aiosqlite-0.17.0.ebuild
+++ /dev/null
@@ -1,28 +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,9} )
-DISTUTILS_USE_SETUPTOOLS=no
-
-inherit distutils-r1
-
-DESCRIPTION="asyncio bridge to the standard sqlite3 module"
-HOMEPAGE="https://github.com/jreese/aiosqlite"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="test? (
-	dev-python/aiounittest[${PYTHON_USEDEP}]
-)"
-
-distutils_enable_tests unittest
-# TypeError: add_source_parser() takes 2 positional arguments but 3 were given
-#distutils_enable_sphinx docs


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aiosqlite/
@ 2021-08-21  9:02 Anna Vyalkova
  0 siblings, 0 replies; 13+ messages in thread
From: Anna Vyalkova @ 2021-08-21  9:02 UTC (permalink / raw
  To: gentoo-commits

commit:     62785761a08642e66471f5baec0ec482b1b98dda
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Aug 17 22:17:48 2021 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sat Aug 21 08:57:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=62785761

dev-python/aiosqlite: update EAPI, enable py3.10

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/aiosqlite/aiosqlite-0.17.0-r1.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-python/aiosqlite/aiosqlite-0.17.0-r1.ebuild b/dev-python/aiosqlite/aiosqlite-0.17.0-r1.ebuild
index 9e67528f4..ac181b019 100644
--- a/dev-python/aiosqlite/aiosqlite-0.17.0-r1.ebuild
+++ b/dev-python/aiosqlite/aiosqlite-0.17.0-r1.ebuild
@@ -1,11 +1,10 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 DISTUTILS_USE_SETUPTOOLS="pyproject.toml"
-
 inherit distutils-r1
 
 DESCRIPTION="asyncio bridge to the standard sqlite3 module"


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aiosqlite/
@ 2022-05-31  7:27 Anna Vyalkova
  0 siblings, 0 replies; 13+ messages in thread
From: Anna Vyalkova @ 2022-05-31  7:27 UTC (permalink / raw
  To: gentoo-commits

commit:     fef9640ab88f7aebed288810b3b2065428fc9234
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue May 31 06:16:30 2022 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue May 31 07:26:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fef9640a

dev-python/aiosqlite: PEP517

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/aiosqlite/aiosqlite-0.17.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/aiosqlite/aiosqlite-0.17.0-r1.ebuild b/dev-python/aiosqlite/aiosqlite-0.17.0-r1.ebuild
index 7b98e3024..d624d223d 100644
--- a/dev-python/aiosqlite/aiosqlite-0.17.0-r1.ebuild
+++ b/dev-python/aiosqlite/aiosqlite-0.17.0-r1.ebuild
@@ -4,14 +4,14 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_{8..10} )
-DISTUTILS_USE_SETUPTOOLS="pyproject.toml"
+DISTUTILS_USE_PEP517=flit
 inherit distutils-r1
 
 DESCRIPTION="asyncio bridge to the standard sqlite3 module"
 HOMEPAGE="
 	https://aiosqlite.omnilib.dev
 	https://pypi.org/project/aiosqlite/
-	https://github.com/jreese/aiosqlite
+	https://github.com/omnilib/aiosqlite
 "
 SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aiosqlite/
@ 2022-11-03  3:09 Anna Vyalkova
  0 siblings, 0 replies; 13+ messages in thread
From: Anna Vyalkova @ 2022-11-03  3:09 UTC (permalink / raw
  To: gentoo-commits

commit:     531861b3b7605d65a09e22e78feed48c8b760d7f
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Nov  3 00:50:23 2022 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu Nov  3 01:12:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=531861b3

dev-python/aiosqlite: enable py3.11

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 .../{aiosqlite-0.17.0-r1.ebuild => aiosqlite-0.17.0-r2.ebuild}        | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-python/aiosqlite/aiosqlite-0.17.0-r1.ebuild b/dev-python/aiosqlite/aiosqlite-0.17.0-r2.ebuild
similarity index 92%
rename from dev-python/aiosqlite/aiosqlite-0.17.0-r1.ebuild
rename to dev-python/aiosqlite/aiosqlite-0.17.0-r2.ebuild
index d624d223d..baf7b7808 100644
--- a/dev-python/aiosqlite/aiosqlite-0.17.0-r1.ebuild
+++ b/dev-python/aiosqlite/aiosqlite-0.17.0-r2.ebuild
@@ -3,7 +3,8 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_REQ_USE="sqlite"
 DISTUTILS_USE_PEP517=flit
 inherit distutils-r1
 
@@ -25,5 +26,6 @@ BDEPEND="test? (
 )"
 
 distutils_enable_tests unittest
+
 # AttributeError: 'str' object has no attribute 'supported'
 #distutils_enable_sphinx docs dev-python/m2r


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aiosqlite/
@ 2022-11-11 18:55 Anna Vyalkova
  0 siblings, 0 replies; 13+ messages in thread
From: Anna Vyalkova @ 2022-11-11 18:55 UTC (permalink / raw
  To: gentoo-commits

commit:     b5622d6e1f0a8b0c2e8849733078289e4f3542c9
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Nov 11 18:52:28 2022 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Fri Nov 11 18:52:28 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b5622d6e

dev-python/aiosqlite: add myself as a maintainer

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/aiosqlite/metadata.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dev-python/aiosqlite/metadata.xml b/dev-python/aiosqlite/metadata.xml
index a507be0a7..e0260e99f 100644
--- a/dev-python/aiosqlite/metadata.xml
+++ b/dev-python/aiosqlite/metadata.xml
@@ -6,4 +6,8 @@
         <email>piotr.staroszczyk@get24.org</email>
         <name>Piotr Staroszczyk</name>
     </maintainer>
+    <maintainer type="person">
+        <email>cyber+gentoo@sysrq.in</email>
+        <name>Anna</name>
+    </maintainer>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aiosqlite/
@ 2023-02-08  2:23 Julien Roy
  0 siblings, 0 replies; 13+ messages in thread
From: Julien Roy @ 2023-02-08  2:23 UTC (permalink / raw
  To: gentoo-commits

commit:     53eea0f24df553b3f7837168ee1463157c4641ab
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Wed Feb  8 02:23:16 2023 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Wed Feb  8 02:23:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=53eea0f2

dev-python/aiosqlite: treeclean

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/aiosqlite/Manifest                   |  1 -
 dev-python/aiosqlite/aiosqlite-0.17.0-r2.ebuild | 31 -------------------------
 dev-python/aiosqlite/metadata.xml               | 13 -----------
 3 files changed, 45 deletions(-)

diff --git a/dev-python/aiosqlite/Manifest b/dev-python/aiosqlite/Manifest
deleted file mode 100644
index fb7002456..000000000
--- a/dev-python/aiosqlite/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST aiosqlite-0.17.0.tar.gz 25941 BLAKE2B 869d165bc8c791cb94159f6508f5113d915f5531117d0d79ac1f297de16cbb78574a7eaafc1bceccc9e4397f88f490b90d49becb4b7cc2c0d51e14f0afd7561b SHA512 50f9965ef7dafe91a2f41dc41489395e437080aa4b7853800d806d21f4f8042d92ff6cfd2aeadefa7ca5e4debd14f39d93ca28c89f3116b3b61b2e8829533e6e

diff --git a/dev-python/aiosqlite/aiosqlite-0.17.0-r2.ebuild b/dev-python/aiosqlite/aiosqlite-0.17.0-r2.ebuild
deleted file mode 100644
index baf7b7808..000000000
--- a/dev-python/aiosqlite/aiosqlite-0.17.0-r2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-PYTHON_REQ_USE="sqlite"
-DISTUTILS_USE_PEP517=flit
-inherit distutils-r1
-
-DESCRIPTION="asyncio bridge to the standard sqlite3 module"
-HOMEPAGE="
-	https://aiosqlite.omnilib.dev
-	https://pypi.org/project/aiosqlite/
-	https://github.com/omnilib/aiosqlite
-"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-python/typing-extensions[${PYTHON_USEDEP}]"
-BDEPEND="test? (
-	dev-python/aiounittest[${PYTHON_USEDEP}]
-)"
-
-distutils_enable_tests unittest
-
-# AttributeError: 'str' object has no attribute 'supported'
-#distutils_enable_sphinx docs dev-python/m2r

diff --git a/dev-python/aiosqlite/metadata.xml b/dev-python/aiosqlite/metadata.xml
deleted file mode 100644
index e0260e99f..000000000
--- a/dev-python/aiosqlite/metadata.xml
+++ /dev/null
@@ -1,13 +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>
-    <maintainer type="person">
-        <email>cyber+gentoo@sysrq.in</email>
-        <name>Anna</name>
-    </maintainer>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2023-02-08  2:23 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-18 15:25 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aiosqlite/ Andrew Ammerlaan
2020-12-18 16:26 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2023-02-08  2:23 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2022-11-11 18:55 Anna Vyalkova
2022-11-03  3:09 Anna Vyalkova
2022-05-31  7:27 Anna Vyalkova
2021-08-21  9:02 Anna Vyalkova
2021-05-26 12:03 Anna Vyalkova
2021-04-28  3:15 Theo Anderson
2020-12-19 10:09 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-12-19 10:08 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-06-09 14:50 Andrew Ammerlaan
2020-04-12 16:16 Andrew Ammerlaan
2020-03-18 17:25 Andrew Ammerlaan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox