[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2024-06-01 Thread Michał Górny
commit: a88c4b45eb371d0f75a430da7e0c97ff820a94fe
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun  1 17:35:07 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun  1 17:37:24 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a88c4b45

dev-python/apsw: Bump to 3.46.0.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/apsw/Manifest |  1 +
 dev-python/apsw/apsw-3.46.0.0.ebuild | 51 
 2 files changed, 52 insertions(+)

diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest
index 6cbc5354ccb5..477197939959 100644
--- a/dev-python/apsw/Manifest
+++ b/dev-python/apsw/Manifest
@@ -1 +1,2 @@
 DIST apsw-3.45.3.0.gh.tar.gz 904570 BLAKE2B 
644c884b6f5624c2d8b48f204a43bbb6dd8761979099e1ebad96a30acc7d79f80549e50300279b8d1061f86f8852735fa92c99df4a6c81a364391a3635464ff1
 SHA512 
73c09aba4ff211e98dfb3365e5f0202f85fa0a05e78f6a35fe08515e84b74ed1576e7bb5c46c77c309ba3e6acacc5681d31e5a4d3d66835d347d82af8feced74
+DIST apsw-3.46.0.0.gh.tar.gz 905622 BLAKE2B 
364d3dd3a967d540f2db15fac60bb082f2bdc4fd012697be2b5b9a1cdba26f0a42697577369bf38a7e022e4c996e5b74cefcaa775618e54834e2cc4fc536e39d
 SHA512 
cfa78dee273e64644e4ce9f0ec158342ed8fb2096e7ae7b8a28aa67016376d3f457ebcd5e612ced544d93980fc918de684e2eae3e570de082b7e613577fd021f

diff --git a/dev-python/apsw/apsw-3.46.0.0.ebuild 
b/dev-python/apsw/apsw-3.46.0.0.ebuild
new file mode 100644
index ..7b49484a85a9
--- /dev/null
+++ b/dev-python/apsw/apsw-3.46.0.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
+
+inherit distutils-r1
+
+DESCRIPTION="APSW - Another Python SQLite Wrapper"
+HOMEPAGE="
+   https://github.com/rogerbinns/apsw/
+   https://pypi.org/project/apsw/
+"
+SRC_URI="
+   https://github.com/rogerbinns/apsw/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="doc"
+
+DEPEND="
+   >=dev-db/sqlite-${PV%.*}:3
+"
+RDEPEND="
+   ${DEPEND}
+"
+
+src_configure() {
+   cat >> setup.cfg <<-EOF || die
+   [build_ext]
+   enable=load_extension
+   use_system_sqlite_config=True
+   EOF
+}
+
+python_test() {
+   esetup.py build_test_extension
+   cd "${T}" || die
+   "${EPYTHON}" -m apsw.tests -v || die "Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2024-05-04 Thread Michał Górny
commit: 0fd40cf5c766deeb4ee62fe7979577468d82f6d0
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May  4 10:49:25 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May  4 11:31:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fd40cf5

dev-python/apsw: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/apsw/Manifest |  1 -
 dev-python/apsw/apsw-3.45.2.0.ebuild | 51 
 2 files changed, 52 deletions(-)

diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest
index d14247d6ccd0..6cbc5354ccb5 100644
--- a/dev-python/apsw/Manifest
+++ b/dev-python/apsw/Manifest
@@ -1,2 +1 @@
-DIST apsw-3.45.2.0.gh.tar.gz 904263 BLAKE2B 
4071e2dc24a304f4f08cefc87cce27d617cab8f2699d134134b2c0c2618422139ebdd38dfafcb17e8a6c515fe5e799d6d827ef5099af23cf628f26c18764aa0a
 SHA512 
864cde25cfd15e3cbddbf1df80dbd861e93c2e8ea458a9f16d0ff4a8ecaf17721321f08bf7ab0659c0a18845be5bcc879b6708175ed971b263a0f274c08b05b9
 DIST apsw-3.45.3.0.gh.tar.gz 904570 BLAKE2B 
644c884b6f5624c2d8b48f204a43bbb6dd8761979099e1ebad96a30acc7d79f80549e50300279b8d1061f86f8852735fa92c99df4a6c81a364391a3635464ff1
 SHA512 
73c09aba4ff211e98dfb3365e5f0202f85fa0a05e78f6a35fe08515e84b74ed1576e7bb5c46c77c309ba3e6acacc5681d31e5a4d3d66835d347d82af8feced74

diff --git a/dev-python/apsw/apsw-3.45.2.0.ebuild 
b/dev-python/apsw/apsw-3.45.2.0.ebuild
deleted file mode 100644
index 617cadf72867..
--- a/dev-python/apsw/apsw-3.45.2.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="APSW - Another Python SQLite Wrapper"
-HOMEPAGE="
-   https://github.com/rogerbinns/apsw/
-   https://pypi.org/project/apsw/
-"
-SRC_URI="
-   https://github.com/rogerbinns/apsw/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
-IUSE="doc"
-
-DEPEND="
-   >=dev-db/sqlite-${PV%.*}:3
-"
-RDEPEND="
-   ${DEPEND}
-"
-
-src_configure() {
-   cat >> setup.cfg <<-EOF || die
-   [build_ext]
-   enable=load_extension
-   use_system_sqlite_config=True
-   EOF
-}
-
-python_test() {
-   esetup.py build_test_extension
-   cd "${T}" || die
-   "${EPYTHON}" -m apsw.tests -v || die "Tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( doc/. )
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2024-05-04 Thread Arthur Zamarin
commit: 6e6fafc3330e75b5a75b6c1db911045de0005296
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May  4 09:48:29 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May  4 09:48:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e6fafc3

dev-python/apsw: Stabilize 3.45.3.0 amd64, #931161

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/apsw/apsw-3.45.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/apsw/apsw-3.45.3.0.ebuild 
b/dev-python/apsw/apsw-3.45.3.0.ebuild
index 753f488f9fec..617cadf72867 100644
--- a/dev-python/apsw/apsw-3.45.3.0.ebuild
+++ b/dev-python/apsw/apsw-3.45.3.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
 IUSE="doc"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2024-05-04 Thread Arthur Zamarin
commit: cd015137ae46b13aa512e0cc0ea68e6b32a16935
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May  4 08:06:23 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May  4 08:06:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd015137

dev-python/apsw: Stabilize 3.45.3.0 x86, #931161

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/apsw/apsw-3.45.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/apsw/apsw-3.45.3.0.ebuild 
b/dev-python/apsw/apsw-3.45.3.0.ebuild
index 6651df94a956..753f488f9fec 100644
--- a/dev-python/apsw/apsw-3.45.3.0.ebuild
+++ b/dev-python/apsw/apsw-3.45.3.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~ppc64 x86"
 IUSE="doc"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2024-05-04 Thread Arthur Zamarin
commit: 4a06388342a80e0abbf976520bd33bca4f61e2cd
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May  4 07:28:38 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May  4 07:28:38 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a063883

dev-python/apsw: Stabilize 3.45.3.0 arm64, #931161

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/apsw/apsw-3.45.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/apsw/apsw-3.45.3.0.ebuild 
b/dev-python/apsw/apsw-3.45.3.0.ebuild
index 7fe76f0deaa5..6651df94a956 100644
--- a/dev-python/apsw/apsw-3.45.3.0.ebuild
+++ b/dev-python/apsw/apsw-3.45.3.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~x86"
 IUSE="doc"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2024-05-01 Thread Michał Górny
commit: e41f5ea96ca5298482415242ef345b788971f9e3
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  2 01:01:28 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  2 01:37:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e41f5ea9

dev-python/apsw: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/apsw/Manifest |  1 -
 dev-python/apsw/apsw-3.45.1.0.ebuild | 51 
 2 files changed, 52 deletions(-)

diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest
index 3902103028fa..d14247d6ccd0 100644
--- a/dev-python/apsw/Manifest
+++ b/dev-python/apsw/Manifest
@@ -1,3 +1,2 @@
-DIST apsw-3.45.1.0.gh.tar.gz 904083 BLAKE2B 
4cf397557bfe36e38fd48d124345de395b77a8dd313ebd77f97624d873123d5ecd82e56b6e134849e00a77f94b0c3ee2fa0cfc888b8fbbddc34b99b3274b8dc8
 SHA512 
5d754c45881db9e299c70bd0c290211f7e30421da258b25b5aa0d8b3c97a10622f0b75735fc84d687f78403fc257139ffc249d926be611a4101b98caf3c60a3a
 DIST apsw-3.45.2.0.gh.tar.gz 904263 BLAKE2B 
4071e2dc24a304f4f08cefc87cce27d617cab8f2699d134134b2c0c2618422139ebdd38dfafcb17e8a6c515fe5e799d6d827ef5099af23cf628f26c18764aa0a
 SHA512 
864cde25cfd15e3cbddbf1df80dbd861e93c2e8ea458a9f16d0ff4a8ecaf17721321f08bf7ab0659c0a18845be5bcc879b6708175ed971b263a0f274c08b05b9
 DIST apsw-3.45.3.0.gh.tar.gz 904570 BLAKE2B 
644c884b6f5624c2d8b48f204a43bbb6dd8761979099e1ebad96a30acc7d79f80549e50300279b8d1061f86f8852735fa92c99df4a6c81a364391a3635464ff1
 SHA512 
73c09aba4ff211e98dfb3365e5f0202f85fa0a05e78f6a35fe08515e84b74ed1576e7bb5c46c77c309ba3e6acacc5681d31e5a4d3d66835d347d82af8feced74

diff --git a/dev-python/apsw/apsw-3.45.1.0.ebuild 
b/dev-python/apsw/apsw-3.45.1.0.ebuild
deleted file mode 100644
index 617cadf72867..
--- a/dev-python/apsw/apsw-3.45.1.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="APSW - Another Python SQLite Wrapper"
-HOMEPAGE="
-   https://github.com/rogerbinns/apsw/
-   https://pypi.org/project/apsw/
-"
-SRC_URI="
-   https://github.com/rogerbinns/apsw/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
-IUSE="doc"
-
-DEPEND="
-   >=dev-db/sqlite-${PV%.*}:3
-"
-RDEPEND="
-   ${DEPEND}
-"
-
-src_configure() {
-   cat >> setup.cfg <<-EOF || die
-   [build_ext]
-   enable=load_extension
-   use_system_sqlite_config=True
-   EOF
-}
-
-python_test() {
-   esetup.py build_test_extension
-   cd "${T}" || die
-   "${EPYTHON}" -m apsw.tests -v || die "Tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( doc/. )
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2024-05-01 Thread Sam James
commit: aeeb188f32ef6507ad8be15d2f1a238fda363bff
Author: Sam James  gentoo  org>
AuthorDate: Wed May  1 23:37:00 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May  1 23:37:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeeb188f

dev-python/apsw: Stabilize 3.45.2.0 amd64, #931028

Signed-off-by: Sam James  gentoo.org>

 dev-python/apsw/apsw-3.45.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/apsw/apsw-3.45.2.0.ebuild 
b/dev-python/apsw/apsw-3.45.2.0.ebuild
index 753f488f9fec..617cadf72867 100644
--- a/dev-python/apsw/apsw-3.45.2.0.ebuild
+++ b/dev-python/apsw/apsw-3.45.2.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
 IUSE="doc"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2024-05-01 Thread Sam James
commit: 6c5c8750431b2d5999248af0506f18306b1a4f51
Author: Sam James  gentoo  org>
AuthorDate: Wed May  1 17:00:55 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May  1 17:00:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c5c8750

dev-python/apsw: Stabilize 3.45.2.0 x86, #931028

Signed-off-by: Sam James  gentoo.org>

 dev-python/apsw/apsw-3.45.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/apsw/apsw-3.45.2.0.ebuild 
b/dev-python/apsw/apsw-3.45.2.0.ebuild
index 7fe76f0deaa5..256e9b867de2 100644
--- a/dev-python/apsw/apsw-3.45.2.0.ebuild
+++ b/dev-python/apsw/apsw-3.45.2.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86"
 IUSE="doc"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2024-05-01 Thread Sam James
commit: 2775536ebaec59eb8049e2ec5b8a8e71fe3a3503
Author: Sam James  gentoo  org>
AuthorDate: Wed May  1 17:00:56 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May  1 17:00:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2775536e

dev-python/apsw: Stabilize 3.45.2.0 arm64, #931028

Signed-off-by: Sam James  gentoo.org>

 dev-python/apsw/apsw-3.45.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/apsw/apsw-3.45.2.0.ebuild 
b/dev-python/apsw/apsw-3.45.2.0.ebuild
index 256e9b867de2..753f488f9fec 100644
--- a/dev-python/apsw/apsw-3.45.2.0.ebuild
+++ b/dev-python/apsw/apsw-3.45.2.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="~amd64 ~arm arm64 ~ppc64 x86"
 IUSE="doc"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2024-04-17 Thread Michał Górny
commit: 5914668041fb3648466e11c3383446401367892f
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Apr 18 05:24:25 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Apr 18 05:31:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59146680

dev-python/apsw: Bump to 3.45.3.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/apsw/Manifest |  1 +
 dev-python/apsw/apsw-3.45.3.0.ebuild | 51 
 2 files changed, 52 insertions(+)

diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest
index 3400d17ff13a..3902103028fa 100644
--- a/dev-python/apsw/Manifest
+++ b/dev-python/apsw/Manifest
@@ -1,2 +1,3 @@
 DIST apsw-3.45.1.0.gh.tar.gz 904083 BLAKE2B 
4cf397557bfe36e38fd48d124345de395b77a8dd313ebd77f97624d873123d5ecd82e56b6e134849e00a77f94b0c3ee2fa0cfc888b8fbbddc34b99b3274b8dc8
 SHA512 
5d754c45881db9e299c70bd0c290211f7e30421da258b25b5aa0d8b3c97a10622f0b75735fc84d687f78403fc257139ffc249d926be611a4101b98caf3c60a3a
 DIST apsw-3.45.2.0.gh.tar.gz 904263 BLAKE2B 
4071e2dc24a304f4f08cefc87cce27d617cab8f2699d134134b2c0c2618422139ebdd38dfafcb17e8a6c515fe5e799d6d827ef5099af23cf628f26c18764aa0a
 SHA512 
864cde25cfd15e3cbddbf1df80dbd861e93c2e8ea458a9f16d0ff4a8ecaf17721321f08bf7ab0659c0a18845be5bcc879b6708175ed971b263a0f274c08b05b9
+DIST apsw-3.45.3.0.gh.tar.gz 904570 BLAKE2B 
644c884b6f5624c2d8b48f204a43bbb6dd8761979099e1ebad96a30acc7d79f80549e50300279b8d1061f86f8852735fa92c99df4a6c81a364391a3635464ff1
 SHA512 
73c09aba4ff211e98dfb3365e5f0202f85fa0a05e78f6a35fe08515e84b74ed1576e7bb5c46c77c309ba3e6acacc5681d31e5a4d3d66835d347d82af8feced74

diff --git a/dev-python/apsw/apsw-3.45.3.0.ebuild 
b/dev-python/apsw/apsw-3.45.3.0.ebuild
new file mode 100644
index ..7fe76f0deaa5
--- /dev/null
+++ b/dev-python/apsw/apsw-3.45.3.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="APSW - Another Python SQLite Wrapper"
+HOMEPAGE="
+   https://github.com/rogerbinns/apsw/
+   https://pypi.org/project/apsw/
+"
+SRC_URI="
+   https://github.com/rogerbinns/apsw/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="doc"
+
+DEPEND="
+   >=dev-db/sqlite-${PV%.*}:3
+"
+RDEPEND="
+   ${DEPEND}
+"
+
+src_configure() {
+   cat >> setup.cfg <<-EOF || die
+   [build_ext]
+   enable=load_extension
+   use_system_sqlite_config=True
+   EOF
+}
+
+python_test() {
+   esetup.py build_test_extension
+   cd "${T}" || die
+   "${EPYTHON}" -m apsw.tests -v || die "Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2024-04-03 Thread Michał Górny
commit: 38f7187d8cd6e34a5e4b5755e08aa77c5ee13db0
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr  3 08:17:52 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr  3 08:18:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38f7187d

dev-python/apsw: Bump to 3.45.2.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/apsw/Manifest |  1 +
 dev-python/apsw/apsw-3.45.2.0.ebuild | 51 
 2 files changed, 52 insertions(+)

diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest
index 121ddacd4009..3400d17ff13a 100644
--- a/dev-python/apsw/Manifest
+++ b/dev-python/apsw/Manifest
@@ -1 +1,2 @@
 DIST apsw-3.45.1.0.gh.tar.gz 904083 BLAKE2B 
4cf397557bfe36e38fd48d124345de395b77a8dd313ebd77f97624d873123d5ecd82e56b6e134849e00a77f94b0c3ee2fa0cfc888b8fbbddc34b99b3274b8dc8
 SHA512 
5d754c45881db9e299c70bd0c290211f7e30421da258b25b5aa0d8b3c97a10622f0b75735fc84d687f78403fc257139ffc249d926be611a4101b98caf3c60a3a
+DIST apsw-3.45.2.0.gh.tar.gz 904263 BLAKE2B 
4071e2dc24a304f4f08cefc87cce27d617cab8f2699d134134b2c0c2618422139ebdd38dfafcb17e8a6c515fe5e799d6d827ef5099af23cf628f26c18764aa0a
 SHA512 
864cde25cfd15e3cbddbf1df80dbd861e93c2e8ea458a9f16d0ff4a8ecaf17721321f08bf7ab0659c0a18845be5bcc879b6708175ed971b263a0f274c08b05b9

diff --git a/dev-python/apsw/apsw-3.45.2.0.ebuild 
b/dev-python/apsw/apsw-3.45.2.0.ebuild
new file mode 100644
index ..7fe76f0deaa5
--- /dev/null
+++ b/dev-python/apsw/apsw-3.45.2.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="APSW - Another Python SQLite Wrapper"
+HOMEPAGE="
+   https://github.com/rogerbinns/apsw/
+   https://pypi.org/project/apsw/
+"
+SRC_URI="
+   https://github.com/rogerbinns/apsw/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="doc"
+
+DEPEND="
+   >=dev-db/sqlite-${PV%.*}:3
+"
+RDEPEND="
+   ${DEPEND}
+"
+
+src_configure() {
+   cat >> setup.cfg <<-EOF || die
+   [build_ext]
+   enable=load_extension
+   use_system_sqlite_config=True
+   EOF
+}
+
+python_test() {
+   esetup.py build_test_extension
+   cd "${T}" || die
+   "${EPYTHON}" -m apsw.tests -v || die "Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2024-03-15 Thread Michał Górny
commit: 2c22fc6dd33c7f2202edcce2ed8dfe095bd64507
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 15 20:52:12 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 16 04:58:25 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c22fc6d

dev-python/apsw: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/apsw/Manifest |  1 -
 dev-python/apsw/apsw-3.44.2.0.ebuild | 51 
 2 files changed, 52 deletions(-)

diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest
index 9e8b9c6f9273..121ddacd4009 100644
--- a/dev-python/apsw/Manifest
+++ b/dev-python/apsw/Manifest
@@ -1,2 +1 @@
-DIST apsw-3.44.2.0.gh.tar.gz 902852 BLAKE2B 
bdaf72ef063d3ddaf46bf403e688ffe5ee657de5a17ca3aba496058d8f244fdfd82b41899f3c944b6d7cdfe5bab0e7608bd26db926016df6af9fa5a950c12415
 SHA512 
76f8b92feb792c3003d251bcf61dab80bfb34147cfb8512ad6ff1dd1f07b4e7a5c97b98c4bfc7fee179efc7439ea28573552ae25d5bc33e633da0722866fd551
 DIST apsw-3.45.1.0.gh.tar.gz 904083 BLAKE2B 
4cf397557bfe36e38fd48d124345de395b77a8dd313ebd77f97624d873123d5ecd82e56b6e134849e00a77f94b0c3ee2fa0cfc888b8fbbddc34b99b3274b8dc8
 SHA512 
5d754c45881db9e299c70bd0c290211f7e30421da258b25b5aa0d8b3c97a10622f0b75735fc84d687f78403fc257139ffc249d926be611a4101b98caf3c60a3a

diff --git a/dev-python/apsw/apsw-3.44.2.0.ebuild 
b/dev-python/apsw/apsw-3.44.2.0.ebuild
deleted file mode 100644
index a137883a92bb..
--- a/dev-python/apsw/apsw-3.44.2.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="APSW - Another Python SQLite Wrapper"
-HOMEPAGE="
-   https://github.com/rogerbinns/apsw/
-   https://pypi.org/project/apsw/
-"
-SRC_URI="
-   https://github.com/rogerbinns/apsw/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
-IUSE="doc"
-
-DEPEND="
-   >=dev-db/sqlite-${PV%.*}:3
-"
-RDEPEND="
-   ${DEPEND}
-"
-
-src_configure() {
-   cat >> setup.cfg <<-EOF || die
-   [build_ext]
-   enable=load_extension
-   use_system_sqlite_config=True
-   EOF
-}
-
-python_test() {
-   esetup.py build_test_extension
-   cd "${T}" || die
-   "${EPYTHON}" -m apsw.tests -v || die "Tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( doc/. )
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2024-03-15 Thread Arthur Zamarin
commit: 205f09bd7af1e8ed1dd348483b98c1abe7c23964
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Mar 15 20:25:51 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Mar 15 20:25:51 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=205f09bd

dev-python/apsw: Stabilize 3.45.1.0 arm64, #925957

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/apsw/apsw-3.45.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/apsw/apsw-3.45.1.0.ebuild 
b/dev-python/apsw/apsw-3.45.1.0.ebuild
index 61bdfd6f20c9..617cadf72867 100644
--- a/dev-python/apsw/apsw-3.45.1.0.ebuild
+++ b/dev-python/apsw/apsw-3.45.1.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
 IUSE="doc"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2024-03-15 Thread Arthur Zamarin
commit: ea410870a895bc2ffdc705f8b1df7b9bd1fe4231
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Mar 15 20:04:21 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Mar 15 20:04:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea410870

dev-python/apsw: Stabilize 3.45.1.0 amd64, #925957

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/apsw/apsw-3.45.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/apsw/apsw-3.45.1.0.ebuild 
b/dev-python/apsw/apsw-3.45.1.0.ebuild
index 256e9b867de2..61bdfd6f20c9 100644
--- a/dev-python/apsw/apsw-3.45.1.0.ebuild
+++ b/dev-python/apsw/apsw-3.45.1.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 IUSE="doc"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2024-03-15 Thread Arthur Zamarin
commit: 1a9b1dfd5fbd651b7e9b3697a80bba9546a7f2ee
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Mar 15 20:04:20 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Mar 15 20:04:20 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a9b1dfd

dev-python/apsw: Stabilize 3.45.1.0 x86, #925957

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/apsw/apsw-3.45.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/apsw/apsw-3.45.1.0.ebuild 
b/dev-python/apsw/apsw-3.45.1.0.ebuild
index 7fe76f0deaa5..256e9b867de2 100644
--- a/dev-python/apsw/apsw-3.45.1.0.ebuild
+++ b/dev-python/apsw/apsw-3.45.1.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86"
 IUSE="doc"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2024-02-02 Thread Michał Górny
commit: d6d91a38a9c20f553c015cb013348b66d1fadaf1
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb  2 18:42:57 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb  2 20:48:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6d91a38

dev-python/apsw: Bump to 3.45.1.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/apsw/Manifest |  1 +
 dev-python/apsw/apsw-3.45.1.0.ebuild | 51 
 2 files changed, 52 insertions(+)

diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest
index d1ca91d84d38..9e8b9c6f9273 100644
--- a/dev-python/apsw/Manifest
+++ b/dev-python/apsw/Manifest
@@ -1 +1,2 @@
 DIST apsw-3.44.2.0.gh.tar.gz 902852 BLAKE2B 
bdaf72ef063d3ddaf46bf403e688ffe5ee657de5a17ca3aba496058d8f244fdfd82b41899f3c944b6d7cdfe5bab0e7608bd26db926016df6af9fa5a950c12415
 SHA512 
76f8b92feb792c3003d251bcf61dab80bfb34147cfb8512ad6ff1dd1f07b4e7a5c97b98c4bfc7fee179efc7439ea28573552ae25d5bc33e633da0722866fd551
+DIST apsw-3.45.1.0.gh.tar.gz 904083 BLAKE2B 
4cf397557bfe36e38fd48d124345de395b77a8dd313ebd77f97624d873123d5ecd82e56b6e134849e00a77f94b0c3ee2fa0cfc888b8fbbddc34b99b3274b8dc8
 SHA512 
5d754c45881db9e299c70bd0c290211f7e30421da258b25b5aa0d8b3c97a10622f0b75735fc84d687f78403fc257139ffc249d926be611a4101b98caf3c60a3a

diff --git a/dev-python/apsw/apsw-3.45.1.0.ebuild 
b/dev-python/apsw/apsw-3.45.1.0.ebuild
new file mode 100644
index ..7fe76f0deaa5
--- /dev/null
+++ b/dev-python/apsw/apsw-3.45.1.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="APSW - Another Python SQLite Wrapper"
+HOMEPAGE="
+   https://github.com/rogerbinns/apsw/
+   https://pypi.org/project/apsw/
+"
+SRC_URI="
+   https://github.com/rogerbinns/apsw/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="doc"
+
+DEPEND="
+   >=dev-db/sqlite-${PV%.*}:3
+"
+RDEPEND="
+   ${DEPEND}
+"
+
+src_configure() {
+   cat >> setup.cfg <<-EOF || die
+   [build_ext]
+   enable=load_extension
+   use_system_sqlite_config=True
+   EOF
+}
+
+python_test() {
+   esetup.py build_test_extension
+   cd "${T}" || die
+   "${EPYTHON}" -m apsw.tests -v || die "Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2023-12-17 Thread Michał Górny
commit: ab23b0d7b46b7acc00a77e0a350c7b409162e809
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 17 18:23:20 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 17 18:23:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab23b0d7

dev-python/apsw: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/apsw/Manifest |  6 -
 dev-python/apsw/apsw-3.42.0.1.ebuild | 51 
 dev-python/apsw/apsw-3.43.0.0.ebuild | 51 
 dev-python/apsw/apsw-3.43.1.0.ebuild | 51 
 dev-python/apsw/apsw-3.43.1.1.ebuild | 51 
 dev-python/apsw/apsw-3.43.2.0.ebuild | 51 
 dev-python/apsw/apsw-3.44.0.0.ebuild | 51 
 7 files changed, 312 deletions(-)

diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest
index 53c0e681b42f..d1ca91d84d38 100644
--- a/dev-python/apsw/Manifest
+++ b/dev-python/apsw/Manifest
@@ -1,7 +1 @@
-DIST apsw-3.42.0.1.gh.tar.gz 881270 BLAKE2B 
a983aebe53f6baf419fb0fec6d87797d11c1e1f0fadd546139c9b9c3cec6f8848e79af46a928597e6cf33937bb2b2e2157cf908cf18152c7f956864e3d09fe2c
 SHA512 
78a02c8e987df90838923b2a2d4838a184e7e8d9be70a09a4a27eb43e9f06546f831895ab519b681f628e5432b3e5b71d56ecc2f3e45a89765dc13667ca6e844
-DIST apsw-3.43.0.0.gh.tar.gz 887997 BLAKE2B 
ce74eaed990cdf4742ce39743abf0dc112ee3f588bfa0ccca102829d4e29fd38194ac42a85dee25e18f666bdbb2137c99440583996513ea27977374de945ffd7
 SHA512 
013ef8a45b556498192673c77d8de50136680d061087a80d7ce880137f1ca469812e9237b7336fbb8aacd8d3a775e819a42dc5e70e2d907cf6fea56b80534755
-DIST apsw-3.43.1.0.gh.tar.gz 901289 BLAKE2B 
3f463896ce587326421ae78a26b5cccbc5c43a2c54b9502c166f599705fc9afe867c3be5f2ea4de8bc4d2da2f3bf09e034a27744d2114a5bc9b5c622bd852543
 SHA512 
a3343af87638f04786086c282cf50bfce3074e2a3165ebf172740be13021138a83356e594969791029879dfef12149775b48e0912eb14817358434b3b72ada67
-DIST apsw-3.43.1.1.gh.tar.gz 901590 BLAKE2B 
0fb1942aebf60443c12901e1b21bb7b9fce1e90d406bca80580563cee2d8aaf45b9c2294317cf374484fccd8b595439e13df01b14512514f78ec60ae1e905990
 SHA512 
3121e594a9d4c358ecb2f90becadc06fe987a3e7d6897fd655d5ae9aff6c8d1521257c2a34a68a8e6114cf7a71479544433e599522bee93e3fb729ee9763a112
-DIST apsw-3.43.2.0.gh.tar.gz 908230 BLAKE2B 
e583cbb5c636b9d38762668d8cc664c7342e50a4330d3714a93679043e322ea03cf7c9bf09396ea5025e74ab66747fc509790e4f17fd722a654d6f8d1774949d
 SHA512 
760ebef288bec4e08a06fc8e1e720e9c51ada19196efb7491988c7cab31dc54f9082c5cc668acf04d28818dbcd41a8a45df66c1fd78d2716862ec9a2faa022ed
-DIST apsw-3.44.0.0.gh.tar.gz 899926 BLAKE2B 
ce162d757fbf5510355419dd279ea33235e8cdbd7a8b03f0288f730b66cad9d6aa09c91a3fe97f930422a1b8158c9b22d9ae8d5ee03dec657319a3bf6f24a04f
 SHA512 
4cc4cacdbc03e522d149507bb875ae880bcd5b0130bb3babda7d873c52b3db362c8347ce6af412dc3a73b1fb8362d1c1fe9a51b2343b0c52ff1812582d91c564
 DIST apsw-3.44.2.0.gh.tar.gz 902852 BLAKE2B 
bdaf72ef063d3ddaf46bf403e688ffe5ee657de5a17ca3aba496058d8f244fdfd82b41899f3c944b6d7cdfe5bab0e7608bd26db926016df6af9fa5a950c12415
 SHA512 
76f8b92feb792c3003d251bcf61dab80bfb34147cfb8512ad6ff1dd1f07b4e7a5c97b98c4bfc7fee179efc7439ea28573552ae25d5bc33e633da0722866fd551

diff --git a/dev-python/apsw/apsw-3.42.0.1.ebuild 
b/dev-python/apsw/apsw-3.42.0.1.ebuild
deleted file mode 100644
index f392487165d9..
--- a/dev-python/apsw/apsw-3.42.0.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="APSW - Another Python SQLite Wrapper"
-HOMEPAGE="
-   https://github.com/rogerbinns/apsw/
-   https://pypi.org/project/apsw/
-"
-SRC_URI="
-   https://github.com/rogerbinns/apsw/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc64 x86"
-IUSE="doc"
-
-DEPEND="
-   >=dev-db/sqlite-${PV%.*}:3
-"
-RDEPEND="
-   ${DEPEND}
-"
-
-src_configure() {
-   cat >> setup.cfg <<-EOF || die
-   [build_ext]
-   enable=load_extension
-   use_system_sqlite_config=True
-   EOF
-}
-
-python_test() {
-   esetup.py build_test_extension
-   cd "${T}" || die
-   "${EPYTHON}" -m apsw.tests -v || die "Tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( doc/. )
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/apsw/apsw-3.43.0.0.ebuild 
b/dev-python/apsw/apsw-3.43.0.0.ebuild
deleted file mode 100644
index 21c2e33d0999..
--- a/dev-python/apsw/apsw-3.43.0.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1

[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2023-12-17 Thread Arthur Zamarin
commit: c9407ac6db1a7e79f30f8905bd205719db150ba6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Dec 17 17:38:55 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Dec 17 17:38:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9407ac6

dev-python/apsw: Stabilize 3.44.2.0 arm64, #915731

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/apsw/apsw-3.44.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/apsw/apsw-3.44.2.0.ebuild 
b/dev-python/apsw/apsw-3.44.2.0.ebuild
index 58370a24d2ae..a137883a92bb 100644
--- a/dev-python/apsw/apsw-3.44.2.0.ebuild
+++ b/dev-python/apsw/apsw-3.44.2.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
 IUSE="doc"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2023-12-17 Thread Arthur Zamarin
commit: 5dba596f68acd30113f08cf45bec3b52289a4f8e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Dec 17 17:31:28 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Dec 17 17:31:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dba596f

dev-python/apsw: Stabilize 3.44.2.0 x86, #915731

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/apsw/apsw-3.44.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/apsw/apsw-3.44.2.0.ebuild 
b/dev-python/apsw/apsw-3.44.2.0.ebuild
index b498431dcdab..58370a24d2ae 100644
--- a/dev-python/apsw/apsw-3.44.2.0.ebuild
+++ b/dev-python/apsw/apsw-3.44.2.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 IUSE="doc"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2023-12-17 Thread Arthur Zamarin
commit: f7385c7bfa23ed7fb83b43cd676d6df865974ace
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Dec 17 17:14:16 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Dec 17 17:14:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7385c7b

dev-python/apsw: Stabilize 3.44.2.0 amd64, #915731

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/apsw/apsw-3.44.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/apsw/apsw-3.44.2.0.ebuild 
b/dev-python/apsw/apsw-3.44.2.0.ebuild
index 2ad2e113d623..b498431dcdab 100644
--- a/dev-python/apsw/apsw-3.44.2.0.ebuild
+++ b/dev-python/apsw/apsw-3.44.2.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE="doc"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2023-12-08 Thread Arthur Zamarin
commit: 1d000929315320677df2ad567c2ece16857d34c1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  8 20:19:40 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  8 20:23:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d000929

dev-python/apsw: keyword 3.44.2.0 for ~arm64

Bug: https://bugs.gentoo.org/907080
Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/apsw/apsw-3.44.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/apsw/apsw-3.44.2.0.ebuild 
b/dev-python/apsw/apsw-3.44.2.0.ebuild
index 21c2e33d0999..2ad2e113d623 100644
--- a/dev-python/apsw/apsw-3.44.2.0.ebuild
+++ b/dev-python/apsw/apsw-3.44.2.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE="doc"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2023-11-29 Thread Michał Górny
commit: f1303729eb1063ed02b7fe21076aa1cb3e7e7fb6
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 30 05:15:07 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 30 05:48:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1303729

dev-python/apsw: Bump to 3.44.2.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/apsw/Manifest |  1 +
 dev-python/apsw/apsw-3.44.2.0.ebuild | 51 
 2 files changed, 52 insertions(+)

diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest
index fa0c99d07f33..53c0e681b42f 100644
--- a/dev-python/apsw/Manifest
+++ b/dev-python/apsw/Manifest
@@ -4,3 +4,4 @@ DIST apsw-3.43.1.0.gh.tar.gz 901289 BLAKE2B 
3f463896ce587326421ae78a26b5cccbc5c4
 DIST apsw-3.43.1.1.gh.tar.gz 901590 BLAKE2B 
0fb1942aebf60443c12901e1b21bb7b9fce1e90d406bca80580563cee2d8aaf45b9c2294317cf374484fccd8b595439e13df01b14512514f78ec60ae1e905990
 SHA512 
3121e594a9d4c358ecb2f90becadc06fe987a3e7d6897fd655d5ae9aff6c8d1521257c2a34a68a8e6114cf7a71479544433e599522bee93e3fb729ee9763a112
 DIST apsw-3.43.2.0.gh.tar.gz 908230 BLAKE2B 
e583cbb5c636b9d38762668d8cc664c7342e50a4330d3714a93679043e322ea03cf7c9bf09396ea5025e74ab66747fc509790e4f17fd722a654d6f8d1774949d
 SHA512 
760ebef288bec4e08a06fc8e1e720e9c51ada19196efb7491988c7cab31dc54f9082c5cc668acf04d28818dbcd41a8a45df66c1fd78d2716862ec9a2faa022ed
 DIST apsw-3.44.0.0.gh.tar.gz 899926 BLAKE2B 
ce162d757fbf5510355419dd279ea33235e8cdbd7a8b03f0288f730b66cad9d6aa09c91a3fe97f930422a1b8158c9b22d9ae8d5ee03dec657319a3bf6f24a04f
 SHA512 
4cc4cacdbc03e522d149507bb875ae880bcd5b0130bb3babda7d873c52b3db362c8347ce6af412dc3a73b1fb8362d1c1fe9a51b2343b0c52ff1812582d91c564
+DIST apsw-3.44.2.0.gh.tar.gz 902852 BLAKE2B 
bdaf72ef063d3ddaf46bf403e688ffe5ee657de5a17ca3aba496058d8f244fdfd82b41899f3c944b6d7cdfe5bab0e7608bd26db926016df6af9fa5a950c12415
 SHA512 
76f8b92feb792c3003d251bcf61dab80bfb34147cfb8512ad6ff1dd1f07b4e7a5c97b98c4bfc7fee179efc7439ea28573552ae25d5bc33e633da0722866fd551

diff --git a/dev-python/apsw/apsw-3.44.2.0.ebuild 
b/dev-python/apsw/apsw-3.44.2.0.ebuild
new file mode 100644
index ..21c2e33d0999
--- /dev/null
+++ b/dev-python/apsw/apsw-3.44.2.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="APSW - Another Python SQLite Wrapper"
+HOMEPAGE="
+   https://github.com/rogerbinns/apsw/
+   https://pypi.org/project/apsw/
+"
+SRC_URI="
+   https://github.com/rogerbinns/apsw/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+IUSE="doc"
+
+DEPEND="
+   >=dev-db/sqlite-${PV%.*}:3
+"
+RDEPEND="
+   ${DEPEND}
+"
+
+src_configure() {
+   cat >> setup.cfg <<-EOF || die
+   [build_ext]
+   enable=load_extension
+   use_system_sqlite_config=True
+   EOF
+}
+
+python_test() {
+   esetup.py build_test_extension
+   cd "${T}" || die
+   "${EPYTHON}" -m apsw.tests -v || die "Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2023-11-13 Thread Michał Górny
commit: cdc182d795c0a15bb8e098e5851f53e0b174fdb7
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov 13 16:51:20 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov 13 17:40:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdc182d7

dev-python/apsw: Bump to 3.44.0.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/apsw/Manifest |  1 +
 dev-python/apsw/apsw-3.44.0.0.ebuild | 51 
 2 files changed, 52 insertions(+)

diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest
index 3dcd42f6e307..fa0c99d07f33 100644
--- a/dev-python/apsw/Manifest
+++ b/dev-python/apsw/Manifest
@@ -3,3 +3,4 @@ DIST apsw-3.43.0.0.gh.tar.gz 887997 BLAKE2B 
ce74eaed990cdf4742ce39743abf0dc112ee
 DIST apsw-3.43.1.0.gh.tar.gz 901289 BLAKE2B 
3f463896ce587326421ae78a26b5cccbc5c43a2c54b9502c166f599705fc9afe867c3be5f2ea4de8bc4d2da2f3bf09e034a27744d2114a5bc9b5c622bd852543
 SHA512 
a3343af87638f04786086c282cf50bfce3074e2a3165ebf172740be13021138a83356e594969791029879dfef12149775b48e0912eb14817358434b3b72ada67
 DIST apsw-3.43.1.1.gh.tar.gz 901590 BLAKE2B 
0fb1942aebf60443c12901e1b21bb7b9fce1e90d406bca80580563cee2d8aaf45b9c2294317cf374484fccd8b595439e13df01b14512514f78ec60ae1e905990
 SHA512 
3121e594a9d4c358ecb2f90becadc06fe987a3e7d6897fd655d5ae9aff6c8d1521257c2a34a68a8e6114cf7a71479544433e599522bee93e3fb729ee9763a112
 DIST apsw-3.43.2.0.gh.tar.gz 908230 BLAKE2B 
e583cbb5c636b9d38762668d8cc664c7342e50a4330d3714a93679043e322ea03cf7c9bf09396ea5025e74ab66747fc509790e4f17fd722a654d6f8d1774949d
 SHA512 
760ebef288bec4e08a06fc8e1e720e9c51ada19196efb7491988c7cab31dc54f9082c5cc668acf04d28818dbcd41a8a45df66c1fd78d2716862ec9a2faa022ed
+DIST apsw-3.44.0.0.gh.tar.gz 899926 BLAKE2B 
ce162d757fbf5510355419dd279ea33235e8cdbd7a8b03f0288f730b66cad9d6aa09c91a3fe97f930422a1b8158c9b22d9ae8d5ee03dec657319a3bf6f24a04f
 SHA512 
4cc4cacdbc03e522d149507bb875ae880bcd5b0130bb3babda7d873c52b3db362c8347ce6af412dc3a73b1fb8362d1c1fe9a51b2343b0c52ff1812582d91c564

diff --git a/dev-python/apsw/apsw-3.44.0.0.ebuild 
b/dev-python/apsw/apsw-3.44.0.0.ebuild
new file mode 100644
index ..21c2e33d0999
--- /dev/null
+++ b/dev-python/apsw/apsw-3.44.0.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="APSW - Another Python SQLite Wrapper"
+HOMEPAGE="
+   https://github.com/rogerbinns/apsw/
+   https://pypi.org/project/apsw/
+"
+SRC_URI="
+   https://github.com/rogerbinns/apsw/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+IUSE="doc"
+
+DEPEND="
+   >=dev-db/sqlite-${PV%.*}:3
+"
+RDEPEND="
+   ${DEPEND}
+"
+
+src_configure() {
+   cat >> setup.cfg <<-EOF || die
+   [build_ext]
+   enable=load_extension
+   use_system_sqlite_config=True
+   EOF
+}
+
+python_test() {
+   esetup.py build_test_extension
+   cd "${T}" || die
+   "${EPYTHON}" -m apsw.tests -v || die "Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2023-10-25 Thread Michał Górny
commit: 60befa14634e96457a16df1af1a16f6ecc94d1e9
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Oct 25 07:15:12 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Oct 25 07:42:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60befa14

dev-python/apsw: Bump to 3.43.2.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/apsw/Manifest |  1 +
 dev-python/apsw/apsw-3.43.2.0.ebuild | 51 
 2 files changed, 52 insertions(+)

diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest
index a8515ed4d534..3dcd42f6e307 100644
--- a/dev-python/apsw/Manifest
+++ b/dev-python/apsw/Manifest
@@ -2,3 +2,4 @@ DIST apsw-3.42.0.1.gh.tar.gz 881270 BLAKE2B 
a983aebe53f6baf419fb0fec6d87797d11c1
 DIST apsw-3.43.0.0.gh.tar.gz 887997 BLAKE2B 
ce74eaed990cdf4742ce39743abf0dc112ee3f588bfa0ccca102829d4e29fd38194ac42a85dee25e18f666bdbb2137c99440583996513ea27977374de945ffd7
 SHA512 
013ef8a45b556498192673c77d8de50136680d061087a80d7ce880137f1ca469812e9237b7336fbb8aacd8d3a775e819a42dc5e70e2d907cf6fea56b80534755
 DIST apsw-3.43.1.0.gh.tar.gz 901289 BLAKE2B 
3f463896ce587326421ae78a26b5cccbc5c43a2c54b9502c166f599705fc9afe867c3be5f2ea4de8bc4d2da2f3bf09e034a27744d2114a5bc9b5c622bd852543
 SHA512 
a3343af87638f04786086c282cf50bfce3074e2a3165ebf172740be13021138a83356e594969791029879dfef12149775b48e0912eb14817358434b3b72ada67
 DIST apsw-3.43.1.1.gh.tar.gz 901590 BLAKE2B 
0fb1942aebf60443c12901e1b21bb7b9fce1e90d406bca80580563cee2d8aaf45b9c2294317cf374484fccd8b595439e13df01b14512514f78ec60ae1e905990
 SHA512 
3121e594a9d4c358ecb2f90becadc06fe987a3e7d6897fd655d5ae9aff6c8d1521257c2a34a68a8e6114cf7a71479544433e599522bee93e3fb729ee9763a112
+DIST apsw-3.43.2.0.gh.tar.gz 908230 BLAKE2B 
e583cbb5c636b9d38762668d8cc664c7342e50a4330d3714a93679043e322ea03cf7c9bf09396ea5025e74ab66747fc509790e4f17fd722a654d6f8d1774949d
 SHA512 
760ebef288bec4e08a06fc8e1e720e9c51ada19196efb7491988c7cab31dc54f9082c5cc668acf04d28818dbcd41a8a45df66c1fd78d2716862ec9a2faa022ed

diff --git a/dev-python/apsw/apsw-3.43.2.0.ebuild 
b/dev-python/apsw/apsw-3.43.2.0.ebuild
new file mode 100644
index ..21c2e33d0999
--- /dev/null
+++ b/dev-python/apsw/apsw-3.43.2.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="APSW - Another Python SQLite Wrapper"
+HOMEPAGE="
+   https://github.com/rogerbinns/apsw/
+   https://pypi.org/project/apsw/
+"
+SRC_URI="
+   https://github.com/rogerbinns/apsw/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+IUSE="doc"
+
+DEPEND="
+   >=dev-db/sqlite-${PV%.*}:3
+"
+RDEPEND="
+   ${DEPEND}
+"
+
+src_configure() {
+   cat >> setup.cfg <<-EOF || die
+   [build_ext]
+   enable=load_extension
+   use_system_sqlite_config=True
+   EOF
+}
+
+python_test() {
+   esetup.py build_test_extension
+   cd "${T}" || die
+   "${EPYTHON}" -m apsw.tests -v || die "Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2023-10-06 Thread Michał Górny
commit: 22627171704e9d6400d00118da484af1a6351c6d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct  7 04:03:36 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct  7 04:43:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22627171

dev-python/apsw: Bump to 3.43.1.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/apsw/Manifest |  1 +
 dev-python/apsw/apsw-3.43.1.1.ebuild | 51 
 2 files changed, 52 insertions(+)

diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest
index ecb84b3e87b9..a8515ed4d534 100644
--- a/dev-python/apsw/Manifest
+++ b/dev-python/apsw/Manifest
@@ -1,3 +1,4 @@
 DIST apsw-3.42.0.1.gh.tar.gz 881270 BLAKE2B 
a983aebe53f6baf419fb0fec6d87797d11c1e1f0fadd546139c9b9c3cec6f8848e79af46a928597e6cf33937bb2b2e2157cf908cf18152c7f956864e3d09fe2c
 SHA512 
78a02c8e987df90838923b2a2d4838a184e7e8d9be70a09a4a27eb43e9f06546f831895ab519b681f628e5432b3e5b71d56ecc2f3e45a89765dc13667ca6e844
 DIST apsw-3.43.0.0.gh.tar.gz 887997 BLAKE2B 
ce74eaed990cdf4742ce39743abf0dc112ee3f588bfa0ccca102829d4e29fd38194ac42a85dee25e18f666bdbb2137c99440583996513ea27977374de945ffd7
 SHA512 
013ef8a45b556498192673c77d8de50136680d061087a80d7ce880137f1ca469812e9237b7336fbb8aacd8d3a775e819a42dc5e70e2d907cf6fea56b80534755
 DIST apsw-3.43.1.0.gh.tar.gz 901289 BLAKE2B 
3f463896ce587326421ae78a26b5cccbc5c43a2c54b9502c166f599705fc9afe867c3be5f2ea4de8bc4d2da2f3bf09e034a27744d2114a5bc9b5c622bd852543
 SHA512 
a3343af87638f04786086c282cf50bfce3074e2a3165ebf172740be13021138a83356e594969791029879dfef12149775b48e0912eb14817358434b3b72ada67
+DIST apsw-3.43.1.1.gh.tar.gz 901590 BLAKE2B 
0fb1942aebf60443c12901e1b21bb7b9fce1e90d406bca80580563cee2d8aaf45b9c2294317cf374484fccd8b595439e13df01b14512514f78ec60ae1e905990
 SHA512 
3121e594a9d4c358ecb2f90becadc06fe987a3e7d6897fd655d5ae9aff6c8d1521257c2a34a68a8e6114cf7a71479544433e599522bee93e3fb729ee9763a112

diff --git a/dev-python/apsw/apsw-3.43.1.1.ebuild 
b/dev-python/apsw/apsw-3.43.1.1.ebuild
new file mode 100644
index ..21c2e33d0999
--- /dev/null
+++ b/dev-python/apsw/apsw-3.43.1.1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="APSW - Another Python SQLite Wrapper"
+HOMEPAGE="
+   https://github.com/rogerbinns/apsw/
+   https://pypi.org/project/apsw/
+"
+SRC_URI="
+   https://github.com/rogerbinns/apsw/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+IUSE="doc"
+
+DEPEND="
+   >=dev-db/sqlite-${PV%.*}:3
+"
+RDEPEND="
+   ${DEPEND}
+"
+
+src_configure() {
+   cat >> setup.cfg <<-EOF || die
+   [build_ext]
+   enable=load_extension
+   use_system_sqlite_config=True
+   EOF
+}
+
+python_test() {
+   esetup.py build_test_extension
+   cd "${T}" || die
+   "${EPYTHON}" -m apsw.tests -v || die "Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2023-09-13 Thread Michał Górny
commit: b5a29c5f7d5dbf8c08a958fa178fbf39815c27e5
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep 14 05:02:50 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 14 05:30:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5a29c5f

dev-python/apsw: Bump to 3.43.1.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/apsw/Manifest |  1 +
 dev-python/apsw/apsw-3.43.1.0.ebuild | 51 
 2 files changed, 52 insertions(+)

diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest
index 44e44c6020ee..ecb84b3e87b9 100644
--- a/dev-python/apsw/Manifest
+++ b/dev-python/apsw/Manifest
@@ -1,2 +1,3 @@
 DIST apsw-3.42.0.1.gh.tar.gz 881270 BLAKE2B 
a983aebe53f6baf419fb0fec6d87797d11c1e1f0fadd546139c9b9c3cec6f8848e79af46a928597e6cf33937bb2b2e2157cf908cf18152c7f956864e3d09fe2c
 SHA512 
78a02c8e987df90838923b2a2d4838a184e7e8d9be70a09a4a27eb43e9f06546f831895ab519b681f628e5432b3e5b71d56ecc2f3e45a89765dc13667ca6e844
 DIST apsw-3.43.0.0.gh.tar.gz 887997 BLAKE2B 
ce74eaed990cdf4742ce39743abf0dc112ee3f588bfa0ccca102829d4e29fd38194ac42a85dee25e18f666bdbb2137c99440583996513ea27977374de945ffd7
 SHA512 
013ef8a45b556498192673c77d8de50136680d061087a80d7ce880137f1ca469812e9237b7336fbb8aacd8d3a775e819a42dc5e70e2d907cf6fea56b80534755
+DIST apsw-3.43.1.0.gh.tar.gz 901289 BLAKE2B 
3f463896ce587326421ae78a26b5cccbc5c43a2c54b9502c166f599705fc9afe867c3be5f2ea4de8bc4d2da2f3bf09e034a27744d2114a5bc9b5c622bd852543
 SHA512 
a3343af87638f04786086c282cf50bfce3074e2a3165ebf172740be13021138a83356e594969791029879dfef12149775b48e0912eb14817358434b3b72ada67

diff --git a/dev-python/apsw/apsw-3.43.1.0.ebuild 
b/dev-python/apsw/apsw-3.43.1.0.ebuild
new file mode 100644
index ..21c2e33d0999
--- /dev/null
+++ b/dev-python/apsw/apsw-3.43.1.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="APSW - Another Python SQLite Wrapper"
+HOMEPAGE="
+   https://github.com/rogerbinns/apsw/
+   https://pypi.org/project/apsw/
+"
+SRC_URI="
+   https://github.com/rogerbinns/apsw/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+IUSE="doc"
+
+DEPEND="
+   >=dev-db/sqlite-${PV%.*}:3
+"
+RDEPEND="
+   ${DEPEND}
+"
+
+src_configure() {
+   cat >> setup.cfg <<-EOF || die
+   [build_ext]
+   enable=load_extension
+   use_system_sqlite_config=True
+   EOF
+}
+
+python_test() {
+   esetup.py build_test_extension
+   cd "${T}" || die
+   "${EPYTHON}" -m apsw.tests -v || die "Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2023-09-01 Thread Michał Górny
commit: 41dec80b0ee055ade43b8acc83eaf3bbdd30b6c3
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep  2 02:51:55 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep  2 02:51:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41dec80b

dev-python/apsw: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/apsw/Manifest |  1 -
 dev-python/apsw/apsw-3.42.0.0.ebuild | 51 
 2 files changed, 52 deletions(-)

diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest
index 6720d611011f..44e44c6020ee 100644
--- a/dev-python/apsw/Manifest
+++ b/dev-python/apsw/Manifest
@@ -1,3 +1,2 @@
-DIST apsw-3.42.0.0.gh.tar.gz 863081 BLAKE2B 
5eee11867e41c396be7cc9bbde1c4bb82a1e294ddd05613d6fbd50ac95c2d5e374632fde3215a838779253ad0f2eb97a4550771767a9f9f7a53c062c7eee5f7e
 SHA512 
e0afa56d1a1d4e8627fe721c36098182efad23128cb053c7c25fc6412d6fe63a50beb66e0bc8dce527c17ff7bd9adb9e71a35fbc4ee769b5231d4dd941b21572
 DIST apsw-3.42.0.1.gh.tar.gz 881270 BLAKE2B 
a983aebe53f6baf419fb0fec6d87797d11c1e1f0fadd546139c9b9c3cec6f8848e79af46a928597e6cf33937bb2b2e2157cf908cf18152c7f956864e3d09fe2c
 SHA512 
78a02c8e987df90838923b2a2d4838a184e7e8d9be70a09a4a27eb43e9f06546f831895ab519b681f628e5432b3e5b71d56ecc2f3e45a89765dc13667ca6e844
 DIST apsw-3.43.0.0.gh.tar.gz 887997 BLAKE2B 
ce74eaed990cdf4742ce39743abf0dc112ee3f588bfa0ccca102829d4e29fd38194ac42a85dee25e18f666bdbb2137c99440583996513ea27977374de945ffd7
 SHA512 
013ef8a45b556498192673c77d8de50136680d061087a80d7ce880137f1ca469812e9237b7336fbb8aacd8d3a775e819a42dc5e70e2d907cf6fea56b80534755

diff --git a/dev-python/apsw/apsw-3.42.0.0.ebuild 
b/dev-python/apsw/apsw-3.42.0.0.ebuild
deleted file mode 100644
index f404a2f51229..
--- a/dev-python/apsw/apsw-3.42.0.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="APSW - Another Python SQLite Wrapper"
-HOMEPAGE="
-   https://github.com/rogerbinns/apsw/
-   https://pypi.org/project/apsw/
-"
-SRC_URI="
-   https://github.com/rogerbinns/apsw/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc64 x86"
-IUSE="doc"
-
-DEPEND="
-   >=dev-db/sqlite-${PV%.*}:3
-"
-RDEPEND="
-   ${DEPEND}
-"
-
-src_configure() {
-   cat >> setup.cfg <<-EOF || die
-   [build_ext]
-   enable=load_extension
-   use_system_sqlite_config=True
-   EOF
-}
-
-python_test() {
-   esetup.py build_test_extension
-   cd "${T}" || die
-   "${EPYTHON}" -m apsw.tests -v || die "Tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( doc/. )
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2023-09-01 Thread Arthur Zamarin
commit: 36e79c56bfcf03ddb139803d5202f9700de943a9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep  1 19:25:54 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep  1 19:25:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36e79c56

dev-python/apsw: Stabilize 3.42.0.1 x86, #913422

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/apsw/apsw-3.42.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/apsw/apsw-3.42.0.1.ebuild 
b/dev-python/apsw/apsw-3.42.0.1.ebuild
index 193da3601d92..f392487165d9 100644
--- a/dev-python/apsw/apsw-3.42.0.1.ebuild
+++ b/dev-python/apsw/apsw-3.42.0.1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc64 x86"
 IUSE="doc"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2023-09-01 Thread Arthur Zamarin
commit: 5ae1d0394e6323bebce74d59757f16c64c27607d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep  1 16:30:05 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep  1 16:30:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ae1d039

dev-python/apsw: Stabilize 3.42.0.1 amd64, #913422

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/apsw/apsw-3.42.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/apsw/apsw-3.42.0.1.ebuild 
b/dev-python/apsw/apsw-3.42.0.1.ebuild
index 21c2e33d0999..193da3601d92 100644
--- a/dev-python/apsw/apsw-3.42.0.1.ebuild
+++ b/dev-python/apsw/apsw-3.42.0.1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc64 ~x86"
 IUSE="doc"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2023-08-31 Thread Michał Górny
commit: eb96e881ba5956574116cd0df9c779cb26a564bc
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 31 13:15:03 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 31 13:15:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb96e881

dev-python/apsw: Bump to 3.43.0.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/apsw/Manifest |  1 +
 dev-python/apsw/apsw-3.43.0.0.ebuild | 51 
 2 files changed, 52 insertions(+)

diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest
index 6b332db37543..6720d611011f 100644
--- a/dev-python/apsw/Manifest
+++ b/dev-python/apsw/Manifest
@@ -1,2 +1,3 @@
 DIST apsw-3.42.0.0.gh.tar.gz 863081 BLAKE2B 
5eee11867e41c396be7cc9bbde1c4bb82a1e294ddd05613d6fbd50ac95c2d5e374632fde3215a838779253ad0f2eb97a4550771767a9f9f7a53c062c7eee5f7e
 SHA512 
e0afa56d1a1d4e8627fe721c36098182efad23128cb053c7c25fc6412d6fe63a50beb66e0bc8dce527c17ff7bd9adb9e71a35fbc4ee769b5231d4dd941b21572
 DIST apsw-3.42.0.1.gh.tar.gz 881270 BLAKE2B 
a983aebe53f6baf419fb0fec6d87797d11c1e1f0fadd546139c9b9c3cec6f8848e79af46a928597e6cf33937bb2b2e2157cf908cf18152c7f956864e3d09fe2c
 SHA512 
78a02c8e987df90838923b2a2d4838a184e7e8d9be70a09a4a27eb43e9f06546f831895ab519b681f628e5432b3e5b71d56ecc2f3e45a89765dc13667ca6e844
+DIST apsw-3.43.0.0.gh.tar.gz 887997 BLAKE2B 
ce74eaed990cdf4742ce39743abf0dc112ee3f588bfa0ccca102829d4e29fd38194ac42a85dee25e18f666bdbb2137c99440583996513ea27977374de945ffd7
 SHA512 
013ef8a45b556498192673c77d8de50136680d061087a80d7ce880137f1ca469812e9237b7336fbb8aacd8d3a775e819a42dc5e70e2d907cf6fea56b80534755

diff --git a/dev-python/apsw/apsw-3.43.0.0.ebuild 
b/dev-python/apsw/apsw-3.43.0.0.ebuild
new file mode 100644
index ..21c2e33d0999
--- /dev/null
+++ b/dev-python/apsw/apsw-3.43.0.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="APSW - Another Python SQLite Wrapper"
+HOMEPAGE="
+   https://github.com/rogerbinns/apsw/
+   https://pypi.org/project/apsw/
+"
+SRC_URI="
+   https://github.com/rogerbinns/apsw/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+IUSE="doc"
+
+DEPEND="
+   >=dev-db/sqlite-${PV%.*}:3
+"
+RDEPEND="
+   ${DEPEND}
+"
+
+src_configure() {
+   cat >> setup.cfg <<-EOF || die
+   [build_ext]
+   enable=load_extension
+   use_system_sqlite_config=True
+   EOF
+}
+
+python_test() {
+   esetup.py build_test_extension
+   cd "${T}" || die
+   "${EPYTHON}" -m apsw.tests -v || die "Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2023-07-28 Thread Michał Górny
commit: d012e0bfdc5a1f823ffce522049b68ada87c31bf
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 28 14:31:54 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 28 14:33:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d012e0bf

dev-python/apsw: Enable py3.12

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/apsw/apsw-3.42.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/apsw/apsw-3.42.0.1.ebuild 
b/dev-python/apsw/apsw-3.42.0.1.ebuild
index cbe98664d4c3..21c2e33d0999 100644
--- a/dev-python/apsw/apsw-3.42.0.1.ebuild
+++ b/dev-python/apsw/apsw-3.42.0.1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2023-07-26 Thread Michał Górny
commit: 37eaa4ea38c98af043ddf064b652c2e8eaf44acb
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 26 05:11:48 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 26 06:03:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37eaa4ea

dev-python/apsw: Bump to 3.42.0.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/apsw/Manifest |  1 +
 dev-python/apsw/apsw-3.42.0.1.ebuild | 51 
 2 files changed, 52 insertions(+)

diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest
index b3f946b489e6..6b332db37543 100644
--- a/dev-python/apsw/Manifest
+++ b/dev-python/apsw/Manifest
@@ -1 +1,2 @@
 DIST apsw-3.42.0.0.gh.tar.gz 863081 BLAKE2B 
5eee11867e41c396be7cc9bbde1c4bb82a1e294ddd05613d6fbd50ac95c2d5e374632fde3215a838779253ad0f2eb97a4550771767a9f9f7a53c062c7eee5f7e
 SHA512 
e0afa56d1a1d4e8627fe721c36098182efad23128cb053c7c25fc6412d6fe63a50beb66e0bc8dce527c17ff7bd9adb9e71a35fbc4ee769b5231d4dd941b21572
+DIST apsw-3.42.0.1.gh.tar.gz 881270 BLAKE2B 
a983aebe53f6baf419fb0fec6d87797d11c1e1f0fadd546139c9b9c3cec6f8848e79af46a928597e6cf33937bb2b2e2157cf908cf18152c7f956864e3d09fe2c
 SHA512 
78a02c8e987df90838923b2a2d4838a184e7e8d9be70a09a4a27eb43e9f06546f831895ab519b681f628e5432b3e5b71d56ecc2f3e45a89765dc13667ca6e844

diff --git a/dev-python/apsw/apsw-3.42.0.1.ebuild 
b/dev-python/apsw/apsw-3.42.0.1.ebuild
new file mode 100644
index ..cbe98664d4c3
--- /dev/null
+++ b/dev-python/apsw/apsw-3.42.0.1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="APSW - Another Python SQLite Wrapper"
+HOMEPAGE="
+   https://github.com/rogerbinns/apsw/
+   https://pypi.org/project/apsw/
+"
+SRC_URI="
+   https://github.com/rogerbinns/apsw/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+IUSE="doc"
+
+DEPEND="
+   >=dev-db/sqlite-${PV%.*}:3
+"
+RDEPEND="
+   ${DEPEND}
+"
+
+src_configure() {
+   cat >> setup.cfg <<-EOF || die
+   [build_ext]
+   enable=load_extension
+   use_system_sqlite_config=True
+   EOF
+}
+
+python_test() {
+   esetup.py build_test_extension
+   cd "${T}" || die
+   "${EPYTHON}" -m apsw.tests -v || die "Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2023-06-18 Thread Michał Górny
commit: efde2b45b5fd536d5fb91e7fba544e316e988574
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun 19 03:34:37 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 19 03:34:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efde2b45

dev-python/apsw: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/apsw/Manifest |  1 -
 dev-python/apsw/apsw-3.41.2.0.ebuild | 51 
 2 files changed, 52 deletions(-)

diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest
index 58f67da6bff4..b3f946b489e6 100644
--- a/dev-python/apsw/Manifest
+++ b/dev-python/apsw/Manifest
@@ -1,2 +1 @@
-DIST apsw-3.41.2.0.gh.tar.gz 871995 BLAKE2B 
3d6959133cbfe8914eaadb46543a3a65db24b97aef362eb43e90448be34467a2a9e0f651ff67a9b0ce02df2c6eefa5b5e1c599547e72713e2ddbd1ec6c4f558b
 SHA512 
292ea5a84f406fccb3ba5bf229a38d9c35a32f342b7e1065f08b2758c1d0d9b6517d37c32ce625f9e21cc55339eb2eea35da26a0f17d79a1fc58e1d6b08a8570
 DIST apsw-3.42.0.0.gh.tar.gz 863081 BLAKE2B 
5eee11867e41c396be7cc9bbde1c4bb82a1e294ddd05613d6fbd50ac95c2d5e374632fde3215a838779253ad0f2eb97a4550771767a9f9f7a53c062c7eee5f7e
 SHA512 
e0afa56d1a1d4e8627fe721c36098182efad23128cb053c7c25fc6412d6fe63a50beb66e0bc8dce527c17ff7bd9adb9e71a35fbc4ee769b5231d4dd941b21572

diff --git a/dev-python/apsw/apsw-3.41.2.0.ebuild 
b/dev-python/apsw/apsw-3.41.2.0.ebuild
deleted file mode 100644
index 5befcd36f27b..
--- a/dev-python/apsw/apsw-3.41.2.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="APSW - Another Python SQLite Wrapper"
-HOMEPAGE="
-   https://github.com/rogerbinns/apsw/
-   https://pypi.org/project/apsw/
-"
-SRC_URI="
-   https://github.com/rogerbinns/apsw/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc64 x86"
-IUSE="doc"
-
-DEPEND="
-   >=dev-db/sqlite-${PV%.*}:3
-"
-RDEPEND="
-   ${DEPEND}
-"
-
-src_configure() {
-   cat >> setup.cfg <<-EOF || die
-   [build_ext]
-   enable=load_extension
-   use_system_sqlite_config=True
-   EOF
-}
-
-python_test() {
-   esetup.py build_test_extension
-   cd "${T}" || die
-   "${EPYTHON}" -m apsw.tests -v || die "Tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( doc/. )
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2023-06-18 Thread Sam James
commit: 3aab67ef288a5aa00287e19c5a67d875dbacb340
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 18 23:45:52 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 18 23:45:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aab67ef

dev-python/apsw: Stabilize 3.42.0.0 amd64, #908772

Signed-off-by: Sam James  gentoo.org>

 dev-python/apsw/apsw-3.42.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/apsw/apsw-3.42.0.0.ebuild 
b/dev-python/apsw/apsw-3.42.0.0.ebuild
index cbe98664d4c3..d399e9d8c3d7 100644
--- a/dev-python/apsw/apsw-3.42.0.0.ebuild
+++ b/dev-python/apsw/apsw-3.42.0.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc64 ~x86"
 IUSE="doc"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2023-06-18 Thread Sam James
commit: d40fe6d8f763a628c6fe9b355da97ecea7dd6025
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 18 23:45:53 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 18 23:45:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d40fe6d8

dev-python/apsw: Stabilize 3.42.0.0 x86, #908772

Signed-off-by: Sam James  gentoo.org>

 dev-python/apsw/apsw-3.42.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/apsw/apsw-3.42.0.0.ebuild 
b/dev-python/apsw/apsw-3.42.0.0.ebuild
index d399e9d8c3d7..f404a2f51229 100644
--- a/dev-python/apsw/apsw-3.42.0.0.ebuild
+++ b/dev-python/apsw/apsw-3.42.0.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc64 x86"
 IUSE="doc"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2023-05-18 Thread Michał Górny
commit: 10becb8e372cef7aec7d1a583893213674e9af3a
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 19 04:01:58 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 19 04:01:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10becb8e

dev-python/apsw: Bump to 3.42.0.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/apsw/Manifest |  1 +
 dev-python/apsw/apsw-3.42.0.0.ebuild | 51 
 2 files changed, 52 insertions(+)

diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest
index 49c4b0bc21fd..58f67da6bff4 100644
--- a/dev-python/apsw/Manifest
+++ b/dev-python/apsw/Manifest
@@ -1 +1,2 @@
 DIST apsw-3.41.2.0.gh.tar.gz 871995 BLAKE2B 
3d6959133cbfe8914eaadb46543a3a65db24b97aef362eb43e90448be34467a2a9e0f651ff67a9b0ce02df2c6eefa5b5e1c599547e72713e2ddbd1ec6c4f558b
 SHA512 
292ea5a84f406fccb3ba5bf229a38d9c35a32f342b7e1065f08b2758c1d0d9b6517d37c32ce625f9e21cc55339eb2eea35da26a0f17d79a1fc58e1d6b08a8570
+DIST apsw-3.42.0.0.gh.tar.gz 863081 BLAKE2B 
5eee11867e41c396be7cc9bbde1c4bb82a1e294ddd05613d6fbd50ac95c2d5e374632fde3215a838779253ad0f2eb97a4550771767a9f9f7a53c062c7eee5f7e
 SHA512 
e0afa56d1a1d4e8627fe721c36098182efad23128cb053c7c25fc6412d6fe63a50beb66e0bc8dce527c17ff7bd9adb9e71a35fbc4ee769b5231d4dd941b21572

diff --git a/dev-python/apsw/apsw-3.42.0.0.ebuild 
b/dev-python/apsw/apsw-3.42.0.0.ebuild
new file mode 100644
index ..cbe98664d4c3
--- /dev/null
+++ b/dev-python/apsw/apsw-3.42.0.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="APSW - Another Python SQLite Wrapper"
+HOMEPAGE="
+   https://github.com/rogerbinns/apsw/
+   https://pypi.org/project/apsw/
+"
+SRC_URI="
+   https://github.com/rogerbinns/apsw/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+IUSE="doc"
+
+DEPEND="
+   >=dev-db/sqlite-${PV%.*}:3
+"
+RDEPEND="
+   ${DEPEND}
+"
+
+src_configure() {
+   cat >> setup.cfg <<-EOF || die
+   [build_ext]
+   enable=load_extension
+   use_system_sqlite_config=True
+   EOF
+}
+
+python_test() {
+   esetup.py build_test_extension
+   cd "${T}" || die
+   "${EPYTHON}" -m apsw.tests -v || die "Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2023-05-04 Thread Michał Górny
commit: 2bb3cc7bd25b4d25615cfff64bab433945a6b9d2
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  4 16:09:05 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  4 16:11:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bb3cc7b

dev-python/apsw: Set DISTUTILS_EXT=1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/apsw/apsw-3.41.2.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/apsw/apsw-3.41.2.0.ebuild 
b/dev-python/apsw/apsw-3.41.2.0.ebuild
index 3cfdb2b69aa9..5befcd36f27b 100644
--- a/dev-python/apsw/apsw-3.41.2.0.ebuild
+++ b/dev-python/apsw/apsw-3.41.2.0.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=8
 
+DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{9..11} )
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2023-04-05 Thread Michał Górny
commit: 36192d5ffeb1cc6dba212251da0cf9bf83346cb3
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr  5 08:19:21 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr  5 08:19:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36192d5f

dev-python/apsw: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/apsw/Manifest |  2 --
 dev-python/apsw/apsw-3.40.1.0.ebuild | 50 
 dev-python/apsw/apsw-3.41.0.0.ebuild | 50 
 3 files changed, 102 deletions(-)

diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest
index f010388537e4..49c4b0bc21fd 100644
--- a/dev-python/apsw/Manifest
+++ b/dev-python/apsw/Manifest
@@ -1,3 +1 @@
-DIST apsw-3.40.1.0.gh.tar.gz 423060 BLAKE2B 
7ac1a587ab93b4cd6ae20a137f2f1a2e96039209f74c8aa626ea7bf219b1698403fe4c8365662e8b896a56024b45b36a80df5f506d6a813dea920add202479cd
 SHA512 
243d47efc7407c4f3bad92d1bf4044fe4a53d913b86e1821c7d1c3711348bf25b2a339a68d18075f99c0899766085c2f2b93a303f8298c115463224ad46f99f1
-DIST apsw-3.41.0.0.gh.tar.gz 837111 BLAKE2B 
f3374dae906148d7553c9c67c7e1f91acfc5124d525aa37728f81ce39c33368ae387a555dc2c50d2117a29e35c925a968968cdf22fd18477d00a877efcfef876
 SHA512 
f5ee663e15f54fc8f3d1fe6435be6470f9399271d2f746b8e624a98b1ae8b5fcaa0152ddae9e99d8ab2876388e42348f8e9ba8773f34e7042a72467d794c108b
 DIST apsw-3.41.2.0.gh.tar.gz 871995 BLAKE2B 
3d6959133cbfe8914eaadb46543a3a65db24b97aef362eb43e90448be34467a2a9e0f651ff67a9b0ce02df2c6eefa5b5e1c599547e72713e2ddbd1ec6c4f558b
 SHA512 
292ea5a84f406fccb3ba5bf229a38d9c35a32f342b7e1065f08b2758c1d0d9b6517d37c32ce625f9e21cc55339eb2eea35da26a0f17d79a1fc58e1d6b08a8570

diff --git a/dev-python/apsw/apsw-3.40.1.0.ebuild 
b/dev-python/apsw/apsw-3.40.1.0.ebuild
deleted file mode 100644
index 3cfdb2b69aa9..
--- a/dev-python/apsw/apsw-3.40.1.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="APSW - Another Python SQLite Wrapper"
-HOMEPAGE="
-   https://github.com/rogerbinns/apsw/
-   https://pypi.org/project/apsw/
-"
-SRC_URI="
-   https://github.com/rogerbinns/apsw/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc64 x86"
-IUSE="doc"
-
-DEPEND="
-   >=dev-db/sqlite-${PV%.*}:3
-"
-RDEPEND="
-   ${DEPEND}
-"
-
-src_configure() {
-   cat >> setup.cfg <<-EOF || die
-   [build_ext]
-   enable=load_extension
-   use_system_sqlite_config=True
-   EOF
-}
-
-python_test() {
-   esetup.py build_test_extension
-   cd "${T}" || die
-   "${EPYTHON}" -m apsw.tests -v || die "Tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( doc/. )
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/apsw/apsw-3.41.0.0.ebuild 
b/dev-python/apsw/apsw-3.41.0.0.ebuild
deleted file mode 100644
index 029ab66ba97a..
--- a/dev-python/apsw/apsw-3.41.0.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="APSW - Another Python SQLite Wrapper"
-HOMEPAGE="
-   https://github.com/rogerbinns/apsw/
-   https://pypi.org/project/apsw/
-"
-SRC_URI="
-   https://github.com/rogerbinns/apsw/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
-IUSE="doc"
-
-DEPEND="
-   >=dev-db/sqlite-${PV%.*}:3
-"
-RDEPEND="
-   ${DEPEND}
-"
-
-src_configure() {
-   cat >> setup.cfg <<-EOF || die
-   [build_ext]
-   enable=load_extension
-   use_system_sqlite_config=True
-   EOF
-}
-
-python_test() {
-   esetup.py build_test_extension
-   cd "${T}" || die
-   "${EPYTHON}" -m apsw.tests -v || die "Tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( doc/. )
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2023-04-05 Thread Arthur Zamarin
commit: 3ff74181fce3e48f86156ac304c610de698ad74e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Apr  5 07:41:13 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Apr  5 07:41:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ff74181

dev-python/apsw: Stabilize 3.41.2.0 x86, #903837

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/apsw/apsw-3.41.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/apsw/apsw-3.41.2.0.ebuild 
b/dev-python/apsw/apsw-3.41.2.0.ebuild
index 04e12e7d67cf..3cfdb2b69aa9 100644
--- a/dev-python/apsw/apsw-3.41.2.0.ebuild
+++ b/dev-python/apsw/apsw-3.41.2.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc64 x86"
 IUSE="doc"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2023-04-05 Thread Arthur Zamarin
commit: 342db67b294e6da4d6168015dbd269eaddd07c55
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Apr  5 07:34:30 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Apr  5 07:34:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=342db67b

dev-python/apsw: Stabilize 3.41.2.0 amd64, #903837

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/apsw/apsw-3.41.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/apsw/apsw-3.41.2.0.ebuild 
b/dev-python/apsw/apsw-3.41.2.0.ebuild
index 029ab66ba97a..04e12e7d67cf 100644
--- a/dev-python/apsw/apsw-3.41.2.0.ebuild
+++ b/dev-python/apsw/apsw-3.41.2.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc64 ~x86"
 IUSE="doc"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2023-03-26 Thread Michał Górny
commit: 501e948b8361cb84a09fb4efd06f10f277db5775
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar 27 03:30:02 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar 27 03:30:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=501e948b

dev-python/apsw: Bump to 3.41.2.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/apsw/Manifest |  1 +
 dev-python/apsw/apsw-3.41.2.0.ebuild | 50 
 2 files changed, 51 insertions(+)

diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest
index 1c8fa16a0709..f010388537e4 100644
--- a/dev-python/apsw/Manifest
+++ b/dev-python/apsw/Manifest
@@ -1,2 +1,3 @@
 DIST apsw-3.40.1.0.gh.tar.gz 423060 BLAKE2B 
7ac1a587ab93b4cd6ae20a137f2f1a2e96039209f74c8aa626ea7bf219b1698403fe4c8365662e8b896a56024b45b36a80df5f506d6a813dea920add202479cd
 SHA512 
243d47efc7407c4f3bad92d1bf4044fe4a53d913b86e1821c7d1c3711348bf25b2a339a68d18075f99c0899766085c2f2b93a303f8298c115463224ad46f99f1
 DIST apsw-3.41.0.0.gh.tar.gz 837111 BLAKE2B 
f3374dae906148d7553c9c67c7e1f91acfc5124d525aa37728f81ce39c33368ae387a555dc2c50d2117a29e35c925a968968cdf22fd18477d00a877efcfef876
 SHA512 
f5ee663e15f54fc8f3d1fe6435be6470f9399271d2f746b8e624a98b1ae8b5fcaa0152ddae9e99d8ab2876388e42348f8e9ba8773f34e7042a72467d794c108b
+DIST apsw-3.41.2.0.gh.tar.gz 871995 BLAKE2B 
3d6959133cbfe8914eaadb46543a3a65db24b97aef362eb43e90448be34467a2a9e0f651ff67a9b0ce02df2c6eefa5b5e1c599547e72713e2ddbd1ec6c4f558b
 SHA512 
292ea5a84f406fccb3ba5bf229a38d9c35a32f342b7e1065f08b2758c1d0d9b6517d37c32ce625f9e21cc55339eb2eea35da26a0f17d79a1fc58e1d6b08a8570

diff --git a/dev-python/apsw/apsw-3.41.2.0.ebuild 
b/dev-python/apsw/apsw-3.41.2.0.ebuild
new file mode 100644
index ..029ab66ba97a
--- /dev/null
+++ b/dev-python/apsw/apsw-3.41.2.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="APSW - Another Python SQLite Wrapper"
+HOMEPAGE="
+   https://github.com/rogerbinns/apsw/
+   https://pypi.org/project/apsw/
+"
+SRC_URI="
+   https://github.com/rogerbinns/apsw/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+IUSE="doc"
+
+DEPEND="
+   >=dev-db/sqlite-${PV%.*}:3
+"
+RDEPEND="
+   ${DEPEND}
+"
+
+src_configure() {
+   cat >> setup.cfg <<-EOF || die
+   [build_ext]
+   enable=load_extension
+   use_system_sqlite_config=True
+   EOF
+}
+
+python_test() {
+   esetup.py build_test_extension
+   cd "${T}" || die
+   "${EPYTHON}" -m apsw.tests -v || die "Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2023-03-01 Thread Michał Górny
commit: cd0903a3003b58051cab24e280775b40b8b755fd
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar  2 04:31:29 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar  2 04:31:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd0903a3

dev-python/apsw: Bump to 3.41.0.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/apsw/Manifest |  1 +
 dev-python/apsw/apsw-3.41.0.0.ebuild | 50 
 2 files changed, 51 insertions(+)

diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest
index 20914d1ef637..1c8fa16a0709 100644
--- a/dev-python/apsw/Manifest
+++ b/dev-python/apsw/Manifest
@@ -1 +1,2 @@
 DIST apsw-3.40.1.0.gh.tar.gz 423060 BLAKE2B 
7ac1a587ab93b4cd6ae20a137f2f1a2e96039209f74c8aa626ea7bf219b1698403fe4c8365662e8b896a56024b45b36a80df5f506d6a813dea920add202479cd
 SHA512 
243d47efc7407c4f3bad92d1bf4044fe4a53d913b86e1821c7d1c3711348bf25b2a339a68d18075f99c0899766085c2f2b93a303f8298c115463224ad46f99f1
+DIST apsw-3.41.0.0.gh.tar.gz 837111 BLAKE2B 
f3374dae906148d7553c9c67c7e1f91acfc5124d525aa37728f81ce39c33368ae387a555dc2c50d2117a29e35c925a968968cdf22fd18477d00a877efcfef876
 SHA512 
f5ee663e15f54fc8f3d1fe6435be6470f9399271d2f746b8e624a98b1ae8b5fcaa0152ddae9e99d8ab2876388e42348f8e9ba8773f34e7042a72467d794c108b

diff --git a/dev-python/apsw/apsw-3.41.0.0.ebuild 
b/dev-python/apsw/apsw-3.41.0.0.ebuild
new file mode 100644
index ..029ab66ba97a
--- /dev/null
+++ b/dev-python/apsw/apsw-3.41.0.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="APSW - Another Python SQLite Wrapper"
+HOMEPAGE="
+   https://github.com/rogerbinns/apsw/
+   https://pypi.org/project/apsw/
+"
+SRC_URI="
+   https://github.com/rogerbinns/apsw/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+IUSE="doc"
+
+DEPEND="
+   >=dev-db/sqlite-${PV%.*}:3
+"
+RDEPEND="
+   ${DEPEND}
+"
+
+src_configure() {
+   cat >> setup.cfg <<-EOF || die
+   [build_ext]
+   enable=load_extension
+   use_system_sqlite_config=True
+   EOF
+}
+
+python_test() {
+   esetup.py build_test_extension
+   cd "${T}" || die
+   "${EPYTHON}" -m apsw.tests -v || die "Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2023-01-15 Thread Michał Górny
commit: b2494d5e10a68a469ec41a0e27562b3f5fcf4a1a
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan 16 05:52:15 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan 16 06:09:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2494d5e

dev-python/apsw: Bump to 3.40.1.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/apsw/Manifest |  1 +
 dev-python/apsw/apsw-3.40.1.0.ebuild | 50 
 2 files changed, 51 insertions(+)

diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest
index aca693e55af0..e554b4f25091 100644
--- a/dev-python/apsw/Manifest
+++ b/dev-python/apsw/Manifest
@@ -1 +1,2 @@
 DIST apsw-3.40.0.0.gh.tar.gz 402492 BLAKE2B 
9539bbffd9cbcdee58e798261f9fb09a3f691d442cc80de664ce3d48b6f36608624e8f0b718edf87171bd8e68999ee16ea3829698e9d3277afa5b33931f464cc
 SHA512 
61ae7d0a6f394176af462c5e80eae1f8fdc9395fcb64d4956c755d552ab0dcac83349633e7867f2fa661a6b707c80b4ae65fd68cd91b0f0d2535aedf65b4a517
+DIST apsw-3.40.1.0.gh.tar.gz 423060 BLAKE2B 
7ac1a587ab93b4cd6ae20a137f2f1a2e96039209f74c8aa626ea7bf219b1698403fe4c8365662e8b896a56024b45b36a80df5f506d6a813dea920add202479cd
 SHA512 
243d47efc7407c4f3bad92d1bf4044fe4a53d913b86e1821c7d1c3711348bf25b2a339a68d18075f99c0899766085c2f2b93a303f8298c115463224ad46f99f1

diff --git a/dev-python/apsw/apsw-3.40.1.0.ebuild 
b/dev-python/apsw/apsw-3.40.1.0.ebuild
new file mode 100644
index ..029ab66ba97a
--- /dev/null
+++ b/dev-python/apsw/apsw-3.40.1.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="APSW - Another Python SQLite Wrapper"
+HOMEPAGE="
+   https://github.com/rogerbinns/apsw/
+   https://pypi.org/project/apsw/
+"
+SRC_URI="
+   https://github.com/rogerbinns/apsw/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+IUSE="doc"
+
+DEPEND="
+   >=dev-db/sqlite-${PV%.*}:3
+"
+RDEPEND="
+   ${DEPEND}
+"
+
+src_configure() {
+   cat >> setup.cfg <<-EOF || die
+   [build_ext]
+   enable=load_extension
+   use_system_sqlite_config=True
+   EOF
+}
+
+python_test() {
+   esetup.py build_test_extension
+   cd "${T}" || die
+   "${EPYTHON}" -m apsw.tests -v || die "Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2023-01-07 Thread Michał Górny
commit: e9ec09c9dabbb5b55e95583dbfb3ad7a439cc8a9
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan  7 14:59:28 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan  7 14:59:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9ec09c9

dev-python/apsw: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/apsw/Manifest |  1 -
 dev-python/apsw/apsw-3.39.4.0.ebuild | 50 
 2 files changed, 51 deletions(-)

diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest
index c8d1c4ae7c18..aca693e55af0 100644
--- a/dev-python/apsw/Manifest
+++ b/dev-python/apsw/Manifest
@@ -1,2 +1 @@
-DIST apsw-3.39.4.0.gh.tar.gz 371139 BLAKE2B 
223736e45b581f96cfcf4cd42f3aa278c0c3cc6b49188ac1979cc30835635f0f935eac8231d7ba0e1ae50f169095e672fe33c7938e6dbf94a7b82fc44d126002
 SHA512 
c09b367fa5825300c4a4fb82916077208ebd5741f9be4814d33032349eacdd6c7d528430e6d85615c56aaea30995c2575bfbe02876dc8e95e2c337a811df07e7
 DIST apsw-3.40.0.0.gh.tar.gz 402492 BLAKE2B 
9539bbffd9cbcdee58e798261f9fb09a3f691d442cc80de664ce3d48b6f36608624e8f0b718edf87171bd8e68999ee16ea3829698e9d3277afa5b33931f464cc
 SHA512 
61ae7d0a6f394176af462c5e80eae1f8fdc9395fcb64d4956c755d552ab0dcac83349633e7867f2fa661a6b707c80b4ae65fd68cd91b0f0d2535aedf65b4a517

diff --git a/dev-python/apsw/apsw-3.39.4.0.ebuild 
b/dev-python/apsw/apsw-3.39.4.0.ebuild
deleted file mode 100644
index 50827e0db0df..
--- a/dev-python/apsw/apsw-3.39.4.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="APSW - Another Python SQLite Wrapper"
-HOMEPAGE="
-   https://github.com/rogerbinns/apsw/
-   https://pypi.org/project/apsw/
-"
-SRC_URI="
-   https://github.com/rogerbinns/apsw/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc64 x86"
-IUSE="doc"
-
-DEPEND="
-   >=dev-db/sqlite-${PV%.*}:3
-"
-RDEPEND="
-   ${DEPEND}
-"
-
-src_configure() {
-   cat >> setup.cfg <<-EOF || die
-   [build_ext]
-   enable=load_extension
-   use_system_sqlite_config=True
-   EOF
-}
-
-python_test() {
-   esetup.py build_test_extension
-   cd "${T}" || die
-   "${EPYTHON}" -m apsw.tests -v || die "Tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( doc/. )
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2023-01-07 Thread Arthur Zamarin
commit: 7dca048a5ba140baaca831b7eaf78b2f06bc63a8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan  7 12:39:56 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan  7 12:39:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dca048a

dev-python/apsw: Stabilize 3.40.0.0 amd64, #890044

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/apsw/apsw-3.40.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/apsw/apsw-3.40.0.0.ebuild 
b/dev-python/apsw/apsw-3.40.0.0.ebuild
index be40de76ee41..d39a69fabc6b 100644
--- a/dev-python/apsw/apsw-3.40.0.0.ebuild
+++ b/dev-python/apsw/apsw-3.40.0.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~ppc64 x86"
 IUSE="doc"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2023-01-07 Thread Arthur Zamarin
commit: 237e57f593049adbc3ae970a7db4bbbcfc6a7290
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan  7 12:39:06 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan  7 12:39:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=237e57f5

dev-python/apsw: Stabilize 3.40.0.0 x86, #890044

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/apsw/apsw-3.40.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/apsw/apsw-3.40.0.0.ebuild 
b/dev-python/apsw/apsw-3.40.0.0.ebuild
index f10a20ff8b30..be40de76ee41 100644
--- a/dev-python/apsw/apsw-3.40.0.0.ebuild
+++ b/dev-python/apsw/apsw-3.40.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~ppc64 x86"
 IUSE="doc"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2022-11-27 Thread Michał Górny
commit: 541689a3c10fc594df0b2a867bd6e9bb99fd240d
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov 28 05:23:05 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov 28 06:05:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=541689a3

dev-python/apsw: Bump to 3.40.0.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/apsw/Manifest |  1 +
 dev-python/apsw/apsw-3.40.0.0.ebuild | 50 
 2 files changed, 51 insertions(+)

diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest
index 91bc2a68be1d..c8d1c4ae7c18 100644
--- a/dev-python/apsw/Manifest
+++ b/dev-python/apsw/Manifest
@@ -1 +1,2 @@
 DIST apsw-3.39.4.0.gh.tar.gz 371139 BLAKE2B 
223736e45b581f96cfcf4cd42f3aa278c0c3cc6b49188ac1979cc30835635f0f935eac8231d7ba0e1ae50f169095e672fe33c7938e6dbf94a7b82fc44d126002
 SHA512 
c09b367fa5825300c4a4fb82916077208ebd5741f9be4814d33032349eacdd6c7d528430e6d85615c56aaea30995c2575bfbe02876dc8e95e2c337a811df07e7
+DIST apsw-3.40.0.0.gh.tar.gz 402492 BLAKE2B 
9539bbffd9cbcdee58e798261f9fb09a3f691d442cc80de664ce3d48b6f36608624e8f0b718edf87171bd8e68999ee16ea3829698e9d3277afa5b33931f464cc
 SHA512 
61ae7d0a6f394176af462c5e80eae1f8fdc9395fcb64d4956c755d552ab0dcac83349633e7867f2fa661a6b707c80b4ae65fd68cd91b0f0d2535aedf65b4a517

diff --git a/dev-python/apsw/apsw-3.40.0.0.ebuild 
b/dev-python/apsw/apsw-3.40.0.0.ebuild
new file mode 100644
index ..f10a20ff8b30
--- /dev/null
+++ b/dev-python/apsw/apsw-3.40.0.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="APSW - Another Python SQLite Wrapper"
+HOMEPAGE="
+   https://github.com/rogerbinns/apsw/
+   https://pypi.org/project/apsw/
+"
+SRC_URI="
+   https://github.com/rogerbinns/apsw/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+IUSE="doc"
+
+DEPEND="
+   >=dev-db/sqlite-${PV%.*}:3
+"
+RDEPEND="
+   ${DEPEND}
+"
+
+src_configure() {
+   cat >> setup.cfg <<-EOF || die
+   [build_ext]
+   enable=load_extension
+   use_system_sqlite_config=True
+   EOF
+}
+
+python_test() {
+   esetup.py build_test_extension
+   cd "${T}" || die
+   "${EPYTHON}" -m apsw.tests -v || die "Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/files/, dev-python/apsw/

2022-10-15 Thread Michał Górny
commit: c2970dc02c6002143d204d25b7ca4e288a961066
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 15 06:45:49 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 15 06:49:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2970dc0

dev-python/apsw: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/apsw/Manifest   |  4 --
 dev-python/apsw/apsw-3.38.5_p1-r1.ebuild   | 54 -
 dev-python/apsw/apsw-3.39.2.0.ebuild   | 50 ---
 dev-python/apsw/apsw-3.39.2.1-r1.ebuild| 48 ---
 dev-python/apsw/apsw-3.39.3.0-r1.ebuild| 56 --
 dev-python/apsw/files/apsw-3.39.3.0-test.patch | 36 --
 .../apsw/files/apsw-3.6.20.1-fix_tests.patch   | 11 -
 7 files changed, 259 deletions(-)

diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest
index d41a5c1ea3af..91bc2a68be1d 100644
--- a/dev-python/apsw/Manifest
+++ b/dev-python/apsw/Manifest
@@ -1,5 +1 @@
-DIST apsw-3.38.5-r1.gh.tar.gz 338186 BLAKE2B 
145e38d4057be498f85a655ad7a437ec19a895769f58505b4b99093be30e67498faf9572494009db8e20e6700fa5e514605af131d045a4e8bb41587b828f5a88
 SHA512 
58331ca2db993f87316a55075ee9c440d4bd6e985e8ca11079391bd9cc2a907271ffe5c21d66840e336cd9e6568f6134c8b8fa5d28bbc7c77a148e8b99b7
-DIST apsw-3.39.2.0.gh.tar.gz 345634 BLAKE2B 
433455fdb0dbc6192bbb3ef47cc1d54faa310715b81312b999a84f90de61e5362e4af8d3a705816100381ae920283d84a50fb2e51308227eecf9de5b7166c4ac
 SHA512 
4d3eb68d47cf8114e7823969277d0f42c4091632d4aeab61f66e91e99601b6a5286875515e860e27a2f736c943dad1657f5c47cbdd23a3d1479d3019bfd1c05b
-DIST apsw-3.39.2.1.gh.tar.gz 363389 BLAKE2B 
001efa8904c724ec051ac18d80ce55ce646c12ea4a218536494fa0e5804781ccc6c66287575c21553c0a97f4a806a5c7ab671116667d0368c32f7e614fd32a2f
 SHA512 
10f08320157be96ad409472b50480b1b1875ec88ccb00690851aaef5864aa2bfc8000fce10ef0f00b820cfd5cebad950f0e7bba432018524cb292a6738ff30e8
-DIST apsw-3.39.3.0.gh.tar.gz 364874 BLAKE2B 
e23ca9ce125b2097f2e859d19053405070a3a09e061d27a175d4a3b721c4b68ac220b0522ca4e49075b937ebafdef8ba0cc5b0adc1ea389ee7c0c195b9f0850a
 SHA512 
f9977f4112f2a7b11c0b0ab3576eada7b816dd69c518a637fc0152ba8fc4d12330febdd91abaf00af9e26049041024b590a4d60a9f055bf49c3301c92a68b539
 DIST apsw-3.39.4.0.gh.tar.gz 371139 BLAKE2B 
223736e45b581f96cfcf4cd42f3aa278c0c3cc6b49188ac1979cc30835635f0f935eac8231d7ba0e1ae50f169095e672fe33c7938e6dbf94a7b82fc44d126002
 SHA512 
c09b367fa5825300c4a4fb82916077208ebd5741f9be4814d33032349eacdd6c7d528430e6d85615c56aaea30995c2575bfbe02876dc8e95e2c337a811df07e7

diff --git a/dev-python/apsw/apsw-3.38.5_p1-r1.ebuild 
b/dev-python/apsw/apsw-3.38.5_p1-r1.ebuild
deleted file mode 100644
index 6534ee96cbd7..
--- a/dev-python/apsw/apsw-3.38.5_p1-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit distutils-r1
-
-MY_PV=${PV/_p/-r}
-MY_P=${PN}-${MY_PV}
-
-DESCRIPTION="APSW - Another Python SQLite Wrapper"
-HOMEPAGE="
-   https://github.com/rogerbinns/apsw/
-   https://pypi.org/project/apsw/
-"
-SRC_URI="
-   https://github.com/rogerbinns/apsw/archive/${MY_PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc64 x86"
-IUSE="doc"
-
-DEPEND="
-   >=dev-db/sqlite-${PV%_p*}:3
-"
-RDEPEND="
-   ${DEPEND}
-"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-3.6.20.1-fix_tests.patch"
-)
-
-python_compile() {
-   # Needed for e.g. bug #851741
-   distutils-r1_python_compile --enable=load_extension
-}
-
-python_test() {
-   esetup.py build_test_extension
-   "${EPYTHON}" tests.py -v || die "Tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( doc/. )
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/apsw/apsw-3.39.2.0.ebuild 
b/dev-python/apsw/apsw-3.39.2.0.ebuild
deleted file mode 100644
index 757ce76fb631..
--- a/dev-python/apsw/apsw-3.39.2.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="APSW - Another Python SQLite Wrapper"
-HOMEPAGE="
-   https://github.com/rogerbinns/apsw/
-   https://pypi.org/project/apsw/
-"
-SRC_URI="
-   https://github.com/rogerbinns/apsw/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc64 x86"
-IUSE="doc"
-
-DEPEND="
-   >=dev-db/sqlite-${PV%.*}:3
-"
-RDEPEND="
-   ${DEPEND}
-"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-3.6.20.1-fix_tests.patch"
-)
-
-python_compile() {
-   # Needed for e.g. 

[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2022-10-14 Thread Sam James
commit: 0b54d911e3c680ef9eaaca75cc5f912209e5890e
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 14 19:02:53 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 14 19:04:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b54d911

dev-python/apsw: Stabilize 3.39.4.0 amd64, #876607

Signed-off-by: Sam James  gentoo.org>

 dev-python/apsw/apsw-3.39.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/apsw/apsw-3.39.4.0.ebuild 
b/dev-python/apsw/apsw-3.39.4.0.ebuild
index f10a20ff8b30..9f9dd35d7c01 100644
--- a/dev-python/apsw/apsw-3.39.4.0.ebuild
+++ b/dev-python/apsw/apsw-3.39.4.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc64 ~x86"
 IUSE="doc"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2022-10-14 Thread Sam James
commit: 524b24e80af73e5b2ea908dad26323976ed79117
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 14 19:03:35 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 14 19:04:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=524b24e8

dev-python/apsw: Stabilize 3.39.4.0 x86, #876607

Signed-off-by: Sam James  gentoo.org>

 dev-python/apsw/apsw-3.39.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/apsw/apsw-3.39.4.0.ebuild 
b/dev-python/apsw/apsw-3.39.4.0.ebuild
index 9f9dd35d7c01..50827e0db0df 100644
--- a/dev-python/apsw/apsw-3.39.4.0.ebuild
+++ b/dev-python/apsw/apsw-3.39.4.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc64 x86"
 IUSE="doc"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2022-10-10 Thread Arthur Zamarin
commit: e96ed9874a6efce9378a8d01b0eee53663a0ab6c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Oct 10 06:44:17 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Oct 10 07:43:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e96ed987

dev-python/apsw: add 3.39.4.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/apsw/Manifest |  1 +
 dev-python/apsw/apsw-3.39.4.0.ebuild | 50 
 2 files changed, 51 insertions(+)

diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest
index 29b5faaeabc1..d41a5c1ea3af 100644
--- a/dev-python/apsw/Manifest
+++ b/dev-python/apsw/Manifest
@@ -2,3 +2,4 @@ DIST apsw-3.38.5-r1.gh.tar.gz 338186 BLAKE2B 
145e38d4057be498f85a655ad7a437ec19a
 DIST apsw-3.39.2.0.gh.tar.gz 345634 BLAKE2B 
433455fdb0dbc6192bbb3ef47cc1d54faa310715b81312b999a84f90de61e5362e4af8d3a705816100381ae920283d84a50fb2e51308227eecf9de5b7166c4ac
 SHA512 
4d3eb68d47cf8114e7823969277d0f42c4091632d4aeab61f66e91e99601b6a5286875515e860e27a2f736c943dad1657f5c47cbdd23a3d1479d3019bfd1c05b
 DIST apsw-3.39.2.1.gh.tar.gz 363389 BLAKE2B 
001efa8904c724ec051ac18d80ce55ce646c12ea4a218536494fa0e5804781ccc6c66287575c21553c0a97f4a806a5c7ab671116667d0368c32f7e614fd32a2f
 SHA512 
10f08320157be96ad409472b50480b1b1875ec88ccb00690851aaef5864aa2bfc8000fce10ef0f00b820cfd5cebad950f0e7bba432018524cb292a6738ff30e8
 DIST apsw-3.39.3.0.gh.tar.gz 364874 BLAKE2B 
e23ca9ce125b2097f2e859d19053405070a3a09e061d27a175d4a3b721c4b68ac220b0522ca4e49075b937ebafdef8ba0cc5b0adc1ea389ee7c0c195b9f0850a
 SHA512 
f9977f4112f2a7b11c0b0ab3576eada7b816dd69c518a637fc0152ba8fc4d12330febdd91abaf00af9e26049041024b590a4d60a9f055bf49c3301c92a68b539
+DIST apsw-3.39.4.0.gh.tar.gz 371139 BLAKE2B 
223736e45b581f96cfcf4cd42f3aa278c0c3cc6b49188ac1979cc30835635f0f935eac8231d7ba0e1ae50f169095e672fe33c7938e6dbf94a7b82fc44d126002
 SHA512 
c09b367fa5825300c4a4fb82916077208ebd5741f9be4814d33032349eacdd6c7d528430e6d85615c56aaea30995c2575bfbe02876dc8e95e2c337a811df07e7

diff --git a/dev-python/apsw/apsw-3.39.4.0.ebuild 
b/dev-python/apsw/apsw-3.39.4.0.ebuild
new file mode 100644
index ..f10a20ff8b30
--- /dev/null
+++ b/dev-python/apsw/apsw-3.39.4.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="APSW - Another Python SQLite Wrapper"
+HOMEPAGE="
+   https://github.com/rogerbinns/apsw/
+   https://pypi.org/project/apsw/
+"
+SRC_URI="
+   https://github.com/rogerbinns/apsw/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+IUSE="doc"
+
+DEPEND="
+   >=dev-db/sqlite-${PV%.*}:3
+"
+RDEPEND="
+   ${DEPEND}
+"
+
+src_configure() {
+   cat >> setup.cfg <<-EOF || die
+   [build_ext]
+   enable=load_extension
+   use_system_sqlite_config=True
+   EOF
+}
+
+python_test() {
+   esetup.py build_test_extension
+   cd "${T}" || die
+   "${EPYTHON}" -m apsw.tests -v || die "Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2022-09-24 Thread Michał Górny
commit: cb01a1c377bb2bf0ffec4bc8f47da12f61f23cbb
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep 24 19:36:27 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 24 19:38:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb01a1c3

dev-python/apsw: Reenable load_extension, again

Closes: https://bugs.gentoo.org/851741
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/apsw/{apsw-3.39.3.0.ebuild => apsw-3.39.3.0-r1.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/apsw/apsw-3.39.3.0.ebuild 
b/dev-python/apsw/apsw-3.39.3.0-r1.ebuild
similarity index 97%
rename from dev-python/apsw/apsw-3.39.3.0.ebuild
rename to dev-python/apsw/apsw-3.39.3.0-r1.ebuild
index 08791f688c61..90134487b433 100644
--- a/dev-python/apsw/apsw-3.39.3.0.ebuild
+++ b/dev-python/apsw/apsw-3.39.3.0-r1.ebuild
@@ -39,6 +39,7 @@ PATCHES=(
 src_configure() {
cat >> setup.cfg <<-EOF || die
[build_ext]
+   enable=load_extension
use_system_sqlite_config=True
EOF
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/, dev-python/apsw/files/

2022-09-23 Thread Michał Górny
commit: 8497d6cf4ab0bfa8b6e45c85a8b13fe4b111bcfc
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep 23 07:55:48 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep 23 08:11:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8497d6cf

dev-python/apsw: Bump to 3.39.3.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/apsw/Manifest   |  1 +
 dev-python/apsw/apsw-3.39.3.0.ebuild   | 55 ++
 dev-python/apsw/files/apsw-3.39.3.0-test.patch | 36 +
 3 files changed, 92 insertions(+)

diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest
index a529717cb763..29b5faaeabc1 100644
--- a/dev-python/apsw/Manifest
+++ b/dev-python/apsw/Manifest
@@ -1,3 +1,4 @@
 DIST apsw-3.38.5-r1.gh.tar.gz 338186 BLAKE2B 
145e38d4057be498f85a655ad7a437ec19a895769f58505b4b99093be30e67498faf9572494009db8e20e6700fa5e514605af131d045a4e8bb41587b828f5a88
 SHA512 
58331ca2db993f87316a55075ee9c440d4bd6e985e8ca11079391bd9cc2a907271ffe5c21d66840e336cd9e6568f6134c8b8fa5d28bbc7c77a148e8b99b7
 DIST apsw-3.39.2.0.gh.tar.gz 345634 BLAKE2B 
433455fdb0dbc6192bbb3ef47cc1d54faa310715b81312b999a84f90de61e5362e4af8d3a705816100381ae920283d84a50fb2e51308227eecf9de5b7166c4ac
 SHA512 
4d3eb68d47cf8114e7823969277d0f42c4091632d4aeab61f66e91e99601b6a5286875515e860e27a2f736c943dad1657f5c47cbdd23a3d1479d3019bfd1c05b
 DIST apsw-3.39.2.1.gh.tar.gz 363389 BLAKE2B 
001efa8904c724ec051ac18d80ce55ce646c12ea4a218536494fa0e5804781ccc6c66287575c21553c0a97f4a806a5c7ab671116667d0368c32f7e614fd32a2f
 SHA512 
10f08320157be96ad409472b50480b1b1875ec88ccb00690851aaef5864aa2bfc8000fce10ef0f00b820cfd5cebad950f0e7bba432018524cb292a6738ff30e8
+DIST apsw-3.39.3.0.gh.tar.gz 364874 BLAKE2B 
e23ca9ce125b2097f2e859d19053405070a3a09e061d27a175d4a3b721c4b68ac220b0522ca4e49075b937ebafdef8ba0cc5b0adc1ea389ee7c0c195b9f0850a
 SHA512 
f9977f4112f2a7b11c0b0ab3576eada7b816dd69c518a637fc0152ba8fc4d12330febdd91abaf00af9e26049041024b590a4d60a9f055bf49c3301c92a68b539

diff --git a/dev-python/apsw/apsw-3.39.3.0.ebuild 
b/dev-python/apsw/apsw-3.39.3.0.ebuild
new file mode 100644
index ..08791f688c61
--- /dev/null
+++ b/dev-python/apsw/apsw-3.39.3.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="APSW - Another Python SQLite Wrapper"
+HOMEPAGE="
+   https://github.com/rogerbinns/apsw/
+   https://pypi.org/project/apsw/
+"
+SRC_URI="
+   https://github.com/rogerbinns/apsw/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+IUSE="doc"
+
+DEPEND="
+   >=dev-db/sqlite-${PV%.*}:3
+"
+RDEPEND="
+   ${DEPEND}
+"
+
+PATCHES=(
+   # upstream backport for test problem
+   # 
https://github.com/rogerbinns/apsw/commit/ce1604f15544cffd5403764f6508bbe63726b5e3
+   "${FILESDIR}"/${P}-test.patch
+)
+
+src_configure() {
+   cat >> setup.cfg <<-EOF || die
+   [build_ext]
+   use_system_sqlite_config=True
+   EOF
+}
+
+python_test() {
+   esetup.py build_test_extension
+   cd "${T}" || die
+   "${EPYTHON}" -m apsw.tests -v || die "Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/. )
+   distutils-r1_python_install_all
+}

diff --git a/dev-python/apsw/files/apsw-3.39.3.0-test.patch 
b/dev-python/apsw/files/apsw-3.39.3.0-test.patch
new file mode 100644
index ..764fe4844bca
--- /dev/null
+++ b/dev-python/apsw/files/apsw-3.39.3.0-test.patch
@@ -0,0 +1,36 @@
+From a28713a9ebcc8d393beb270ca9fd5bf3b86a52bb Mon Sep 17 00:00:00 2001
+From: Roger Binns 
+Date: Thu, 22 Sep 2022 08:33:13 -0700
+Subject: [PATCH] Ensure uncompleted statement is present
+
+It turns out that under some circumstances Python hasattr
+is actually doing a getattr.  That means an incomplete statement
+needs to be present for the hasattr to not raise an exception.
+
+See #370
+---
+ apsw/tests.py | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/apsw/tests.py b/apsw/tests.py
+index bdaf70d..e9ad3c0 100644
+--- a/apsw/tests.py
 b/apsw/tests.py
+@@ -772,6 +772,7 @@ class APSW(unittest.TestCase):
+ c.execute("drop table foo; create table foo (%s)" % (", ".join(["[%s] 
%s" % (n, t) for n, t in cols]), ))
+ c.execute("insert into foo([x a space]) values(1)")
+ c.execute("create temp table two(fred banana); insert into two 
values(7); create temp view three as select fred as [a space] from two")
++c.execute("select 3") # see issue #370
+ has_full=any(o=="ENABLE_COLUMN_METADATA" or 
o.startswith("ENABLE_COLUMN_METADATA=") for o in apsw.compile_options) if 
apsw.using_amalgamation else hasattr(c, "description_full")
+ for row in 

[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2022-09-22 Thread Michał Górny
commit: 47987420afc7ac3ded5efd77fd109b39569734d9
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep 22 13:24:53 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 22 14:05:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47987420

dev-python/apsw: Pass built_ext options via setup.cfg

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/apsw/apsw-3.39.2.1-r1.ebuild | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/dev-python/apsw/apsw-3.39.2.1-r1.ebuild 
b/dev-python/apsw/apsw-3.39.2.1-r1.ebuild
index a8edc30d8529..2e0e6c51a7da 100644
--- a/dev-python/apsw/apsw-3.39.2.1-r1.ebuild
+++ b/dev-python/apsw/apsw-3.39.2.1-r1.ebuild
@@ -30,10 +30,11 @@ RDEPEND="
${DEPEND}
 "
 
-python_compile() {
-   # Needed for e.g. bug #851741
-   # Enable column-metadata to match dev-db/sqlite
-   distutils-r1_python_compile --enable=load_extension,column_metadata
+src_configure() {
+   cat >> setup.cfg <<-EOF || die
+   [build_ext]
+   enable=load_extension,column_metadata
+   EOF
 }
 
 python_test() {



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2022-09-06 Thread Sam James
commit: 6f184c3a08706e44f848ef7428adf3315a4e2999
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  6 21:54:45 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  6 21:54:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f184c3a

dev-python/apsw: fix --enable for extensions syntax

Needs to be comma separated. Not adding the whole list right now as upstream are
working on autodetection?

Bug: https://bugs.gentoo.org/851741
Signed-off-by: Sam James  gentoo.org>

 dev-python/apsw/{apsw-3.39.2.1.ebuild => apsw-3.39.2.1-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/apsw/apsw-3.39.2.1.ebuild 
b/dev-python/apsw/apsw-3.39.2.1-r1.ebuild
similarity index 91%
rename from dev-python/apsw/apsw-3.39.2.1.ebuild
rename to dev-python/apsw/apsw-3.39.2.1-r1.ebuild
index 05e81a686821..a8edc30d8529 100644
--- a/dev-python/apsw/apsw-3.39.2.1.ebuild
+++ b/dev-python/apsw/apsw-3.39.2.1-r1.ebuild
@@ -33,7 +33,7 @@ RDEPEND="
 python_compile() {
# Needed for e.g. bug #851741
# Enable column-metadata to match dev-db/sqlite
-   distutils-r1_python_compile --enable=load_extension 
--enable=column_metadata
+   distutils-r1_python_compile --enable=load_extension,column_metadata
 }
 
 python_test() {



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2022-09-05 Thread Michał Górny
commit: 834ae97a571448f50ec0860235fc51c6cd73350d
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Sep  5 16:58:23 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Sep  5 17:43:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=834ae97a

dev-python/apsw: Bump to 3.39.2.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/apsw/Manifest |  1 +
 dev-python/apsw/apsw-3.39.2.1.ebuild | 47 
 2 files changed, 48 insertions(+)

diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest
index bd40c32c6402..a529717cb763 100644
--- a/dev-python/apsw/Manifest
+++ b/dev-python/apsw/Manifest
@@ -1,2 +1,3 @@
 DIST apsw-3.38.5-r1.gh.tar.gz 338186 BLAKE2B 
145e38d4057be498f85a655ad7a437ec19a895769f58505b4b99093be30e67498faf9572494009db8e20e6700fa5e514605af131d045a4e8bb41587b828f5a88
 SHA512 
58331ca2db993f87316a55075ee9c440d4bd6e985e8ca11079391bd9cc2a907271ffe5c21d66840e336cd9e6568f6134c8b8fa5d28bbc7c77a148e8b99b7
 DIST apsw-3.39.2.0.gh.tar.gz 345634 BLAKE2B 
433455fdb0dbc6192bbb3ef47cc1d54faa310715b81312b999a84f90de61e5362e4af8d3a705816100381ae920283d84a50fb2e51308227eecf9de5b7166c4ac
 SHA512 
4d3eb68d47cf8114e7823969277d0f42c4091632d4aeab61f66e91e99601b6a5286875515e860e27a2f736c943dad1657f5c47cbdd23a3d1479d3019bfd1c05b
+DIST apsw-3.39.2.1.gh.tar.gz 363389 BLAKE2B 
001efa8904c724ec051ac18d80ce55ce646c12ea4a218536494fa0e5804781ccc6c66287575c21553c0a97f4a806a5c7ab671116667d0368c32f7e614fd32a2f
 SHA512 
10f08320157be96ad409472b50480b1b1875ec88ccb00690851aaef5864aa2bfc8000fce10ef0f00b820cfd5cebad950f0e7bba432018524cb292a6738ff30e8

diff --git a/dev-python/apsw/apsw-3.39.2.1.ebuild 
b/dev-python/apsw/apsw-3.39.2.1.ebuild
new file mode 100644
index ..05e81a686821
--- /dev/null
+++ b/dev-python/apsw/apsw-3.39.2.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="APSW - Another Python SQLite Wrapper"
+HOMEPAGE="
+   https://github.com/rogerbinns/apsw/
+   https://pypi.org/project/apsw/
+"
+SRC_URI="
+   https://github.com/rogerbinns/apsw/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+IUSE="doc"
+
+DEPEND="
+   >=dev-db/sqlite-${PV%.*}:3
+"
+RDEPEND="
+   ${DEPEND}
+"
+
+python_compile() {
+   # Needed for e.g. bug #851741
+   # Enable column-metadata to match dev-db/sqlite
+   distutils-r1_python_compile --enable=load_extension 
--enable=column_metadata
+}
+
+python_test() {
+   esetup.py build_test_extension
+   "${EPYTHON}" apsw/tests.py -v || die "Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2022-08-27 Thread Sam James
commit: c1d72cd51e432d00e2e6c41ba4d1f319dd6ffd6a
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 27 06:17:51 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 27 06:17:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1d72cd5

dev-python/apsw: Stabilize 3.39.2.0 x86, #866875

Signed-off-by: Sam James  gentoo.org>

 dev-python/apsw/apsw-3.39.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/apsw/apsw-3.39.2.0.ebuild 
b/dev-python/apsw/apsw-3.39.2.0.ebuild
index a1c43e13617d..757ce76fb631 100644
--- a/dev-python/apsw/apsw-3.39.2.0.ebuild
+++ b/dev-python/apsw/apsw-3.39.2.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc64 x86"
 IUSE="doc"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2022-08-27 Thread Sam James
commit: 09508055758ec93c6ee63632f6fea2577f9167ea
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 27 06:17:35 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 27 06:17:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09508055

dev-python/apsw: Stabilize 3.39.2.0 amd64, #866875

Signed-off-by: Sam James  gentoo.org>

 dev-python/apsw/apsw-3.39.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/apsw/apsw-3.39.2.0.ebuild 
b/dev-python/apsw/apsw-3.39.2.0.ebuild
index 68db175bfcfb..a1c43e13617d 100644
--- a/dev-python/apsw/apsw-3.39.2.0.ebuild
+++ b/dev-python/apsw/apsw-3.39.2.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc64 ~x86"
 IUSE="doc"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2022-08-01 Thread Michał Górny
commit: 32f3ab1549e80e664b25af4301c8aa2905356802
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug  1 10:09:29 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug  1 11:06:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32f3ab15

dev-python/apsw: Bump to 3.39.2.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/apsw/Manifest |  1 +
 dev-python/apsw/apsw-3.39.2.0.ebuild | 50 
 2 files changed, 51 insertions(+)

diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest
index d281b36cd1fa..bd40c32c6402 100644
--- a/dev-python/apsw/Manifest
+++ b/dev-python/apsw/Manifest
@@ -1 +1,2 @@
 DIST apsw-3.38.5-r1.gh.tar.gz 338186 BLAKE2B 
145e38d4057be498f85a655ad7a437ec19a895769f58505b4b99093be30e67498faf9572494009db8e20e6700fa5e514605af131d045a4e8bb41587b828f5a88
 SHA512 
58331ca2db993f87316a55075ee9c440d4bd6e985e8ca11079391bd9cc2a907271ffe5c21d66840e336cd9e6568f6134c8b8fa5d28bbc7c77a148e8b99b7
+DIST apsw-3.39.2.0.gh.tar.gz 345634 BLAKE2B 
433455fdb0dbc6192bbb3ef47cc1d54faa310715b81312b999a84f90de61e5362e4af8d3a705816100381ae920283d84a50fb2e51308227eecf9de5b7166c4ac
 SHA512 
4d3eb68d47cf8114e7823969277d0f42c4091632d4aeab61f66e91e99601b6a5286875515e860e27a2f736c943dad1657f5c47cbdd23a3d1479d3019bfd1c05b

diff --git a/dev-python/apsw/apsw-3.39.2.0.ebuild 
b/dev-python/apsw/apsw-3.39.2.0.ebuild
new file mode 100644
index ..68db175bfcfb
--- /dev/null
+++ b/dev-python/apsw/apsw-3.39.2.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="APSW - Another Python SQLite Wrapper"
+HOMEPAGE="
+   https://github.com/rogerbinns/apsw/
+   https://pypi.org/project/apsw/
+"
+SRC_URI="
+   https://github.com/rogerbinns/apsw/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+IUSE="doc"
+
+DEPEND="
+   >=dev-db/sqlite-${PV%.*}:3
+"
+RDEPEND="
+   ${DEPEND}
+"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-3.6.20.1-fix_tests.patch"
+)
+
+python_compile() {
+   # Needed for e.g. bug #851741
+   distutils-r1_python_compile --enable=load_extension
+}
+
+python_test() {
+   esetup.py build_test_extension
+   "${EPYTHON}" tests.py -v || die "Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2022-07-10 Thread Michał Górny
commit: 16ecc6bd551ec0a9c71905c523845a764fe1b3bf
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 10 18:53:37 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 10 18:54:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16ecc6bd

dev-python/apsw: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/apsw/Manifest  |  1 -
 dev-python/apsw/apsw-3.38.1_p1.ebuild | 55 ---
 dev-python/apsw/apsw-3.38.5_p1.ebuild | 49 ---
 3 files changed, 105 deletions(-)

diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest
index bd103e7bd982..d281b36cd1fa 100644
--- a/dev-python/apsw/Manifest
+++ b/dev-python/apsw/Manifest
@@ -1,2 +1 @@
-DIST apsw-3.38.1-r1.gh.tar.gz 338985 BLAKE2B 
aa0ef335bd3abc708b41a92959f98b4fd3961168feacb9ca6d382e0279c46d4227a8e09373721ae1361fcc38181376664130b3623b2f36e1596467b99959ecb8
 SHA512 
4d161641d7bf7f933507e7d7e71d437d9db95f7327e29cf34848d9b741e2711dafbefbf19cb34d78d83b4e69115acad855f924fdf80de1cea4c9d61fe0f2b670
 DIST apsw-3.38.5-r1.gh.tar.gz 338186 BLAKE2B 
145e38d4057be498f85a655ad7a437ec19a895769f58505b4b99093be30e67498faf9572494009db8e20e6700fa5e514605af131d045a4e8bb41587b828f5a88
 SHA512 
58331ca2db993f87316a55075ee9c440d4bd6e985e8ca11079391bd9cc2a907271ffe5c21d66840e336cd9e6568f6134c8b8fa5d28bbc7c77a148e8b99b7

diff --git a/dev-python/apsw/apsw-3.38.1_p1.ebuild 
b/dev-python/apsw/apsw-3.38.1_p1.ebuild
deleted file mode 100644
index 7136184b609b..
--- a/dev-python/apsw/apsw-3.38.1_p1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-MY_PV=${PV/_p/-r}
-MY_P=${PN}-${MY_PV}
-
-DESCRIPTION="APSW - Another Python SQLite Wrapper"
-HOMEPAGE="
-   https://github.com/rogerbinns/apsw/
-   https://pypi.org/project/apsw/
-"
-SRC_URI="
-   https://github.com/rogerbinns/apsw/archive/${MY_PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc64 x86"
-IUSE="doc"
-
-DEPEND="
-   >=dev-db/sqlite-${PV%_p*}:3
-"
-RDEPEND="
-   ${DEPEND}
-"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-3.6.20.1-fix_tests.patch"
-)
-
-python_compile() {
-   distutils-r1_python_compile --enable=load_extension
-   mv "${BUILD_DIR}/install${EPREFIX}/usr/apsw.pyi" \
-   "${BUILD_DIR}/install$(python_get_sitedir)" || die
-}
-
-python_test() {
-   esetup.py build_test_extension
-   "${EPYTHON}" tests.py -v || die "Tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( doc/. )
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/apsw/apsw-3.38.5_p1.ebuild 
b/dev-python/apsw/apsw-3.38.5_p1.ebuild
deleted file mode 100644
index 737f556a79f7..
--- a/dev-python/apsw/apsw-3.38.5_p1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit distutils-r1
-
-MY_PV=${PV/_p/-r}
-MY_P=${PN}-${MY_PV}
-
-DESCRIPTION="APSW - Another Python SQLite Wrapper"
-HOMEPAGE="
-   https://github.com/rogerbinns/apsw/
-   https://pypi.org/project/apsw/
-"
-SRC_URI="
-   https://github.com/rogerbinns/apsw/archive/${MY_PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
-IUSE="doc"
-
-DEPEND="
-   >=dev-db/sqlite-${PV%_p*}:3
-"
-RDEPEND="
-   ${DEPEND}
-"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-3.6.20.1-fix_tests.patch"
-)
-
-python_test() {
-   esetup.py build_test_extension
-   "${EPYTHON}" tests.py -v || die "Tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( doc/. )
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2022-07-10 Thread Sam James
commit: e836a693b9589d4178944d376f3172cca8673e55
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 10 16:57:33 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 10 16:57:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e836a693

dev-python/apsw: Stabilize 3.38.5_p1-r1 x86, #857294

Signed-off-by: Sam James  gentoo.org>

 dev-python/apsw/apsw-3.38.5_p1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/apsw/apsw-3.38.5_p1-r1.ebuild 
b/dev-python/apsw/apsw-3.38.5_p1-r1.ebuild
index 4a19c0182510..6534ee96cbd7 100644
--- a/dev-python/apsw/apsw-3.38.5_p1-r1.ebuild
+++ b/dev-python/apsw/apsw-3.38.5_p1-r1.ebuild
@@ -24,7 +24,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc64 x86"
 IUSE="doc"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2022-07-10 Thread Sam James
commit: 3eab880cf2c84a98f312ed3f26ef1214e18b85e6
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 10 16:55:25 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 10 16:55:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eab880c

dev-python/apsw: Stabilize 3.38.5_p1-r1 amd64, #857294

Signed-off-by: Sam James  gentoo.org>

 dev-python/apsw/apsw-3.38.5_p1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/apsw/apsw-3.38.5_p1-r1.ebuild 
b/dev-python/apsw/apsw-3.38.5_p1-r1.ebuild
index f58c16a0974a..4a19c0182510 100644
--- a/dev-python/apsw/apsw-3.38.5_p1-r1.ebuild
+++ b/dev-python/apsw/apsw-3.38.5_p1-r1.ebuild
@@ -24,7 +24,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc64 ~x86"
 IUSE="doc"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2022-06-22 Thread Sam James
commit: da975336a864f624adb8931df83fdf0a4e64bd1c
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun 23 05:41:38 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun 23 05:41:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da975336

dev-python/apsw: restore extension to fix Calibre

Closes: https://bugs.gentoo.org/851741
Signed-off-by: Sam James  gentoo.org>

 dev-python/apsw/apsw-3.38.5_p1-r1.ebuild | 54 
 1 file changed, 54 insertions(+)

diff --git a/dev-python/apsw/apsw-3.38.5_p1-r1.ebuild 
b/dev-python/apsw/apsw-3.38.5_p1-r1.ebuild
new file mode 100644
index ..f58c16a0974a
--- /dev/null
+++ b/dev-python/apsw/apsw-3.38.5_p1-r1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+MY_PV=${PV/_p/-r}
+MY_P=${PN}-${MY_PV}
+
+DESCRIPTION="APSW - Another Python SQLite Wrapper"
+HOMEPAGE="
+   https://github.com/rogerbinns/apsw/
+   https://pypi.org/project/apsw/
+"
+SRC_URI="
+   https://github.com/rogerbinns/apsw/archive/${MY_PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+IUSE="doc"
+
+DEPEND="
+   >=dev-db/sqlite-${PV%_p*}:3
+"
+RDEPEND="
+   ${DEPEND}
+"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-3.6.20.1-fix_tests.patch"
+)
+
+python_compile() {
+   # Needed for e.g. bug #851741
+   distutils-r1_python_compile --enable=load_extension
+}
+
+python_test() {
+   esetup.py build_test_extension
+   "${EPYTHON}" tests.py -v || die "Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2022-06-05 Thread Michał Górny
commit: 503daf69c241e29611e581304566f0c57a955600
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun  6 05:16:33 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun  6 05:26:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=503daf69

dev-python/apsw: Bump to 3.38.5_p1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/apsw/Manifest  |  1 +
 dev-python/apsw/apsw-3.38.5_p1.ebuild | 49 +++
 2 files changed, 50 insertions(+)

diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest
index 515a5c8add95..bd103e7bd982 100644
--- a/dev-python/apsw/Manifest
+++ b/dev-python/apsw/Manifest
@@ -1 +1,2 @@
 DIST apsw-3.38.1-r1.gh.tar.gz 338985 BLAKE2B 
aa0ef335bd3abc708b41a92959f98b4fd3961168feacb9ca6d382e0279c46d4227a8e09373721ae1361fcc38181376664130b3623b2f36e1596467b99959ecb8
 SHA512 
4d161641d7bf7f933507e7d7e71d437d9db95f7327e29cf34848d9b741e2711dafbefbf19cb34d78d83b4e69115acad855f924fdf80de1cea4c9d61fe0f2b670
+DIST apsw-3.38.5-r1.gh.tar.gz 338186 BLAKE2B 
145e38d4057be498f85a655ad7a437ec19a895769f58505b4b99093be30e67498faf9572494009db8e20e6700fa5e514605af131d045a4e8bb41587b828f5a88
 SHA512 
58331ca2db993f87316a55075ee9c440d4bd6e985e8ca11079391bd9cc2a907271ffe5c21d66840e336cd9e6568f6134c8b8fa5d28bbc7c77a148e8b99b7

diff --git a/dev-python/apsw/apsw-3.38.5_p1.ebuild 
b/dev-python/apsw/apsw-3.38.5_p1.ebuild
new file mode 100644
index ..737f556a79f7
--- /dev/null
+++ b/dev-python/apsw/apsw-3.38.5_p1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+MY_PV=${PV/_p/-r}
+MY_P=${PN}-${MY_PV}
+
+DESCRIPTION="APSW - Another Python SQLite Wrapper"
+HOMEPAGE="
+   https://github.com/rogerbinns/apsw/
+   https://pypi.org/project/apsw/
+"
+SRC_URI="
+   https://github.com/rogerbinns/apsw/archive/${MY_PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+IUSE="doc"
+
+DEPEND="
+   >=dev-db/sqlite-${PV%_p*}:3
+"
+RDEPEND="
+   ${DEPEND}
+"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-3.6.20.1-fix_tests.patch"
+)
+
+python_test() {
+   esetup.py build_test_extension
+   "${EPYTHON}" tests.py -v || die "Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2022-05-27 Thread Michał Górny
commit: 05407af5e19d846aa1fbc6c770f5f5584014e7af
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 27 19:47:53 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 27 19:47:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05407af5

dev-python/apsw: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/apsw/Manifest  |  1 -
 dev-python/apsw/apsw-3.35.4_p1.ebuild | 46 ---
 2 files changed, 47 deletions(-)

diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest
index 1a87533fa152..515a5c8add95 100644
--- a/dev-python/apsw/Manifest
+++ b/dev-python/apsw/Manifest
@@ -1,2 +1 @@
-DIST apsw-3.35.4_p1.zip 685034 BLAKE2B 
5845e5fcb286c587367955c33fbee9aa4b0687af666f1d50f35f5dec8e756a0fbcf0fdbd120dd3c7a78df1f05d8eae5a973a8a71fc8a6f4271fff7d83b399013
 SHA512 
f420560e5821bd6305705ee6c14174f1770f4811edcfe152cb1f2ceae4295f13c82552386a7ef42c5ce88165e88bd2080b4dc2809484598522914d99f2469135
 DIST apsw-3.38.1-r1.gh.tar.gz 338985 BLAKE2B 
aa0ef335bd3abc708b41a92959f98b4fd3961168feacb9ca6d382e0279c46d4227a8e09373721ae1361fcc38181376664130b3623b2f36e1596467b99959ecb8
 SHA512 
4d161641d7bf7f933507e7d7e71d437d9db95f7327e29cf34848d9b741e2711dafbefbf19cb34d78d83b4e69115acad855f924fdf80de1cea4c9d61fe0f2b670

diff --git a/dev-python/apsw/apsw-3.35.4_p1.ebuild 
b/dev-python/apsw/apsw-3.35.4_p1.ebuild
deleted file mode 100644
index a98b052e48b8..
--- a/dev-python/apsw/apsw-3.35.4_p1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} )
-
-inherit distutils-r1
-
-MY_PV=${PV/_p/-r}
-MY_P=${PN}-${MY_PV}
-
-DESCRIPTION="APSW - Another Python SQLite Wrapper"
-HOMEPAGE="https://github.com/rogerbinns/apsw/;
-SRC_URI="https://github.com/rogerbinns/apsw/releases/download/${MY_PV}/${MY_P}.zip
 -> ${P}.zip"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc64 x86"
-IUSE="doc"
-
-RDEPEND=">=dev-db/sqlite-${PV%_p*}"
-DEPEND="${RDEPEND}"
-BDEPEND="app-arch/unzip"
-
-PATCHES=( "${FILESDIR}/${PN}-3.6.20.1-fix_tests.patch" )
-
-python_prepare_all() {
-   sed -e 's/"gcc/os.environ.get("CC", "gcc") + "/' -i setup.py || die
-   distutils-r1_python_prepare_all
-}
-
-python_compile() {
-   distutils-r1_python_compile --enable=load_extension
-}
-
-python_test() {
-   esetup.py build_test_extension
-   "${EPYTHON}" tests.py -v || die "Tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( doc/. )
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2022-05-27 Thread Jakov Smolić
commit: e3439d52068d55726a133bea28258fb998638136
Author: Jakov Smolić  gentoo  org>
AuthorDate: Fri May 27 09:10:31 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Fri May 27 09:10:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3439d52

dev-python/apsw: Stabilize 3.38.1_p1 amd64, #847664

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/apsw/apsw-3.38.1_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/apsw/apsw-3.38.1_p1.ebuild 
b/dev-python/apsw/apsw-3.38.1_p1.ebuild
index e1c4a037b060..7136184b609b 100644
--- a/dev-python/apsw/apsw-3.38.1_p1.ebuild
+++ b/dev-python/apsw/apsw-3.38.1_p1.ebuild
@@ -24,7 +24,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~ppc64 x86"
 IUSE="doc"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2022-05-27 Thread Jakov Smolić
commit: cb7f4a054e4a95873fcb28bf1486b9a502d631d6
Author: Jakov Smolić  gentoo  org>
AuthorDate: Fri May 27 09:05:58 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Fri May 27 09:05:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb7f4a05

dev-python/apsw: Stabilize 3.38.1_p1 x86, #847664

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/apsw/apsw-3.38.1_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/apsw/apsw-3.38.1_p1.ebuild 
b/dev-python/apsw/apsw-3.38.1_p1.ebuild
index 64f34312b92b..e1c4a037b060 100644
--- a/dev-python/apsw/apsw-3.38.1_p1.ebuild
+++ b/dev-python/apsw/apsw-3.38.1_p1.ebuild
@@ -24,7 +24,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~ppc64 x86"
 IUSE="doc"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2022-04-25 Thread Michał Górny
commit: 11b13e21ad79db7af2db4588f72bc7ff099fe3cb
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Apr 25 13:47:17 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Apr 25 14:05:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11b13e21

dev-python/apsw: Bump to 3.38.1_p1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/apsw/Manifest  |  1 +
 dev-python/apsw/apsw-3.38.1_p1.ebuild | 55 +++
 2 files changed, 56 insertions(+)

diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest
index c47a63dd74fa..1a87533fa152 100644
--- a/dev-python/apsw/Manifest
+++ b/dev-python/apsw/Manifest
@@ -1 +1,2 @@
 DIST apsw-3.35.4_p1.zip 685034 BLAKE2B 
5845e5fcb286c587367955c33fbee9aa4b0687af666f1d50f35f5dec8e756a0fbcf0fdbd120dd3c7a78df1f05d8eae5a973a8a71fc8a6f4271fff7d83b399013
 SHA512 
f420560e5821bd6305705ee6c14174f1770f4811edcfe152cb1f2ceae4295f13c82552386a7ef42c5ce88165e88bd2080b4dc2809484598522914d99f2469135
+DIST apsw-3.38.1-r1.gh.tar.gz 338985 BLAKE2B 
aa0ef335bd3abc708b41a92959f98b4fd3961168feacb9ca6d382e0279c46d4227a8e09373721ae1361fcc38181376664130b3623b2f36e1596467b99959ecb8
 SHA512 
4d161641d7bf7f933507e7d7e71d437d9db95f7327e29cf34848d9b741e2711dafbefbf19cb34d78d83b4e69115acad855f924fdf80de1cea4c9d61fe0f2b670

diff --git a/dev-python/apsw/apsw-3.38.1_p1.ebuild 
b/dev-python/apsw/apsw-3.38.1_p1.ebuild
new file mode 100644
index ..64f34312b92b
--- /dev/null
+++ b/dev-python/apsw/apsw-3.38.1_p1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+MY_PV=${PV/_p/-r}
+MY_P=${PN}-${MY_PV}
+
+DESCRIPTION="APSW - Another Python SQLite Wrapper"
+HOMEPAGE="
+   https://github.com/rogerbinns/apsw/
+   https://pypi.org/project/apsw/
+"
+SRC_URI="
+   https://github.com/rogerbinns/apsw/archive/${MY_PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+IUSE="doc"
+
+DEPEND="
+   >=dev-db/sqlite-${PV%_p*}:3
+"
+RDEPEND="
+   ${DEPEND}
+"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-3.6.20.1-fix_tests.patch"
+)
+
+python_compile() {
+   distutils-r1_python_compile --enable=load_extension
+   mv "${BUILD_DIR}/install${EPREFIX}/usr/apsw.pyi" \
+   "${BUILD_DIR}/install$(python_get_sitedir)" || die
+}
+
+python_test() {
+   esetup.py build_test_extension
+   "${EPYTHON}" tests.py -v || die "Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2021-07-03 Thread Michał Górny
commit: d4e559f168c9399ed0876f052e7c6c820b70ca92
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul  3 06:25:14 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul  3 06:26:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4e559f1

dev-python/apsw: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/apsw/Manifest  |  1 -
 dev-python/apsw/apsw-3.32.2_p1.ebuild | 41 ---
 2 files changed, 42 deletions(-)

diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest
index a1fb0606925..c47a63dd74f 100644
--- a/dev-python/apsw/Manifest
+++ b/dev-python/apsw/Manifest
@@ -1,2 +1 @@
-DIST apsw-3.32.2_p1.zip 679785 BLAKE2B 
fb58a60f95a677a805b0347a0d8876e49c657092deeadb60a057f4afc62031313faf5a86b600d1d306e42f305c9af599d2439a7051e400cbba2d9185c213d5d1
 SHA512 
718de699c43eec139747f63c3c26da206aa20f104ec1c478009d29cedff7a432138726131b2458ecd3a67675254af77e94e50e8e96a208600fe2a94aa9d924c7
 DIST apsw-3.35.4_p1.zip 685034 BLAKE2B 
5845e5fcb286c587367955c33fbee9aa4b0687af666f1d50f35f5dec8e756a0fbcf0fdbd120dd3c7a78df1f05d8eae5a973a8a71fc8a6f4271fff7d83b399013
 SHA512 
f420560e5821bd6305705ee6c14174f1770f4811edcfe152cb1f2ceae4295f13c82552386a7ef42c5ce88165e88bd2080b4dc2809484598522914d99f2469135

diff --git a/dev-python/apsw/apsw-3.32.2_p1.ebuild 
b/dev-python/apsw/apsw-3.32.2_p1.ebuild
deleted file mode 100644
index 2dcb9f8967c..000
--- a/dev-python/apsw/apsw-3.32.2_p1.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..9} )
-
-inherit distutils-r1 flag-o-matic
-
-MY_PV=${PV/_p/-r}
-MY_P=${PN}-${MY_PV}
-
-DESCRIPTION="APSW - Another Python SQLite Wrapper"
-HOMEPAGE="https://github.com/rogerbinns/apsw/;
-SRC_URI="https://github.com/rogerbinns/apsw/releases/download/${MY_PV}/${MY_P}.zip
 -> ${P}.zip"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc64 x86"
-IUSE="doc"
-
-RDEPEND=">=dev-db/sqlite-${PV%_p*}"
-DEPEND="${RDEPEND}
-   app-arch/unzip"
-
-S=${WORKDIR}/${MY_P}
-
-PATCHES=( "${FILESDIR}/${PN}-3.6.20.1-fix_tests.patch" )
-
-python_compile() {
-   distutils-r1_python_compile --enable=load_extension
-}
-
-python_test() {
-   "${PYTHON}" setup.py build_test_extension || die "Building of test 
loadable extension failed"
-   "${PYTHON}" tests.py -v || die "Tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( doc/. )
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2021-07-02 Thread Sam James
commit: 8a50f6688f369c170291a52ced64722e73f933f2
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  3 03:07:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  3 03:07:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a50f668

dev-python/apsw: Stabilize 3.35.4_p1 x86, #799956

Signed-off-by: Sam James  gentoo.org>

 dev-python/apsw/apsw-3.35.4_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/apsw/apsw-3.35.4_p1.ebuild 
b/dev-python/apsw/apsw-3.35.4_p1.ebuild
index 9c4c56abd92..8854b0a9eb8 100644
--- a/dev-python/apsw/apsw-3.35.4_p1.ebuild
+++ b/dev-python/apsw/apsw-3.35.4_p1.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~ppc64 x86"
 IUSE="doc"
 
 RDEPEND=">=dev-db/sqlite-${PV%_p*}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2021-05-30 Thread Michał Górny
commit: 4bd082dcbaa5201a00383fd0e679f6b4c03f203d
Author: Zamarin Arthur  gmail  com>
AuthorDate: Sat May 22 17:53:15 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 30 16:59:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bd082dc

dev-python/apsw: add 3.35.4_p1, bump to python 3.10

fix direct CC call
passes tests

Closes: https://bugs.gentoo.org/704606
Closes: https://bugs.gentoo.org/723726
Signed-off-by: Zamarin Arthur  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/20936
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/apsw/Manifest  |  1 +
 dev-python/apsw/apsw-3.35.4_p1.ebuild | 46 +++
 2 files changed, 47 insertions(+)

diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest
index 69937f18959..a1fb0606925 100644
--- a/dev-python/apsw/Manifest
+++ b/dev-python/apsw/Manifest
@@ -1 +1,2 @@
 DIST apsw-3.32.2_p1.zip 679785 BLAKE2B 
fb58a60f95a677a805b0347a0d8876e49c657092deeadb60a057f4afc62031313faf5a86b600d1d306e42f305c9af599d2439a7051e400cbba2d9185c213d5d1
 SHA512 
718de699c43eec139747f63c3c26da206aa20f104ec1c478009d29cedff7a432138726131b2458ecd3a67675254af77e94e50e8e96a208600fe2a94aa9d924c7
+DIST apsw-3.35.4_p1.zip 685034 BLAKE2B 
5845e5fcb286c587367955c33fbee9aa4b0687af666f1d50f35f5dec8e756a0fbcf0fdbd120dd3c7a78df1f05d8eae5a973a8a71fc8a6f4271fff7d83b399013
 SHA512 
f420560e5821bd6305705ee6c14174f1770f4811edcfe152cb1f2ceae4295f13c82552386a7ef42c5ce88165e88bd2080b4dc2809484598522914d99f2469135

diff --git a/dev-python/apsw/apsw-3.35.4_p1.ebuild 
b/dev-python/apsw/apsw-3.35.4_p1.ebuild
new file mode 100644
index 000..9c4c56abd92
--- /dev/null
+++ b/dev-python/apsw/apsw-3.35.4_p1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..10} )
+
+inherit distutils-r1
+
+MY_PV=${PV/_p/-r}
+MY_P=${PN}-${MY_PV}
+
+DESCRIPTION="APSW - Another Python SQLite Wrapper"
+HOMEPAGE="https://github.com/rogerbinns/apsw/;
+SRC_URI="https://github.com/rogerbinns/apsw/releases/download/${MY_PV}/${MY_P}.zip
 -> ${P}.zip"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+IUSE="doc"
+
+RDEPEND=">=dev-db/sqlite-${PV%_p*}"
+DEPEND="${RDEPEND}"
+BDEPEND="app-arch/unzip"
+
+PATCHES=( "${FILESDIR}/${PN}-3.6.20.1-fix_tests.patch" )
+
+python_prepare_all() {
+   sed -e 's/"gcc/os.environ.get("CC", "gcc") + "/' -i setup.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_compile() {
+   distutils-r1_python_compile --enable=load_extension
+}
+
+python_test() {
+   esetup.py build_test_extension
+   "${EPYTHON}" tests.py -v || die "Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2020-08-17 Thread Agostino Sarubbo
commit: 1c9fcdf333c4140cb7b1a44c5250ed4f4e281163
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 17 07:09:51 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 17 07:09:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c9fcdf3

dev-python/apsw: x86 stable wrt bug #736902

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/apsw/apsw-3.32.2_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/apsw/apsw-3.32.2_p1.ebuild 
b/dev-python/apsw/apsw-3.32.2_p1.ebuild
index bc9d67875d1..534bde71037 100644
--- a/dev-python/apsw/apsw-3.32.2_p1.ebuild
+++ b/dev-python/apsw/apsw-3.32.2_p1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/rogerbinns/apsw/releases/download/${MY_PV}/${MY_P}.z
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc64 x86"
 IUSE="doc"
 
 RDEPEND=">=dev-db/sqlite-${PV%_p*}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2020-08-14 Thread Sam James
commit: d69177d15f86ef2788c5b7e6767ba294b4c6e28f
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 15 05:49:52 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 15 05:52:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d69177d1

dev-python/apsw: Stabilize 3.32.2_p1 amd64, #736902

Signed-off-by: Sam James  gentoo.org>

 dev-python/apsw/apsw-3.32.2_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/apsw/apsw-3.32.2_p1.ebuild 
b/dev-python/apsw/apsw-3.32.2_p1.ebuild
index 8c90dae6efc..bc9d67875d1 100644
--- a/dev-python/apsw/apsw-3.32.2_p1.ebuild
+++ b/dev-python/apsw/apsw-3.32.2_p1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/rogerbinns/apsw/releases/download/${MY_PV}/${MY_P}.z
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc64 ~x86"
 IUSE="doc"
 
 RDEPEND=">=dev-db/sqlite-${PV%_p*}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2020-08-14 Thread Andreas Sturmlechner
commit: dc7ad78319296943ffb0865dd6aa7f2bb6153f4b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Aug  3 21:23:47 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Aug 14 23:21:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc7ad783

dev-python/apsw: Drop superfluous calls to python_is_python3

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-python/apsw/apsw-3.25.2_p1.ebuild | 1 -
 dev-python/apsw/apsw-3.32.2_p1.ebuild | 1 -
 2 files changed, 2 deletions(-)

diff --git a/dev-python/apsw/apsw-3.25.2_p1.ebuild 
b/dev-python/apsw/apsw-3.25.2_p1.ebuild
index 1cf99192922..427325b591f 100644
--- a/dev-python/apsw/apsw-3.25.2_p1.ebuild
+++ b/dev-python/apsw/apsw-3.25.2_p1.ebuild
@@ -27,7 +27,6 @@ S=${WORKDIR}/${MY_P}
 PATCHES=( "${FILESDIR}/${PN}-3.6.20.1-fix_tests.patch" )
 
 python_compile() {
-   python_is_python3 || append-cflags -fno-strict-aliasing
distutils-r1_python_compile --enable=load_extension
 }
 

diff --git a/dev-python/apsw/apsw-3.32.2_p1.ebuild 
b/dev-python/apsw/apsw-3.32.2_p1.ebuild
index baebaf3c8b5..8c90dae6efc 100644
--- a/dev-python/apsw/apsw-3.32.2_p1.ebuild
+++ b/dev-python/apsw/apsw-3.32.2_p1.ebuild
@@ -27,7 +27,6 @@ S=${WORKDIR}/${MY_P}
 PATCHES=( "${FILESDIR}/${PN}-3.6.20.1-fix_tests.patch" )
 
 python_compile() {
-   python_is_python3 || append-cflags -fno-strict-aliasing
distutils-r1_python_compile --enable=load_extension
 }
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2020-07-19 Thread Zac Medico
commit: 8d3294d09c905af357f77c6fbe51373ded02229f
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Jul 20 04:42:48 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Jul 20 05:19:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d3294d0

dev-python/apsw: Bump to version 3.32.2_p1

Closes: https://bugs.gentoo.org/680008
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Zac Medico  gentoo.org>

 dev-python/apsw/Manifest  |  1 +
 dev-python/apsw/apsw-3.32.2_p1.ebuild | 42 +++
 2 files changed, 43 insertions(+)

diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest
index fb007b559ff..be30ab3b14f 100644
--- a/dev-python/apsw/Manifest
+++ b/dev-python/apsw/Manifest
@@ -1 +1,2 @@
 DIST apsw-3.25.2_p1.zip 682975 BLAKE2B 
f9f471378cddd7da1c06158b7a041d9377da4d4123846318c0cfc24167734bc1813f667e64c4c6bf643c6a618c9cabf58301dfbaad0998082d764212ea369fff
 SHA512 
073b2fe9170fb00ac6f2ba52eb638d64d79875ba74b09f0307fa2c075e714bb91465fd2edd46341dac5cedc0bee0a1099888b6c1cee706fc04fa6b9ad99c47d7
+DIST apsw-3.32.2_p1.zip 679785 BLAKE2B 
fb58a60f95a677a805b0347a0d8876e49c657092deeadb60a057f4afc62031313faf5a86b600d1d306e42f305c9af599d2439a7051e400cbba2d9185c213d5d1
 SHA512 
718de699c43eec139747f63c3c26da206aa20f104ec1c478009d29cedff7a432138726131b2458ecd3a67675254af77e94e50e8e96a208600fe2a94aa9d924c7

diff --git a/dev-python/apsw/apsw-3.32.2_p1.ebuild 
b/dev-python/apsw/apsw-3.32.2_p1.ebuild
new file mode 100644
index 000..baebaf3c8b5
--- /dev/null
+++ b/dev-python/apsw/apsw-3.32.2_p1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1 flag-o-matic
+
+MY_PV=${PV/_p/-r}
+MY_P=${PN}-${MY_PV}
+
+DESCRIPTION="APSW - Another Python SQLite Wrapper"
+HOMEPAGE="https://github.com/rogerbinns/apsw/;
+SRC_URI="https://github.com/rogerbinns/apsw/releases/download/${MY_PV}/${MY_P}.zip
 -> ${P}.zip"
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+IUSE="doc"
+
+RDEPEND=">=dev-db/sqlite-${PV%_p*}"
+DEPEND="${RDEPEND}
+   app-arch/unzip"
+
+S=${WORKDIR}/${MY_P}
+
+PATCHES=( "${FILESDIR}/${PN}-3.6.20.1-fix_tests.patch" )
+
+python_compile() {
+   python_is_python3 || append-cflags -fno-strict-aliasing
+   distutils-r1_python_compile --enable=load_extension
+}
+
+python_test() {
+   "${PYTHON}" setup.py build_test_extension || die "Building of test 
loadable extension failed"
+   "${PYTHON}" tests.py -v || die "Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2020-03-26 Thread Michał Górny
commit: 2972f0ad9238e0c3d1872ee8ff520e2ff5efa2ec
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 26 11:04:22 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 26 11:15:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2972f0ad

dev-python/apsw: Remove redundant versions

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/apsw/Manifest  |  1 -
 dev-python/apsw/apsw-3.23.1_p1.ebuild | 42 ---
 2 files changed, 43 deletions(-)

diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest
index 67013b62c55..fb007b559ff 100644
--- a/dev-python/apsw/Manifest
+++ b/dev-python/apsw/Manifest
@@ -1,2 +1 @@
-DIST apsw-3.23.1_p1.zip 682088 BLAKE2B 
0b1c492c68522f9d3d1c693370b3b1562de0e4521f3a3de0988c40ddcf717f79201555228c16b9b9870db47582bf2b774f7e9ce0ddea4e19c3d132bbf2322551
 SHA512 
8f3bc9e619ed8671a0804e6d3c9ecf34d452a4e6fe540fb23bfb6ae67578971013300ad6cdffe3be2fc1197c4fd3af096802aef5994cbe53253467133363ac62
 DIST apsw-3.25.2_p1.zip 682975 BLAKE2B 
f9f471378cddd7da1c06158b7a041d9377da4d4123846318c0cfc24167734bc1813f667e64c4c6bf643c6a618c9cabf58301dfbaad0998082d764212ea369fff
 SHA512 
073b2fe9170fb00ac6f2ba52eb638d64d79875ba74b09f0307fa2c075e714bb91465fd2edd46341dac5cedc0bee0a1099888b6c1cee706fc04fa6b9ad99c47d7

diff --git a/dev-python/apsw/apsw-3.23.1_p1.ebuild 
b/dev-python/apsw/apsw-3.23.1_p1.ebuild
deleted file mode 100644
index 80080179b0f..000
--- a/dev-python/apsw/apsw-3.23.1_p1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1 flag-o-matic
-
-MY_PV=${PV/_p/-r}
-MY_P=${PN}-${MY_PV}
-
-DESCRIPTION="APSW - Another Python SQLite Wrapper"
-HOMEPAGE="https://github.com/rogerbinns/apsw/;
-SRC_URI="https://github.com/rogerbinns/apsw/releases/download/${MY_PV}/${MY_P}.zip
 -> ${P}.zip"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc64 x86"
-IUSE="doc"
-
-RDEPEND=">=dev-db/sqlite-${PV%_p*}"
-DEPEND="${RDEPEND}
-   app-arch/unzip"
-
-S=${WORKDIR}/${MY_P}
-
-PATCHES=( "${FILESDIR}/${PN}-3.6.20.1-fix_tests.patch" )
-
-python_compile() {
-   python_is_python3 || append-cflags -fno-strict-aliasing
-   distutils-r1_python_compile --enable=load_extension
-}
-
-python_test() {
-   "${PYTHON}" setup.py build_test_extension || die "Building of test 
loadable extension failed"
-   "${PYTHON}" tests.py -v || die "Tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( doc/. )
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2020-03-19 Thread Michał Górny
commit: 92ce601c1d6618d33749305c7fe30f124d59de87
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 19 17:31:09 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 19 17:48:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92ce601c

dev-python/apsw: Remove py2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/apsw/apsw-3.23.1_p1.ebuild | 2 +-
 dev-python/apsw/apsw-3.25.2_p1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/apsw/apsw-3.23.1_p1.ebuild 
b/dev-python/apsw/apsw-3.23.1_p1.ebuild
index 81ea4e3a0d6..80080179b0f 100644
--- a/dev-python/apsw/apsw-3.23.1_p1.ebuild
+++ b/dev-python/apsw/apsw-3.23.1_p1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1 flag-o-matic
 

diff --git a/dev-python/apsw/apsw-3.25.2_p1.ebuild 
b/dev-python/apsw/apsw-3.25.2_p1.ebuild
index 7246ac0d452..1cf99192922 100644
--- a/dev-python/apsw/apsw-3.25.2_p1.ebuild
+++ b/dev-python/apsw/apsw-3.25.2_p1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 inherit distutils-r1 flag-o-matic
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2019-09-30 Thread Zac Medico
commit: 6701d45d60bd81a589cc9b2f1414bb736cb61b50
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Sep 30 19:10:16 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Sep 30 19:15:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6701d45d

dev-python/apsw: stabilize 3.25.2_p1 amd64 and x86

Bug: https://bugs.gentoo.org/695902
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Zac Medico  gentoo.org>

 dev-python/apsw/apsw-3.25.2_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/apsw/apsw-3.25.2_p1.ebuild 
b/dev-python/apsw/apsw-3.25.2_p1.ebuild
index da0d7e692d8..fe61912cef2 100644
--- a/dev-python/apsw/apsw-3.25.2_p1.ebuild
+++ b/dev-python/apsw/apsw-3.25.2_p1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/rogerbinns/apsw/releases/download/${MY_PV}/${MY_P}.z
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc64 x86"
 IUSE="doc"
 
 RDEPEND=">=dev-db/sqlite-${PV%_p*}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2018-12-12 Thread Tim Harder
commit: 219a5df7a554ff09be3289d44cbf46871d315cc4
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Dec 13 06:44:32 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Dec 13 06:47:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=219a5df7

dev-python/apsw: version bump to 3.25.2_p1

Signed-off-by: Tim Harder  gentoo.org>

 dev-python/apsw/Manifest  |  1 +
 dev-python/apsw/apsw-3.25.2_p1.ebuild | 42 +++
 2 files changed, 43 insertions(+)

diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest
index 69ef89a0574..6966e81f630 100644
--- a/dev-python/apsw/Manifest
+++ b/dev-python/apsw/Manifest
@@ -2,3 +2,4 @@ DIST apsw-3.19.3_p1.zip 678966 BLAKE2B 
1726a50024369831fe0ee442676adc4415c7b71e5
 DIST apsw-3.21.0_p1.zip 680827 BLAKE2B 
8fceb2d782f3bbaba28f26904ed11281be7e2be351d78c41d39d2941ad45304bd7e62cfbbc9134e21b1ffad4f7b7d1373a2866d6cbb61345c263502b23fb018a
 SHA512 
c2009d243765532e27220478d1164f97201afbd2b1de1e4090b4f35b63c83d0a82d2bdfe14c6625858867633995d3d8eef91f17ecbbd915f99e5a4a4edfa7b61
 DIST apsw-3.22.0_p1.zip 680988 BLAKE2B 
eda9b217ee8d23b5fc80e5d240b11493f8ef82208f3b694619ba168f4bd640691cdf253d9315fb0f2d178fcce2bd1ed4028d75488f5fb3c0db95c518fec8f71d
 SHA512 
c82de649a9245283dd0acc37700270c6c4dde1995cdc88bf7afb7cb3913a6f1a4a7a077e80eeb70cccf2fcb058406b610c9f05f478c6dc9ee8f7ff9cde7c7395
 DIST apsw-3.23.1_p1.zip 682088 BLAKE2B 
0b1c492c68522f9d3d1c693370b3b1562de0e4521f3a3de0988c40ddcf717f79201555228c16b9b9870db47582bf2b774f7e9ce0ddea4e19c3d132bbf2322551
 SHA512 
8f3bc9e619ed8671a0804e6d3c9ecf34d452a4e6fe540fb23bfb6ae67578971013300ad6cdffe3be2fc1197c4fd3af096802aef5994cbe53253467133363ac62
+DIST apsw-3.25.2_p1.zip 682975 BLAKE2B 
f9f471378cddd7da1c06158b7a041d9377da4d4123846318c0cfc24167734bc1813f667e64c4c6bf643c6a618c9cabf58301dfbaad0998082d764212ea369fff
 SHA512 
073b2fe9170fb00ac6f2ba52eb638d64d79875ba74b09f0307fa2c075e714bb91465fd2edd46341dac5cedc0bee0a1099888b6c1cee706fc04fa6b9ad99c47d7

diff --git a/dev-python/apsw/apsw-3.25.2_p1.ebuild 
b/dev-python/apsw/apsw-3.25.2_p1.ebuild
new file mode 100644
index 000..081a446bc22
--- /dev/null
+++ b/dev-python/apsw/apsw-3.25.2_p1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
+
+inherit distutils-r1 flag-o-matic
+
+MY_PV=${PV/_p/-r}
+MY_P=${PN}-${MY_PV}
+
+DESCRIPTION="APSW - Another Python SQLite Wrapper"
+HOMEPAGE="https://github.com/rogerbinns/apsw/;
+SRC_URI="https://github.com/rogerbinns/apsw/releases/download/${MY_PV}/${MY_P}.zip
 -> ${P}.zip"
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+IUSE="doc"
+
+RDEPEND=">=dev-db/sqlite-${PV%_p*}"
+DEPEND="${RDEPEND}
+   app-arch/unzip"
+
+S=${WORKDIR}/${MY_P}
+
+PATCHES=( "${FILESDIR}/${PN}-3.6.20.1-fix_tests.patch" )
+
+python_compile() {
+   python_is_python3 || append-cflags -fno-strict-aliasing
+   distutils-r1_python_compile --enable=load_extension
+}
+
+python_test() {
+   "${PYTHON}" setup.py build_test_extension || die "Building of test 
loadable extension failed"
+   "${PYTHON}" tests.py -v || die "Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2018-12-12 Thread Tim Harder
commit: 67a926500f75d28a894a7522c336b7e5fcdf5bfe
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Dec 13 06:45:43 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Dec 13 06:47:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67a92650

dev-python/apsw: stabilize 3.23.1_p1

Signed-off-by: Tim Harder  gentoo.org>

 dev-python/apsw/apsw-3.23.1_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/apsw/apsw-3.23.1_p1.ebuild 
b/dev-python/apsw/apsw-3.23.1_p1.ebuild
index 2f4ee216ac7..49eb84f374f 100644
--- a/dev-python/apsw/apsw-3.23.1_p1.ebuild
+++ b/dev-python/apsw/apsw-3.23.1_p1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/rogerbinns/apsw/releases/download/${MY_PV}/${MY_P}.z
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc64 x86"
 IUSE="doc"
 
 RDEPEND=">=dev-db/sqlite-${PV%_p*}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2018-12-12 Thread Tim Harder
commit: c9379b35c53e3545425038179bba11ba13600423
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Dec 13 06:46:15 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Dec 13 06:47:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9379b35

dev-python/apsw: remove old

Signed-off-by: Tim Harder  gentoo.org>

 dev-python/apsw/Manifest  |  3 ---
 dev-python/apsw/apsw-3.19.3_p1.ebuild | 42 ---
 dev-python/apsw/apsw-3.21.0_p1.ebuild | 42 ---
 dev-python/apsw/apsw-3.22.0_p1.ebuild | 42 ---
 4 files changed, 129 deletions(-)

diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest
index 6966e81f630..67013b62c55 100644
--- a/dev-python/apsw/Manifest
+++ b/dev-python/apsw/Manifest
@@ -1,5 +1,2 @@
-DIST apsw-3.19.3_p1.zip 678966 BLAKE2B 
1726a50024369831fe0ee442676adc4415c7b71e5e12beddd4e09f688aad930bb54664435c569ca728c2dd7b24b4eb46655778c7c35249731f3a83194a40fe6b
 SHA512 
9f9e05c865a19e7b6e6b37e6228027c027ba683be2d5ff7a1767bb3bbeb090bf66879a0eead4fc9e34fc4d84c1edc98137b2839f84ffab9bd36330d05435ab4e
-DIST apsw-3.21.0_p1.zip 680827 BLAKE2B 
8fceb2d782f3bbaba28f26904ed11281be7e2be351d78c41d39d2941ad45304bd7e62cfbbc9134e21b1ffad4f7b7d1373a2866d6cbb61345c263502b23fb018a
 SHA512 
c2009d243765532e27220478d1164f97201afbd2b1de1e4090b4f35b63c83d0a82d2bdfe14c6625858867633995d3d8eef91f17ecbbd915f99e5a4a4edfa7b61
-DIST apsw-3.22.0_p1.zip 680988 BLAKE2B 
eda9b217ee8d23b5fc80e5d240b11493f8ef82208f3b694619ba168f4bd640691cdf253d9315fb0f2d178fcce2bd1ed4028d75488f5fb3c0db95c518fec8f71d
 SHA512 
c82de649a9245283dd0acc37700270c6c4dde1995cdc88bf7afb7cb3913a6f1a4a7a077e80eeb70cccf2fcb058406b610c9f05f478c6dc9ee8f7ff9cde7c7395
 DIST apsw-3.23.1_p1.zip 682088 BLAKE2B 
0b1c492c68522f9d3d1c693370b3b1562de0e4521f3a3de0988c40ddcf717f79201555228c16b9b9870db47582bf2b774f7e9ce0ddea4e19c3d132bbf2322551
 SHA512 
8f3bc9e619ed8671a0804e6d3c9ecf34d452a4e6fe540fb23bfb6ae67578971013300ad6cdffe3be2fc1197c4fd3af096802aef5994cbe53253467133363ac62
 DIST apsw-3.25.2_p1.zip 682975 BLAKE2B 
f9f471378cddd7da1c06158b7a041d9377da4d4123846318c0cfc24167734bc1813f667e64c4c6bf643c6a618c9cabf58301dfbaad0998082d764212ea369fff
 SHA512 
073b2fe9170fb00ac6f2ba52eb638d64d79875ba74b09f0307fa2c075e714bb91465fd2edd46341dac5cedc0bee0a1099888b6c1cee706fc04fa6b9ad99c47d7

diff --git a/dev-python/apsw/apsw-3.19.3_p1.ebuild 
b/dev-python/apsw/apsw-3.19.3_p1.ebuild
deleted file mode 100644
index 21e24d9891e..000
--- a/dev-python/apsw/apsw-3.19.3_p1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-
-inherit distutils-r1 flag-o-matic
-
-MY_PV=${PV/_p/-r}
-MY_P=${PN}-${MY_PV}
-
-DESCRIPTION="APSW - Another Python SQLite Wrapper"
-HOMEPAGE="https://github.com/rogerbinns/apsw/;
-SRC_URI="https://github.com/rogerbinns/apsw/releases/download/${MY_PV}/${MY_P}.zip
 -> ${P}.zip"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc64 x86"
-IUSE="doc"
-
-RDEPEND=">=dev-db/sqlite-${PV%_p*}"
-DEPEND="${RDEPEND}
-   app-arch/unzip"
-
-S=${WORKDIR}/${MY_P}
-
-PATCHES=( "${FILESDIR}/${PN}-3.6.20.1-fix_tests.patch" )
-
-python_compile() {
-   python_is_python3 || append-cflags -fno-strict-aliasing
-   distutils-r1_python_compile --enable=load_extension
-}
-
-python_test() {
-   "${PYTHON}" setup.py build_test_extension || die "Building of test 
loadable extension failed"
-   "${PYTHON}" tests.py -v || die "Tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( doc/. )
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/apsw/apsw-3.21.0_p1.ebuild 
b/dev-python/apsw/apsw-3.21.0_p1.ebuild
deleted file mode 100644
index f2bb6b9990b..000
--- a/dev-python/apsw/apsw-3.21.0_p1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-
-inherit distutils-r1 flag-o-matic
-
-MY_PV=${PV/_p/-r}
-MY_P=${PN}-${MY_PV}
-
-DESCRIPTION="APSW - Another Python SQLite Wrapper"
-HOMEPAGE="https://github.com/rogerbinns/apsw/;
-SRC_URI="https://github.com/rogerbinns/apsw/releases/download/${MY_PV}/${MY_P}.zip
 -> ${P}.zip"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
-IUSE="doc"
-
-RDEPEND=">=dev-db/sqlite-${PV%_p*}"
-DEPEND="${RDEPEND}
-   app-arch/unzip"
-
-S=${WORKDIR}/${MY_P}
-
-PATCHES=( "${FILESDIR}/${PN}-3.6.20.1-fix_tests.patch" )
-
-python_compile() {
-   python_is_python3 || append-cflags -fno-strict-aliasing
-   distutils-r1_python_compile --enable=load_extension
-}
-
-python_test() {
-   "${PYTHON}" setup.py build_test_extension || die "Building of test 
loadable extension failed"
-   "${PYTHON}" tests.py -v || die "Tests failed 

[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2018-06-25 Thread Tim Harder
commit: 657215cab9b0fafe965d73b3ffa3b437a891de2d
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Jun 25 19:19:30 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Jun 25 19:26:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=657215ca

dev-python/apsw: version bump to 3.23.1_p1

 dev-python/apsw/Manifest  |  1 +
 dev-python/apsw/apsw-3.23.1_p1.ebuild | 42 +++
 2 files changed, 43 insertions(+)

diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest
index aeb626f4789..69ef89a0574 100644
--- a/dev-python/apsw/Manifest
+++ b/dev-python/apsw/Manifest
@@ -1,3 +1,4 @@
 DIST apsw-3.19.3_p1.zip 678966 BLAKE2B 
1726a50024369831fe0ee442676adc4415c7b71e5e12beddd4e09f688aad930bb54664435c569ca728c2dd7b24b4eb46655778c7c35249731f3a83194a40fe6b
 SHA512 
9f9e05c865a19e7b6e6b37e6228027c027ba683be2d5ff7a1767bb3bbeb090bf66879a0eead4fc9e34fc4d84c1edc98137b2839f84ffab9bd36330d05435ab4e
 DIST apsw-3.21.0_p1.zip 680827 BLAKE2B 
8fceb2d782f3bbaba28f26904ed11281be7e2be351d78c41d39d2941ad45304bd7e62cfbbc9134e21b1ffad4f7b7d1373a2866d6cbb61345c263502b23fb018a
 SHA512 
c2009d243765532e27220478d1164f97201afbd2b1de1e4090b4f35b63c83d0a82d2bdfe14c6625858867633995d3d8eef91f17ecbbd915f99e5a4a4edfa7b61
 DIST apsw-3.22.0_p1.zip 680988 BLAKE2B 
eda9b217ee8d23b5fc80e5d240b11493f8ef82208f3b694619ba168f4bd640691cdf253d9315fb0f2d178fcce2bd1ed4028d75488f5fb3c0db95c518fec8f71d
 SHA512 
c82de649a9245283dd0acc37700270c6c4dde1995cdc88bf7afb7cb3913a6f1a4a7a077e80eeb70cccf2fcb058406b610c9f05f478c6dc9ee8f7ff9cde7c7395
+DIST apsw-3.23.1_p1.zip 682088 BLAKE2B 
0b1c492c68522f9d3d1c693370b3b1562de0e4521f3a3de0988c40ddcf717f79201555228c16b9b9870db47582bf2b774f7e9ce0ddea4e19c3d132bbf2322551
 SHA512 
8f3bc9e619ed8671a0804e6d3c9ecf34d452a4e6fe540fb23bfb6ae67578971013300ad6cdffe3be2fc1197c4fd3af096802aef5994cbe53253467133363ac62

diff --git a/dev-python/apsw/apsw-3.23.1_p1.ebuild 
b/dev-python/apsw/apsw-3.23.1_p1.ebuild
new file mode 100644
index 000..2f4ee216ac7
--- /dev/null
+++ b/dev-python/apsw/apsw-3.23.1_p1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit distutils-r1 flag-o-matic
+
+MY_PV=${PV/_p/-r}
+MY_P=${PN}-${MY_PV}
+
+DESCRIPTION="APSW - Another Python SQLite Wrapper"
+HOMEPAGE="https://github.com/rogerbinns/apsw/;
+SRC_URI="https://github.com/rogerbinns/apsw/releases/download/${MY_PV}/${MY_P}.zip
 -> ${P}.zip"
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+IUSE="doc"
+
+RDEPEND=">=dev-db/sqlite-${PV%_p*}"
+DEPEND="${RDEPEND}
+   app-arch/unzip"
+
+S=${WORKDIR}/${MY_P}
+
+PATCHES=( "${FILESDIR}/${PN}-3.6.20.1-fix_tests.patch" )
+
+python_compile() {
+   python_is_python3 || append-cflags -fno-strict-aliasing
+   distutils-r1_python_compile --enable=load_extension
+}
+
+python_test() {
+   "${PYTHON}" setup.py build_test_extension || die "Building of test 
loadable extension failed"
+   "${PYTHON}" tests.py -v || die "Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2018-03-05 Thread Tim Harder
commit: 73a5bba341c52c7034bc18c5599a6d10ef4fc9cd
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Mar  6 06:32:47 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Mar  6 06:57:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73a5bba3

dev-python/apsw: version bump to 3.22.0_p1

 dev-python/apsw/Manifest  |  1 +
 dev-python/apsw/apsw-3.22.0_p1.ebuild | 42 +++
 2 files changed, 43 insertions(+)

diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest
index fa3b8d0c25b..aeb626f4789 100644
--- a/dev-python/apsw/Manifest
+++ b/dev-python/apsw/Manifest
@@ -1,2 +1,3 @@
 DIST apsw-3.19.3_p1.zip 678966 BLAKE2B 
1726a50024369831fe0ee442676adc4415c7b71e5e12beddd4e09f688aad930bb54664435c569ca728c2dd7b24b4eb46655778c7c35249731f3a83194a40fe6b
 SHA512 
9f9e05c865a19e7b6e6b37e6228027c027ba683be2d5ff7a1767bb3bbeb090bf66879a0eead4fc9e34fc4d84c1edc98137b2839f84ffab9bd36330d05435ab4e
 DIST apsw-3.21.0_p1.zip 680827 BLAKE2B 
8fceb2d782f3bbaba28f26904ed11281be7e2be351d78c41d39d2941ad45304bd7e62cfbbc9134e21b1ffad4f7b7d1373a2866d6cbb61345c263502b23fb018a
 SHA512 
c2009d243765532e27220478d1164f97201afbd2b1de1e4090b4f35b63c83d0a82d2bdfe14c6625858867633995d3d8eef91f17ecbbd915f99e5a4a4edfa7b61
+DIST apsw-3.22.0_p1.zip 680988 BLAKE2B 
eda9b217ee8d23b5fc80e5d240b11493f8ef82208f3b694619ba168f4bd640691cdf253d9315fb0f2d178fcce2bd1ed4028d75488f5fb3c0db95c518fec8f71d
 SHA512 
c82de649a9245283dd0acc37700270c6c4dde1995cdc88bf7afb7cb3913a6f1a4a7a077e80eeb70cccf2fcb058406b610c9f05f478c6dc9ee8f7ff9cde7c7395

diff --git a/dev-python/apsw/apsw-3.22.0_p1.ebuild 
b/dev-python/apsw/apsw-3.22.0_p1.ebuild
new file mode 100644
index 000..2f4ee216ac7
--- /dev/null
+++ b/dev-python/apsw/apsw-3.22.0_p1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit distutils-r1 flag-o-matic
+
+MY_PV=${PV/_p/-r}
+MY_P=${PN}-${MY_PV}
+
+DESCRIPTION="APSW - Another Python SQLite Wrapper"
+HOMEPAGE="https://github.com/rogerbinns/apsw/;
+SRC_URI="https://github.com/rogerbinns/apsw/releases/download/${MY_PV}/${MY_P}.zip
 -> ${P}.zip"
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+IUSE="doc"
+
+RDEPEND=">=dev-db/sqlite-${PV%_p*}"
+DEPEND="${RDEPEND}
+   app-arch/unzip"
+
+S=${WORKDIR}/${MY_P}
+
+PATCHES=( "${FILESDIR}/${PN}-3.6.20.1-fix_tests.patch" )
+
+python_compile() {
+   python_is_python3 || append-cflags -fno-strict-aliasing
+   distutils-r1_python_compile --enable=load_extension
+}
+
+python_test() {
+   "${PYTHON}" setup.py build_test_extension || die "Building of test 
loadable extension failed"
+   "${PYTHON}" tests.py -v || die "Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2018-01-02 Thread Michał Górny
commit: ca1f2c37de3e3f6b4da7f4b5783ed475a266d7dc
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan  2 15:04:51 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan  2 22:13:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca1f2c37

dev-python/apsw: Clean old up

 dev-python/apsw/Manifest  |  1 -
 dev-python/apsw/apsw-3.20.1_p1.ebuild | 42 ---
 2 files changed, 43 deletions(-)

diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest
index aaa63cbf339..fa3b8d0c25b 100644
--- a/dev-python/apsw/Manifest
+++ b/dev-python/apsw/Manifest
@@ -1,3 +1,2 @@
 DIST apsw-3.19.3_p1.zip 678966 BLAKE2B 
1726a50024369831fe0ee442676adc4415c7b71e5e12beddd4e09f688aad930bb54664435c569ca728c2dd7b24b4eb46655778c7c35249731f3a83194a40fe6b
 SHA512 
9f9e05c865a19e7b6e6b37e6228027c027ba683be2d5ff7a1767bb3bbeb090bf66879a0eead4fc9e34fc4d84c1edc98137b2839f84ffab9bd36330d05435ab4e
-DIST apsw-3.20.1_p1.zip 680035 BLAKE2B 
9a230e87df6a5afeb86828018ef0a026b43893fa694e85410d85753981b7b9c2846d2f1b12c4ff9b3d272727dace42157998ce30a382cc5b125b2824b6a8cae2
 SHA512 
12284a99efba13abe417a786939e2ab10d677014feb9393e41cc7b127fb974cb961f371c142904bbe48a96038d49605c885fa43739a14ef8e11fb37ea274ce92
 DIST apsw-3.21.0_p1.zip 680827 BLAKE2B 
8fceb2d782f3bbaba28f26904ed11281be7e2be351d78c41d39d2941ad45304bd7e62cfbbc9134e21b1ffad4f7b7d1373a2866d6cbb61345c263502b23fb018a
 SHA512 
c2009d243765532e27220478d1164f97201afbd2b1de1e4090b4f35b63c83d0a82d2bdfe14c6625858867633995d3d8eef91f17ecbbd915f99e5a4a4edfa7b61

diff --git a/dev-python/apsw/apsw-3.20.1_p1.ebuild 
b/dev-python/apsw/apsw-3.20.1_p1.ebuild
deleted file mode 100644
index f2bb6b9990b..000
--- a/dev-python/apsw/apsw-3.20.1_p1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-
-inherit distutils-r1 flag-o-matic
-
-MY_PV=${PV/_p/-r}
-MY_P=${PN}-${MY_PV}
-
-DESCRIPTION="APSW - Another Python SQLite Wrapper"
-HOMEPAGE="https://github.com/rogerbinns/apsw/;
-SRC_URI="https://github.com/rogerbinns/apsw/releases/download/${MY_PV}/${MY_P}.zip
 -> ${P}.zip"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
-IUSE="doc"
-
-RDEPEND=">=dev-db/sqlite-${PV%_p*}"
-DEPEND="${RDEPEND}
-   app-arch/unzip"
-
-S=${WORKDIR}/${MY_P}
-
-PATCHES=( "${FILESDIR}/${PN}-3.6.20.1-fix_tests.patch" )
-
-python_compile() {
-   python_is_python3 || append-cflags -fno-strict-aliasing
-   distutils-r1_python_compile --enable=load_extension
-}
-
-python_test() {
-   "${PYTHON}" setup.py build_test_extension || die "Building of test 
loadable extension failed"
-   "${PYTHON}" tests.py -v || die "Tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( doc/. )
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2017-11-18 Thread Tim Harder
commit: b6d878c1953cb701d0ec8208cc905c6457116950
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Nov 18 19:12:40 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Nov 19 02:49:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6d878c1

dev-python/apsw: version bump to 3.21.0_p1

 dev-python/apsw/Manifest  |  1 +
 dev-python/apsw/apsw-3.21.0_p1.ebuild | 42 +++
 2 files changed, 43 insertions(+)

diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest
index 0b29eb81f48..dc0de384985 100644
--- a/dev-python/apsw/Manifest
+++ b/dev-python/apsw/Manifest
@@ -1,2 +1,3 @@
 DIST apsw-3.19.3_p1.zip 678966 SHA256 
355b66379e9e44c1f32bc67421e4ad0a348a19bf279a4256a49d0eb83fff404e SHA512 
9f9e05c865a19e7b6e6b37e6228027c027ba683be2d5ff7a1767bb3bbeb090bf66879a0eead4fc9e34fc4d84c1edc98137b2839f84ffab9bd36330d05435ab4e
 WHIRLPOOL 
6703b13f42711f95a86a1c4a0e20bfc378823c24ee78c1ad7bb4e956bd9a927abe777a0c8c9b81c7d24130b76ba2019e048465e0cc59575a8e419f1b97847d7a
 DIST apsw-3.20.1_p1.zip 680035 SHA256 
3ea97084f76049328a5d40eee8c6c86ae303e5be66d2900b521bbc6ebfefaf0a SHA512 
12284a99efba13abe417a786939e2ab10d677014feb9393e41cc7b127fb974cb961f371c142904bbe48a96038d49605c885fa43739a14ef8e11fb37ea274ce92
 WHIRLPOOL 
d679e4c016d2041c95c9e331e02864ac4eb9308748ca1122b6faf4acaaad087840702cffbe01d21c4e4345d505750911a6d0611d469c94af995416de4af2dbf8
+DIST apsw-3.21.0_p1.zip 680827 SHA256 
fded57f82e6f021c1ece3c08508a558145746d567f67a4f8f3ab13cc18be9277 SHA512 
c2009d243765532e27220478d1164f97201afbd2b1de1e4090b4f35b63c83d0a82d2bdfe14c6625858867633995d3d8eef91f17ecbbd915f99e5a4a4edfa7b61
 WHIRLPOOL 
97596b557c1abe930a9704e6f2318026ef3ac589a11a048f165ec05d54f949df82d71badee8c4806bf0a62a26bf68fc908d9b95c736db8ae95aa4c9af43e7d6a

diff --git a/dev-python/apsw/apsw-3.21.0_p1.ebuild 
b/dev-python/apsw/apsw-3.21.0_p1.ebuild
new file mode 100644
index 000..f2bb6b9990b
--- /dev/null
+++ b/dev-python/apsw/apsw-3.21.0_p1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit distutils-r1 flag-o-matic
+
+MY_PV=${PV/_p/-r}
+MY_P=${PN}-${MY_PV}
+
+DESCRIPTION="APSW - Another Python SQLite Wrapper"
+HOMEPAGE="https://github.com/rogerbinns/apsw/;
+SRC_URI="https://github.com/rogerbinns/apsw/releases/download/${MY_PV}/${MY_P}.zip
 -> ${P}.zip"
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+IUSE="doc"
+
+RDEPEND=">=dev-db/sqlite-${PV%_p*}"
+DEPEND="${RDEPEND}
+   app-arch/unzip"
+
+S=${WORKDIR}/${MY_P}
+
+PATCHES=( "${FILESDIR}/${PN}-3.6.20.1-fix_tests.patch" )
+
+python_compile() {
+   python_is_python3 || append-cflags -fno-strict-aliasing
+   distutils-r1_python_compile --enable=load_extension
+}
+
+python_test() {
+   "${PYTHON}" setup.py build_test_extension || die "Building of test 
loadable extension failed"
+   "${PYTHON}" tests.py -v || die "Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2017-09-09 Thread Tim Harder
commit: 0fd427a9065148ff60583a8091ba06f5e1aa4df2
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Sep 10 01:41:10 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Sep 10 02:16:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fd427a9

dev-python/apsw: stabilize 3.19.3_p1 for amd64/x86

 dev-python/apsw/apsw-3.19.3_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/apsw/apsw-3.19.3_p1.ebuild 
b/dev-python/apsw/apsw-3.19.3_p1.ebuild
index f2bb6b9990b..21e24d9891e 100644
--- a/dev-python/apsw/apsw-3.19.3_p1.ebuild
+++ b/dev-python/apsw/apsw-3.19.3_p1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/rogerbinns/apsw/releases/download/${MY_PV}/${MY_P}.z
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc64 x86"
 IUSE="doc"
 
 RDEPEND=">=dev-db/sqlite-${PV%_p*}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2017-09-09 Thread Tim Harder
commit: ad842636d98a4742e60ddcb2451f5d2700f5453b
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Sep 10 01:41:54 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Sep 10 02:16:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad842636

dev-python/apsw: remove old

 dev-python/apsw/Manifest  |  2 --
 dev-python/apsw/apsw-3.11.1_p1.ebuild | 42 ---
 dev-python/apsw/apsw-3.17.0_p1.ebuild | 42 ---
 3 files changed, 86 deletions(-)

diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest
index 685809bb909..0b29eb81f48 100644
--- a/dev-python/apsw/Manifest
+++ b/dev-python/apsw/Manifest
@@ -1,4 +1,2 @@
-DIST apsw-3.11.1_p1.zip 679045 SHA256 
92685d555bb5bdbf5ec85563cd826f76630c33a589ef2528e8f14f73a8bcc95f SHA512 
3976b14ade967b2e39fdd18436e7a9a2f8f4f5b289ee93725878bd8bfa15ccb7548156df8cca981f494a4cdcc7aaed5370fde2b805e6eea022892ece1231bd96
 WHIRLPOOL 
8ad615ba3b5f15cdd36c15a370b036a4fddf92b69b6b0058d3fdf8d83bd2b39251d11b3cd291319c08ad09baf3f26d1b0cff3d54777e6c7169e335e985a0d1e9
-DIST apsw-3.17.0_p1.zip 689144 SHA256 
ceed784f28afec5045571892da4740a0e03d6d6d581ed24a818c67f0a189dd1c SHA512 
9fc63f3596aaa931b526efed5ffc0654d80477ae2cd27361430d8376641eedf7bba482edcf65e99f0cac4ed42597805c6c95f28ff9843502c779335df5d38b77
 WHIRLPOOL 
c9dafef922dbdaa0655fd1773498d2e4d9e209ea5ca90a3478852f33629369bd99b0670a4f116da491b4db07bb4b8137863b2831922bf15b88bba4e3b8463b6e
 DIST apsw-3.19.3_p1.zip 678966 SHA256 
355b66379e9e44c1f32bc67421e4ad0a348a19bf279a4256a49d0eb83fff404e SHA512 
9f9e05c865a19e7b6e6b37e6228027c027ba683be2d5ff7a1767bb3bbeb090bf66879a0eead4fc9e34fc4d84c1edc98137b2839f84ffab9bd36330d05435ab4e
 WHIRLPOOL 
6703b13f42711f95a86a1c4a0e20bfc378823c24ee78c1ad7bb4e956bd9a927abe777a0c8c9b81c7d24130b76ba2019e048465e0cc59575a8e419f1b97847d7a
 DIST apsw-3.20.1_p1.zip 680035 SHA256 
3ea97084f76049328a5d40eee8c6c86ae303e5be66d2900b521bbc6ebfefaf0a SHA512 
12284a99efba13abe417a786939e2ab10d677014feb9393e41cc7b127fb974cb961f371c142904bbe48a96038d49605c885fa43739a14ef8e11fb37ea274ce92
 WHIRLPOOL 
d679e4c016d2041c95c9e331e02864ac4eb9308748ca1122b6faf4acaaad087840702cffbe01d21c4e4345d505750911a6d0611d469c94af995416de4af2dbf8

diff --git a/dev-python/apsw/apsw-3.11.1_p1.ebuild 
b/dev-python/apsw/apsw-3.11.1_p1.ebuild
deleted file mode 100644
index d5cbbdf2aa4..000
--- a/dev-python/apsw/apsw-3.11.1_p1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1 flag-o-matic
-
-MY_PV=${PV/_p/-r}
-MY_P=${PN}-${MY_PV}
-
-DESCRIPTION="APSW - Another Python SQLite Wrapper"
-HOMEPAGE="https://github.com/rogerbinns/apsw/;
-SRC_URI="https://github.com/rogerbinns/apsw/releases/download/${MY_PV}/${MY_P}.zip
 -> ${P}.zip"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc64 x86"
-IUSE="doc"
-
-RDEPEND=">=dev-db/sqlite-${PV%_p*}"
-DEPEND="${RDEPEND}
-   app-arch/unzip"
-
-S=${WORKDIR}/${MY_P}
-
-PATCHES=( "${FILESDIR}/${PN}-3.6.20.1-fix_tests.patch" )
-
-python_compile() {
-   python_is_python3 || append-cflags -fno-strict-aliasing
-   distutils-r1_python_compile --enable=load_extension
-}
-
-python_test() {
-   "${PYTHON}" setup.py build_test_extension || die "Building of test 
loadable extension failed"
-   "${PYTHON}" tests.py -v || die "Tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( doc/. )
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/apsw/apsw-3.17.0_p1.ebuild 
b/dev-python/apsw/apsw-3.17.0_p1.ebuild
deleted file mode 100644
index f2bb6b9990b..000
--- a/dev-python/apsw/apsw-3.17.0_p1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-
-inherit distutils-r1 flag-o-matic
-
-MY_PV=${PV/_p/-r}
-MY_P=${PN}-${MY_PV}
-
-DESCRIPTION="APSW - Another Python SQLite Wrapper"
-HOMEPAGE="https://github.com/rogerbinns/apsw/;
-SRC_URI="https://github.com/rogerbinns/apsw/releases/download/${MY_PV}/${MY_P}.zip
 -> ${P}.zip"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
-IUSE="doc"
-
-RDEPEND=">=dev-db/sqlite-${PV%_p*}"
-DEPEND="${RDEPEND}
-   app-arch/unzip"
-
-S=${WORKDIR}/${MY_P}
-
-PATCHES=( "${FILESDIR}/${PN}-3.6.20.1-fix_tests.patch" )
-
-python_compile() {
-   python_is_python3 || append-cflags -fno-strict-aliasing
-   distutils-r1_python_compile --enable=load_extension
-}
-
-python_test() {
-   "${PYTHON}" setup.py build_test_extension || die "Building of test 
loadable extension failed"
-   "${PYTHON}" tests.py -v || die "Tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( doc/. )
-   distutils-r1_python_install_all

[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2017-09-02 Thread Tim Harder
commit: 9be26d3a7c8cd92286efce09ce0b575e81aa2378
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Sep  3 01:43:04 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Sep  3 01:56:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9be26d3a

dev-python/apsw: version bump to 3.20.1_p1

 dev-python/apsw/Manifest  |  1 +
 dev-python/apsw/apsw-3.20.1_p1.ebuild | 42 +++
 2 files changed, 43 insertions(+)

diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest
index 52623414e72..685809bb909 100644
--- a/dev-python/apsw/Manifest
+++ b/dev-python/apsw/Manifest
@@ -1,3 +1,4 @@
 DIST apsw-3.11.1_p1.zip 679045 SHA256 
92685d555bb5bdbf5ec85563cd826f76630c33a589ef2528e8f14f73a8bcc95f SHA512 
3976b14ade967b2e39fdd18436e7a9a2f8f4f5b289ee93725878bd8bfa15ccb7548156df8cca981f494a4cdcc7aaed5370fde2b805e6eea022892ece1231bd96
 WHIRLPOOL 
8ad615ba3b5f15cdd36c15a370b036a4fddf92b69b6b0058d3fdf8d83bd2b39251d11b3cd291319c08ad09baf3f26d1b0cff3d54777e6c7169e335e985a0d1e9
 DIST apsw-3.17.0_p1.zip 689144 SHA256 
ceed784f28afec5045571892da4740a0e03d6d6d581ed24a818c67f0a189dd1c SHA512 
9fc63f3596aaa931b526efed5ffc0654d80477ae2cd27361430d8376641eedf7bba482edcf65e99f0cac4ed42597805c6c95f28ff9843502c779335df5d38b77
 WHIRLPOOL 
c9dafef922dbdaa0655fd1773498d2e4d9e209ea5ca90a3478852f33629369bd99b0670a4f116da491b4db07bb4b8137863b2831922bf15b88bba4e3b8463b6e
 DIST apsw-3.19.3_p1.zip 678966 SHA256 
355b66379e9e44c1f32bc67421e4ad0a348a19bf279a4256a49d0eb83fff404e SHA512 
9f9e05c865a19e7b6e6b37e6228027c027ba683be2d5ff7a1767bb3bbeb090bf66879a0eead4fc9e34fc4d84c1edc98137b2839f84ffab9bd36330d05435ab4e
 WHIRLPOOL 
6703b13f42711f95a86a1c4a0e20bfc378823c24ee78c1ad7bb4e956bd9a927abe777a0c8c9b81c7d24130b76ba2019e048465e0cc59575a8e419f1b97847d7a
+DIST apsw-3.20.1_p1.zip 680035 SHA256 
3ea97084f76049328a5d40eee8c6c86ae303e5be66d2900b521bbc6ebfefaf0a SHA512 
12284a99efba13abe417a786939e2ab10d677014feb9393e41cc7b127fb974cb961f371c142904bbe48a96038d49605c885fa43739a14ef8e11fb37ea274ce92
 WHIRLPOOL 
d679e4c016d2041c95c9e331e02864ac4eb9308748ca1122b6faf4acaaad087840702cffbe01d21c4e4345d505750911a6d0611d469c94af995416de4af2dbf8

diff --git a/dev-python/apsw/apsw-3.20.1_p1.ebuild 
b/dev-python/apsw/apsw-3.20.1_p1.ebuild
new file mode 100644
index 000..f2bb6b9990b
--- /dev/null
+++ b/dev-python/apsw/apsw-3.20.1_p1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit distutils-r1 flag-o-matic
+
+MY_PV=${PV/_p/-r}
+MY_P=${PN}-${MY_PV}
+
+DESCRIPTION="APSW - Another Python SQLite Wrapper"
+HOMEPAGE="https://github.com/rogerbinns/apsw/;
+SRC_URI="https://github.com/rogerbinns/apsw/releases/download/${MY_PV}/${MY_P}.zip
 -> ${P}.zip"
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+IUSE="doc"
+
+RDEPEND=">=dev-db/sqlite-${PV%_p*}"
+DEPEND="${RDEPEND}
+   app-arch/unzip"
+
+S=${WORKDIR}/${MY_P}
+
+PATCHES=( "${FILESDIR}/${PN}-3.6.20.1-fix_tests.patch" )
+
+python_compile() {
+   python_is_python3 || append-cflags -fno-strict-aliasing
+   distutils-r1_python_compile --enable=load_extension
+}
+
+python_test() {
+   "${PYTHON}" setup.py build_test_extension || die "Building of test 
loadable extension failed"
+   "${PYTHON}" tests.py -v || die "Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2017-07-25 Thread Tim Harder
commit: e9201c35afbb6dd586c1a975caf6774cc8d6821b
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Jul 25 08:48:45 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Jul 25 08:48:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9201c35

dev-python/apsw: version bump to 3.19.3_p1

 dev-python/apsw/Manifest  |  1 +
 dev-python/apsw/apsw-3.19.3_p1.ebuild | 42 +++
 2 files changed, 43 insertions(+)

diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest
index fb1e2abaec1..52623414e72 100644
--- a/dev-python/apsw/Manifest
+++ b/dev-python/apsw/Manifest
@@ -1,2 +1,3 @@
 DIST apsw-3.11.1_p1.zip 679045 SHA256 
92685d555bb5bdbf5ec85563cd826f76630c33a589ef2528e8f14f73a8bcc95f SHA512 
3976b14ade967b2e39fdd18436e7a9a2f8f4f5b289ee93725878bd8bfa15ccb7548156df8cca981f494a4cdcc7aaed5370fde2b805e6eea022892ece1231bd96
 WHIRLPOOL 
8ad615ba3b5f15cdd36c15a370b036a4fddf92b69b6b0058d3fdf8d83bd2b39251d11b3cd291319c08ad09baf3f26d1b0cff3d54777e6c7169e335e985a0d1e9
 DIST apsw-3.17.0_p1.zip 689144 SHA256 
ceed784f28afec5045571892da4740a0e03d6d6d581ed24a818c67f0a189dd1c SHA512 
9fc63f3596aaa931b526efed5ffc0654d80477ae2cd27361430d8376641eedf7bba482edcf65e99f0cac4ed42597805c6c95f28ff9843502c779335df5d38b77
 WHIRLPOOL 
c9dafef922dbdaa0655fd1773498d2e4d9e209ea5ca90a3478852f33629369bd99b0670a4f116da491b4db07bb4b8137863b2831922bf15b88bba4e3b8463b6e
+DIST apsw-3.19.3_p1.zip 678966 SHA256 
355b66379e9e44c1f32bc67421e4ad0a348a19bf279a4256a49d0eb83fff404e SHA512 
9f9e05c865a19e7b6e6b37e6228027c027ba683be2d5ff7a1767bb3bbeb090bf66879a0eead4fc9e34fc4d84c1edc98137b2839f84ffab9bd36330d05435ab4e
 WHIRLPOOL 
6703b13f42711f95a86a1c4a0e20bfc378823c24ee78c1ad7bb4e956bd9a927abe777a0c8c9b81c7d24130b76ba2019e048465e0cc59575a8e419f1b97847d7a

diff --git a/dev-python/apsw/apsw-3.19.3_p1.ebuild 
b/dev-python/apsw/apsw-3.19.3_p1.ebuild
new file mode 100644
index 000..f2bb6b9990b
--- /dev/null
+++ b/dev-python/apsw/apsw-3.19.3_p1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit distutils-r1 flag-o-matic
+
+MY_PV=${PV/_p/-r}
+MY_P=${PN}-${MY_PV}
+
+DESCRIPTION="APSW - Another Python SQLite Wrapper"
+HOMEPAGE="https://github.com/rogerbinns/apsw/;
+SRC_URI="https://github.com/rogerbinns/apsw/releases/download/${MY_PV}/${MY_P}.zip
 -> ${P}.zip"
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+IUSE="doc"
+
+RDEPEND=">=dev-db/sqlite-${PV%_p*}"
+DEPEND="${RDEPEND}
+   app-arch/unzip"
+
+S=${WORKDIR}/${MY_P}
+
+PATCHES=( "${FILESDIR}/${PN}-3.6.20.1-fix_tests.patch" )
+
+python_compile() {
+   python_is_python3 || append-cflags -fno-strict-aliasing
+   distutils-r1_python_compile --enable=load_extension
+}
+
+python_test() {
+   "${PYTHON}" setup.py build_test_extension || die "Building of test 
loadable extension failed"
+   "${PYTHON}" tests.py -v || die "Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2017-02-26 Thread Tim Harder
commit: b1f6fa43faefeddc64ae29ab84b9d20e96f3b3c8
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Feb 27 05:19:01 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Feb 27 05:37:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1f6fa43

dev-python/apsw: version bump to 3.17.0_p1

 dev-python/apsw/Manifest  |  1 +
 dev-python/apsw/apsw-3.17.0_p1.ebuild | 43 +++
 2 files changed, 44 insertions(+)

diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest
index 77a8bfcb25..5eb5157fdd 100644
--- a/dev-python/apsw/Manifest
+++ b/dev-python/apsw/Manifest
@@ -4,3 +4,4 @@ DIST apsw-3.14.1_p1.zip 693104 SHA256 
e76f955bfa22bda7e46423218ba7ac8f460af3ebfe
 DIST apsw-3.15.0_p1.zip 690750 SHA256 
cac4d2afad9661892aafa46dcba19a6982f3fc56be7a48322e75660c4662b3d5 SHA512 
eca4c5264334009feec56bbb25ff4285936ab4690e49309fc82abfa6e6a7ebfa62bbb4a773024f93f99f6fced7651ede2a431c118eca9918b458e90f6e626ae8
 WHIRLPOOL 
1a269548aae2396a0922602cd99f93488c5fdf3e1ad60ef4eb0111c3666d23952c8e613ccf1f93637e2f56730b8382f744188dd87983d76e4b8a86bc28fa0f8b
 DIST apsw-3.15.1_p1.zip 690913 SHA256 
8122431b7d8d698221e2544fefa7be9d50d440e183a52d7fad9ccc6cc8032a8b SHA512 
4d0e83e2b956b0333a21c23fe1c44fc39f1dc9ef66c79e4c22de897afa5e2d7444ba35f04426255b3f2392d17a41d54d3cec48737f6de0fad151adac8ee568f8
 WHIRLPOOL 
1b338b54c382154326c6d4af1900203d18e296d837f2405973a118c4d0d04ee7cc36afdd354b177fd38d196c5cc8cb5c2dd5643d63eb317049893830d50c9c9b
 DIST apsw-3.15.2_p1.zip 691032 SHA256 
840a5be3019ee50d37a216179b845095571c0aa7fc612902b7182f2249a092b9 SHA512 
111ae410b30dcf0d3718d2898f93d315194eac51aa51f6920fdc09e4883178c0400b66e4916b3adb6da8ee16c71076cde1007d96aad38014ec89d3d4060ac137
 WHIRLPOOL 
5f313701283c73702bea973b4a18c0af1ae02013dca6b8d87b33a6e3ba574ad1018ff081f82e8c882c7d7368a002eb6e66507cbddb91aa8df01445e20639832a
+DIST apsw-3.17.0_p1.zip 689144 SHA256 
ceed784f28afec5045571892da4740a0e03d6d6d581ed24a818c67f0a189dd1c SHA512 
9fc63f3596aaa931b526efed5ffc0654d80477ae2cd27361430d8376641eedf7bba482edcf65e99f0cac4ed42597805c6c95f28ff9843502c779335df5d38b77
 WHIRLPOOL 
c9dafef922dbdaa0655fd1773498d2e4d9e209ea5ca90a3478852f33629369bd99b0670a4f116da491b4db07bb4b8137863b2831922bf15b88bba4e3b8463b6e

diff --git a/dev-python/apsw/apsw-3.17.0_p1.ebuild 
b/dev-python/apsw/apsw-3.17.0_p1.ebuild
new file mode 100644
index 00..2ce09c7655
--- /dev/null
+++ b/dev-python/apsw/apsw-3.17.0_p1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit distutils-r1 flag-o-matic
+
+MY_PV=${PV/_p/-r}
+MY_P=${PN}-${MY_PV}
+
+DESCRIPTION="APSW - Another Python SQLite Wrapper"
+HOMEPAGE="https://github.com/rogerbinns/apsw/;
+SRC_URI="https://github.com/rogerbinns/apsw/releases/download/${MY_PV}/${MY_P}.zip
 -> ${P}.zip"
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+IUSE="doc"
+
+RDEPEND=">=dev-db/sqlite-${PV%_p*}"
+DEPEND="${RDEPEND}
+   app-arch/unzip"
+
+S=${WORKDIR}/${MY_P}
+
+PATCHES=( "${FILESDIR}/${PN}-3.6.20.1-fix_tests.patch" )
+
+python_compile() {
+   python_is_python3 || append-cflags -fno-strict-aliasing
+   distutils-r1_python_compile --enable=load_extension
+}
+
+python_test() {
+   "${PYTHON}" setup.py build_test_extension || die "Building of test 
loadable extension failed"
+   "${PYTHON}" tests.py -v || die "Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2016-12-08 Thread Tim Harder
commit: b301ef79018eed2402255adbe76e27b4eb754013
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Dec  9 05:44:41 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Dec  9 05:45:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b301ef79

dev-python/apsw: version bump to 3.15.2_p1

 dev-python/apsw/Manifest  |  1 +
 dev-python/apsw/apsw-3.15.2_p1.ebuild | 43 +++
 2 files changed, 44 insertions(+)

diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest
index 450d813..77a8bfc 100644
--- a/dev-python/apsw/Manifest
+++ b/dev-python/apsw/Manifest
@@ -3,3 +3,4 @@ DIST apsw-3.13.0_p1.zip 692414 SHA256 
1f8e337f88befb609427d468ee87c99da0b9477a9c
 DIST apsw-3.14.1_p1.zip 693104 SHA256 
e76f955bfa22bda7e46423218ba7ac8f460af3ebfe02faedd938600262c6798e SHA512 
1f2a8c47a89656e3c3e2320185b0020ffd414aa28c9b9629b0504767b15c5ccded0e896ddc514f048ad9e0a5f262fbb6b945788ff215504fe1a72395a564becf
 WHIRLPOOL 
0731ed3b38fe2c59b1dbdee9fa336bad49c1d1e69e8fb05383e50e2cbff05ce1798319c12f2ee00997c6010fb50441db8e1caf9781ca2b496d939e6fa17f24e4
 DIST apsw-3.15.0_p1.zip 690750 SHA256 
cac4d2afad9661892aafa46dcba19a6982f3fc56be7a48322e75660c4662b3d5 SHA512 
eca4c5264334009feec56bbb25ff4285936ab4690e49309fc82abfa6e6a7ebfa62bbb4a773024f93f99f6fced7651ede2a431c118eca9918b458e90f6e626ae8
 WHIRLPOOL 
1a269548aae2396a0922602cd99f93488c5fdf3e1ad60ef4eb0111c3666d23952c8e613ccf1f93637e2f56730b8382f744188dd87983d76e4b8a86bc28fa0f8b
 DIST apsw-3.15.1_p1.zip 690913 SHA256 
8122431b7d8d698221e2544fefa7be9d50d440e183a52d7fad9ccc6cc8032a8b SHA512 
4d0e83e2b956b0333a21c23fe1c44fc39f1dc9ef66c79e4c22de897afa5e2d7444ba35f04426255b3f2392d17a41d54d3cec48737f6de0fad151adac8ee568f8
 WHIRLPOOL 
1b338b54c382154326c6d4af1900203d18e296d837f2405973a118c4d0d04ee7cc36afdd354b177fd38d196c5cc8cb5c2dd5643d63eb317049893830d50c9c9b
+DIST apsw-3.15.2_p1.zip 691032 SHA256 
840a5be3019ee50d37a216179b845095571c0aa7fc612902b7182f2249a092b9 SHA512 
111ae410b30dcf0d3718d2898f93d315194eac51aa51f6920fdc09e4883178c0400b66e4916b3adb6da8ee16c71076cde1007d96aad38014ec89d3d4060ac137
 WHIRLPOOL 
5f313701283c73702bea973b4a18c0af1ae02013dca6b8d87b33a6e3ba574ad1018ff081f82e8c882c7d7368a002eb6e66507cbddb91aa8df01445e20639832a

diff --git a/dev-python/apsw/apsw-3.15.2_p1.ebuild 
b/dev-python/apsw/apsw-3.15.2_p1.ebuild
new file mode 100644
index ..7df7939
--- /dev/null
+++ b/dev-python/apsw/apsw-3.15.2_p1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1 flag-o-matic
+
+MY_PV=${PV/_p/-r}
+MY_P=${PN}-${MY_PV}
+
+DESCRIPTION="APSW - Another Python SQLite Wrapper"
+HOMEPAGE="https://github.com/rogerbinns/apsw/;
+SRC_URI="https://github.com/rogerbinns/apsw/releases/download/${MY_PV}/${MY_P}.zip
 -> ${P}.zip"
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+IUSE="doc"
+
+RDEPEND=">=dev-db/sqlite-${PV%_p*}"
+DEPEND="${RDEPEND}
+   app-arch/unzip"
+
+S=${WORKDIR}/${MY_P}
+
+PATCHES=( "${FILESDIR}/${PN}-3.6.20.1-fix_tests.patch" )
+
+python_compile() {
+   python_is_python3 || append-cflags -fno-strict-aliasing
+   distutils-r1_python_compile --enable=load_extension
+}
+
+python_test() {
+   "${PYTHON}" setup.py build_test_extension || die "Building of test 
loadable extension failed"
+   "${PYTHON}" tests.py -v || die "Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2016-11-29 Thread Tim Harder
commit: d37f0f3ff3322b0bc8046c973d6da33825b912d7
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Nov 30 05:55:59 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Nov 30 06:00:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d37f0f3f

dev-python/apsw: version bump to 3.15.1_p1

 dev-python/apsw/Manifest  |  1 +
 dev-python/apsw/apsw-3.15.1_p1.ebuild | 43 +++
 2 files changed, 44 insertions(+)

diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest
index 30bc4a3..450d813 100644
--- a/dev-python/apsw/Manifest
+++ b/dev-python/apsw/Manifest
@@ -2,3 +2,4 @@ DIST apsw-3.11.1_p1.zip 679045 SHA256 
92685d555bb5bdbf5ec85563cd826f76630c33a589
 DIST apsw-3.13.0_p1.zip 692414 SHA256 
1f8e337f88befb609427d468ee87c99da0b9477a9cdfd02423a728d0ed10d576 SHA512 
6efa73eacc413c7b1ed4a8fd3a510d7c86cab85dee4f89055101154a0e3a00adee6fa79fd44dff25bc4b3075adaa4e6f56270336bf73141eeffa340d8047c3e4
 WHIRLPOOL 
54a69ce647047ffb885f3d8da9974a19b88cc99140b380c406069e86e92cd6ef5fc9d091de21c7f30afffe2fa0f5aa4b4af307ea063a1783f0bad4fa40cff1be
 DIST apsw-3.14.1_p1.zip 693104 SHA256 
e76f955bfa22bda7e46423218ba7ac8f460af3ebfe02faedd938600262c6798e SHA512 
1f2a8c47a89656e3c3e2320185b0020ffd414aa28c9b9629b0504767b15c5ccded0e896ddc514f048ad9e0a5f262fbb6b945788ff215504fe1a72395a564becf
 WHIRLPOOL 
0731ed3b38fe2c59b1dbdee9fa336bad49c1d1e69e8fb05383e50e2cbff05ce1798319c12f2ee00997c6010fb50441db8e1caf9781ca2b496d939e6fa17f24e4
 DIST apsw-3.15.0_p1.zip 690750 SHA256 
cac4d2afad9661892aafa46dcba19a6982f3fc56be7a48322e75660c4662b3d5 SHA512 
eca4c5264334009feec56bbb25ff4285936ab4690e49309fc82abfa6e6a7ebfa62bbb4a773024f93f99f6fced7651ede2a431c118eca9918b458e90f6e626ae8
 WHIRLPOOL 
1a269548aae2396a0922602cd99f93488c5fdf3e1ad60ef4eb0111c3666d23952c8e613ccf1f93637e2f56730b8382f744188dd87983d76e4b8a86bc28fa0f8b
+DIST apsw-3.15.1_p1.zip 690913 SHA256 
8122431b7d8d698221e2544fefa7be9d50d440e183a52d7fad9ccc6cc8032a8b SHA512 
4d0e83e2b956b0333a21c23fe1c44fc39f1dc9ef66c79e4c22de897afa5e2d7444ba35f04426255b3f2392d17a41d54d3cec48737f6de0fad151adac8ee568f8
 WHIRLPOOL 
1b338b54c382154326c6d4af1900203d18e296d837f2405973a118c4d0d04ee7cc36afdd354b177fd38d196c5cc8cb5c2dd5643d63eb317049893830d50c9c9b

diff --git a/dev-python/apsw/apsw-3.15.1_p1.ebuild 
b/dev-python/apsw/apsw-3.15.1_p1.ebuild
new file mode 100644
index ..7df7939
--- /dev/null
+++ b/dev-python/apsw/apsw-3.15.1_p1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1 flag-o-matic
+
+MY_PV=${PV/_p/-r}
+MY_P=${PN}-${MY_PV}
+
+DESCRIPTION="APSW - Another Python SQLite Wrapper"
+HOMEPAGE="https://github.com/rogerbinns/apsw/;
+SRC_URI="https://github.com/rogerbinns/apsw/releases/download/${MY_PV}/${MY_P}.zip
 -> ${P}.zip"
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+IUSE="doc"
+
+RDEPEND=">=dev-db/sqlite-${PV%_p*}"
+DEPEND="${RDEPEND}
+   app-arch/unzip"
+
+S=${WORKDIR}/${MY_P}
+
+PATCHES=( "${FILESDIR}/${PN}-3.6.20.1-fix_tests.patch" )
+
+python_compile() {
+   python_is_python3 || append-cflags -fno-strict-aliasing
+   distutils-r1_python_compile --enable=load_extension
+}
+
+python_test() {
+   "${PYTHON}" setup.py build_test_extension || die "Building of test 
loadable extension failed"
+   "${PYTHON}" tests.py -v || die "Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2016-11-10 Thread Tim Harder
commit: 8455af1fa2b4dfcb715a492b35665d6453a891df
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Nov 10 23:17:55 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Nov 10 23:18:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8455af1f

dev-python/apsw: version bump to 3.15.0_p1

 dev-python/apsw/Manifest  |  1 +
 dev-python/apsw/apsw-3.15.0_p1.ebuild | 43 +++
 2 files changed, 44 insertions(+)

diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest
index 6238a50..30bc4a3 100644
--- a/dev-python/apsw/Manifest
+++ b/dev-python/apsw/Manifest
@@ -1,3 +1,4 @@
 DIST apsw-3.11.1_p1.zip 679045 SHA256 
92685d555bb5bdbf5ec85563cd826f76630c33a589ef2528e8f14f73a8bcc95f SHA512 
3976b14ade967b2e39fdd18436e7a9a2f8f4f5b289ee93725878bd8bfa15ccb7548156df8cca981f494a4cdcc7aaed5370fde2b805e6eea022892ece1231bd96
 WHIRLPOOL 
8ad615ba3b5f15cdd36c15a370b036a4fddf92b69b6b0058d3fdf8d83bd2b39251d11b3cd291319c08ad09baf3f26d1b0cff3d54777e6c7169e335e985a0d1e9
 DIST apsw-3.13.0_p1.zip 692414 SHA256 
1f8e337f88befb609427d468ee87c99da0b9477a9cdfd02423a728d0ed10d576 SHA512 
6efa73eacc413c7b1ed4a8fd3a510d7c86cab85dee4f89055101154a0e3a00adee6fa79fd44dff25bc4b3075adaa4e6f56270336bf73141eeffa340d8047c3e4
 WHIRLPOOL 
54a69ce647047ffb885f3d8da9974a19b88cc99140b380c406069e86e92cd6ef5fc9d091de21c7f30afffe2fa0f5aa4b4af307ea063a1783f0bad4fa40cff1be
 DIST apsw-3.14.1_p1.zip 693104 SHA256 
e76f955bfa22bda7e46423218ba7ac8f460af3ebfe02faedd938600262c6798e SHA512 
1f2a8c47a89656e3c3e2320185b0020ffd414aa28c9b9629b0504767b15c5ccded0e896ddc514f048ad9e0a5f262fbb6b945788ff215504fe1a72395a564becf
 WHIRLPOOL 
0731ed3b38fe2c59b1dbdee9fa336bad49c1d1e69e8fb05383e50e2cbff05ce1798319c12f2ee00997c6010fb50441db8e1caf9781ca2b496d939e6fa17f24e4
+DIST apsw-3.15.0_p1.zip 690750 SHA256 
cac4d2afad9661892aafa46dcba19a6982f3fc56be7a48322e75660c4662b3d5 SHA512 
eca4c5264334009feec56bbb25ff4285936ab4690e49309fc82abfa6e6a7ebfa62bbb4a773024f93f99f6fced7651ede2a431c118eca9918b458e90f6e626ae8
 WHIRLPOOL 
1a269548aae2396a0922602cd99f93488c5fdf3e1ad60ef4eb0111c3666d23952c8e613ccf1f93637e2f56730b8382f744188dd87983d76e4b8a86bc28fa0f8b

diff --git a/dev-python/apsw/apsw-3.15.0_p1.ebuild 
b/dev-python/apsw/apsw-3.15.0_p1.ebuild
new file mode 100644
index ..7df7939
--- /dev/null
+++ b/dev-python/apsw/apsw-3.15.0_p1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1 flag-o-matic
+
+MY_PV=${PV/_p/-r}
+MY_P=${PN}-${MY_PV}
+
+DESCRIPTION="APSW - Another Python SQLite Wrapper"
+HOMEPAGE="https://github.com/rogerbinns/apsw/;
+SRC_URI="https://github.com/rogerbinns/apsw/releases/download/${MY_PV}/${MY_P}.zip
 -> ${P}.zip"
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+IUSE="doc"
+
+RDEPEND=">=dev-db/sqlite-${PV%_p*}"
+DEPEND="${RDEPEND}
+   app-arch/unzip"
+
+S=${WORKDIR}/${MY_P}
+
+PATCHES=( "${FILESDIR}/${PN}-3.6.20.1-fix_tests.patch" )
+
+python_compile() {
+   python_is_python3 || append-cflags -fno-strict-aliasing
+   distutils-r1_python_compile --enable=load_extension
+}
+
+python_test() {
+   "${PYTHON}" setup.py build_test_extension || die "Building of test 
loadable extension failed"
+   "${PYTHON}" tests.py -v || die "Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2016-09-11 Thread Tim Harder
commit: 65be2c8fc2b6b5a9b9a97ffac053dae280d2c391
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Sep 11 23:58:32 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Sep 12 00:00:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65be2c8f

dev-python/apsw: version bump to 3.14.1_p1

 dev-python/apsw/Manifest  |  1 +
 dev-python/apsw/apsw-3.14.1_p1.ebuild | 43 +++
 2 files changed, 44 insertions(+)

diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest
index 4f3fc89..6238a50 100644
--- a/dev-python/apsw/Manifest
+++ b/dev-python/apsw/Manifest
@@ -1,2 +1,3 @@
 DIST apsw-3.11.1_p1.zip 679045 SHA256 
92685d555bb5bdbf5ec85563cd826f76630c33a589ef2528e8f14f73a8bcc95f SHA512 
3976b14ade967b2e39fdd18436e7a9a2f8f4f5b289ee93725878bd8bfa15ccb7548156df8cca981f494a4cdcc7aaed5370fde2b805e6eea022892ece1231bd96
 WHIRLPOOL 
8ad615ba3b5f15cdd36c15a370b036a4fddf92b69b6b0058d3fdf8d83bd2b39251d11b3cd291319c08ad09baf3f26d1b0cff3d54777e6c7169e335e985a0d1e9
 DIST apsw-3.13.0_p1.zip 692414 SHA256 
1f8e337f88befb609427d468ee87c99da0b9477a9cdfd02423a728d0ed10d576 SHA512 
6efa73eacc413c7b1ed4a8fd3a510d7c86cab85dee4f89055101154a0e3a00adee6fa79fd44dff25bc4b3075adaa4e6f56270336bf73141eeffa340d8047c3e4
 WHIRLPOOL 
54a69ce647047ffb885f3d8da9974a19b88cc99140b380c406069e86e92cd6ef5fc9d091de21c7f30afffe2fa0f5aa4b4af307ea063a1783f0bad4fa40cff1be
+DIST apsw-3.14.1_p1.zip 693104 SHA256 
e76f955bfa22bda7e46423218ba7ac8f460af3ebfe02faedd938600262c6798e SHA512 
1f2a8c47a89656e3c3e2320185b0020ffd414aa28c9b9629b0504767b15c5ccded0e896ddc514f048ad9e0a5f262fbb6b945788ff215504fe1a72395a564becf
 WHIRLPOOL 
0731ed3b38fe2c59b1dbdee9fa336bad49c1d1e69e8fb05383e50e2cbff05ce1798319c12f2ee00997c6010fb50441db8e1caf9781ca2b496d939e6fa17f24e4

diff --git a/dev-python/apsw/apsw-3.14.1_p1.ebuild 
b/dev-python/apsw/apsw-3.14.1_p1.ebuild
new file mode 100644
index ..7df7939
--- /dev/null
+++ b/dev-python/apsw/apsw-3.14.1_p1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1 flag-o-matic
+
+MY_PV=${PV/_p/-r}
+MY_P=${PN}-${MY_PV}
+
+DESCRIPTION="APSW - Another Python SQLite Wrapper"
+HOMEPAGE="https://github.com/rogerbinns/apsw/;
+SRC_URI="https://github.com/rogerbinns/apsw/releases/download/${MY_PV}/${MY_P}.zip
 -> ${P}.zip"
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+IUSE="doc"
+
+RDEPEND=">=dev-db/sqlite-${PV%_p*}"
+DEPEND="${RDEPEND}
+   app-arch/unzip"
+
+S=${WORKDIR}/${MY_P}
+
+PATCHES=( "${FILESDIR}/${PN}-3.6.20.1-fix_tests.patch" )
+
+python_compile() {
+   python_is_python3 || append-cflags -fno-strict-aliasing
+   distutils-r1_python_compile --enable=load_extension
+}
+
+python_test() {
+   "${PYTHON}" setup.py build_test_extension || die "Building of test 
loadable extension failed"
+   "${PYTHON}" tests.py -v || die "Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2016-07-12 Thread Tim Harder
commit: 0e056f66da6f2c2752d9e66a7a67b51ecb69bb66
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Jul 12 18:49:06 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Jul 12 18:49:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e056f66

dev-python/apsw: version bump to 3.13.0_p1

 dev-python/apsw/Manifest  |  1 +
 dev-python/apsw/apsw-3.13.0_p1.ebuild | 43 +++
 2 files changed, 44 insertions(+)

diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest
index 71f6fa3..dc2b7af 100644
--- a/dev-python/apsw/Manifest
+++ b/dev-python/apsw/Manifest
@@ -1,4 +1,5 @@
 DIST apsw-3.11.1_p1.zip 679045 SHA256 
92685d555bb5bdbf5ec85563cd826f76630c33a589ef2528e8f14f73a8bcc95f SHA512 
3976b14ade967b2e39fdd18436e7a9a2f8f4f5b289ee93725878bd8bfa15ccb7548156df8cca981f494a4cdcc7aaed5370fde2b805e6eea022892ece1231bd96
 WHIRLPOOL 
8ad615ba3b5f15cdd36c15a370b036a4fddf92b69b6b0058d3fdf8d83bd2b39251d11b3cd291319c08ad09baf3f26d1b0cff3d54777e6c7169e335e985a0d1e9
+DIST apsw-3.13.0_p1.zip 692414 SHA256 
1f8e337f88befb609427d468ee87c99da0b9477a9cdfd02423a728d0ed10d576 SHA512 
6efa73eacc413c7b1ed4a8fd3a510d7c86cab85dee4f89055101154a0e3a00adee6fa79fd44dff25bc4b3075adaa4e6f56270336bf73141eeffa340d8047c3e4
 WHIRLPOOL 
54a69ce647047ffb885f3d8da9974a19b88cc99140b380c406069e86e92cd6ef5fc9d091de21c7f30afffe2fa0f5aa4b4af307ea063a1783f0bad4fa40cff1be
 DIST apsw-3.8.10.1_p1.tar.gz 307142 SHA256 
af20221e1a65f593b47d83f1f8a136afc6d2199a22bc014251a44e31e7b0ca17 SHA512 
1f997c6c88ca65995c8b5d894135d5900a4d2f56f877f74f0e99eab4ede0d06be5730ce282a5d99358318ca076eec75f2afe271574b6c02aaabf4bef181d0bda
 WHIRLPOOL 
3e9b609a19ee39edda9af8140982c74d53d3e2b4c0bd05ea53974cb7a3c2f12f13ab4acf1d51ac5b50ee738f5380dc83b819e0ed11bf28107f903f0a52eb5949
 DIST apsw-3.8.11.1_p1.tar.gz 307797 SHA256 
f4dc653aca10dfae8578c8bf1125600f77d0d8dcc85b4185754388aa87ae0997 SHA512 
4ca857d32f423475b17e81130d4919627d581b80dd6f3f120d95906ddad657d6f52eb69fb211612e15f5eaee0211c0ad992391c93068a463e72670d49f69c61e
 WHIRLPOOL 
15a58a83e1e5f3ee4afc470a0d58e29f5ee5cf416897b1c83ad021fb9c47f0533a5e01417aa59fb74e7b33ad9e5f1a74b40c0cbffcee4cf01617006dbad3dc2a
 DIST apsw-3.8.7.1_p1.tar.gz 303446 SHA256 
7aee29cc170332aa1a16fb80753152e809208bbc91823f64178e4afc32526fec SHA512 
104aad3a8cec07647b71c77814cc069587daf84450b41f992d0b3c752c476105351b28912768a29f7952bfd75e9b2d3fcd8e6ae758b3bab8b986bf8e1300c256
 WHIRLPOOL 
cc95728b07e384ee88002afce4b68abcfb259a62188cc77bad1154a83bf3e1979fec8761fe8a3c9e5ae35d5027cdf42c1b4a4b7749ad76d7935e032e253c8167

diff --git a/dev-python/apsw/apsw-3.13.0_p1.ebuild 
b/dev-python/apsw/apsw-3.13.0_p1.ebuild
new file mode 100644
index 000..de24957
--- /dev/null
+++ b/dev-python/apsw/apsw-3.13.0_p1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
+
+inherit distutils-r1 flag-o-matic
+
+MY_PV=${PV/_p/-r}
+MY_P=${PN}-${MY_PV}
+
+DESCRIPTION="APSW - Another Python SQLite Wrapper"
+HOMEPAGE="https://github.com/rogerbinns/apsw/;
+SRC_URI="https://github.com/rogerbinns/apsw/releases/download/${MY_PV}/${MY_P}.zip
 -> ${P}.zip"
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+IUSE="doc"
+
+RDEPEND=">=dev-db/sqlite-${PV%_p*}"
+DEPEND="${RDEPEND}
+   app-arch/unzip"
+
+S=${WORKDIR}/${MY_P}
+
+PATCHES=( "${FILESDIR}/${PN}-3.6.20.1-fix_tests.patch" )
+
+python_compile() {
+   python_is_python3 || append-cflags -fno-strict-aliasing
+   distutils-r1_python_compile --enable=load_extension
+}
+
+python_test() {
+   "${PYTHON}" setup.py build_test_extension || die "Building of test 
loadable extension failed"
+   "${PYTHON}" tests.py -v || die "Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2016-07-12 Thread Tim Harder
commit: 6df367e930f5fad3b29a62f30810a79b1acf1cc8
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Jul 12 18:51:04 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Jul 12 18:51:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6df367e9

dev-python/apsw: remove old

 dev-python/apsw/Manifest|  4 ---
 dev-python/apsw/apsw-3.8.10.1_p1.ebuild | 49 
 dev-python/apsw/apsw-3.8.11.1_p1.ebuild | 49 
 dev-python/apsw/apsw-3.8.7.1_p1.ebuild  | 50 -
 dev-python/apsw/apsw-3.9.2_p1-r1.ebuild | 45 -
 5 files changed, 197 deletions(-)

diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest
index dc2b7af..4f3fc89 100644
--- a/dev-python/apsw/Manifest
+++ b/dev-python/apsw/Manifest
@@ -1,6 +1,2 @@
 DIST apsw-3.11.1_p1.zip 679045 SHA256 
92685d555bb5bdbf5ec85563cd826f76630c33a589ef2528e8f14f73a8bcc95f SHA512 
3976b14ade967b2e39fdd18436e7a9a2f8f4f5b289ee93725878bd8bfa15ccb7548156df8cca981f494a4cdcc7aaed5370fde2b805e6eea022892ece1231bd96
 WHIRLPOOL 
8ad615ba3b5f15cdd36c15a370b036a4fddf92b69b6b0058d3fdf8d83bd2b39251d11b3cd291319c08ad09baf3f26d1b0cff3d54777e6c7169e335e985a0d1e9
 DIST apsw-3.13.0_p1.zip 692414 SHA256 
1f8e337f88befb609427d468ee87c99da0b9477a9cdfd02423a728d0ed10d576 SHA512 
6efa73eacc413c7b1ed4a8fd3a510d7c86cab85dee4f89055101154a0e3a00adee6fa79fd44dff25bc4b3075adaa4e6f56270336bf73141eeffa340d8047c3e4
 WHIRLPOOL 
54a69ce647047ffb885f3d8da9974a19b88cc99140b380c406069e86e92cd6ef5fc9d091de21c7f30afffe2fa0f5aa4b4af307ea063a1783f0bad4fa40cff1be
-DIST apsw-3.8.10.1_p1.tar.gz 307142 SHA256 
af20221e1a65f593b47d83f1f8a136afc6d2199a22bc014251a44e31e7b0ca17 SHA512 
1f997c6c88ca65995c8b5d894135d5900a4d2f56f877f74f0e99eab4ede0d06be5730ce282a5d99358318ca076eec75f2afe271574b6c02aaabf4bef181d0bda
 WHIRLPOOL 
3e9b609a19ee39edda9af8140982c74d53d3e2b4c0bd05ea53974cb7a3c2f12f13ab4acf1d51ac5b50ee738f5380dc83b819e0ed11bf28107f903f0a52eb5949
-DIST apsw-3.8.11.1_p1.tar.gz 307797 SHA256 
f4dc653aca10dfae8578c8bf1125600f77d0d8dcc85b4185754388aa87ae0997 SHA512 
4ca857d32f423475b17e81130d4919627d581b80dd6f3f120d95906ddad657d6f52eb69fb211612e15f5eaee0211c0ad992391c93068a463e72670d49f69c61e
 WHIRLPOOL 
15a58a83e1e5f3ee4afc470a0d58e29f5ee5cf416897b1c83ad021fb9c47f0533a5e01417aa59fb74e7b33ad9e5f1a74b40c0cbffcee4cf01617006dbad3dc2a
-DIST apsw-3.8.7.1_p1.tar.gz 303446 SHA256 
7aee29cc170332aa1a16fb80753152e809208bbc91823f64178e4afc32526fec SHA512 
104aad3a8cec07647b71c77814cc069587daf84450b41f992d0b3c752c476105351b28912768a29f7952bfd75e9b2d3fcd8e6ae758b3bab8b986bf8e1300c256
 WHIRLPOOL 
cc95728b07e384ee88002afce4b68abcfb259a62188cc77bad1154a83bf3e1979fec8761fe8a3c9e5ae35d5027cdf42c1b4a4b7749ad76d7935e032e253c8167
-DIST apsw-3.9.2_p1.zip 676275 SHA256 
c1a9ff8b82658977eb0646b8400475a45342bd3fd197a51c48a8d78cc78b72d9 SHA512 
dc85b4face24f03793ae8ca9744e55641230751fd888dedf423e2b33fc421c4cb13ce8105a2b7d801f504de4897f29de38c05da3f209204acf76172ace5605ad
 WHIRLPOOL 
a2328659f640cfaf4ab5975d54e94638495319767ae655a7011f95bc0062ec18e9a4b942b1e4d6d8c7d813cc848e986b5d56aa92db1dfac367769a8447506fb0

diff --git a/dev-python/apsw/apsw-3.8.10.1_p1.ebuild 
b/dev-python/apsw/apsw-3.8.10.1_p1.ebuild
deleted file mode 100644
index bb9a392..000
--- a/dev-python/apsw/apsw-3.8.10.1_p1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit distutils-r1
-
-MY_PV=${PV/_p/-r}
-MY_P=${PN}-${MY_PV}
-
-DESCRIPTION="APSW - Another Python SQLite Wrapper"
-HOMEPAGE="https://code.google.com/p/apsw/;
-HOMEPAGE="https://github.com/rogerbinns/apsw/;
-SRC_URI="https://github.com/rogerbinns/apsw/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
-IUSE="doc"
-
-RDEPEND=">=dev-db/sqlite-${PV%_p*}"
-DEPEND="${RDEPEND}
-   app-arch/unzip"
-
-S=${WORKDIR}/${MY_P}
-
-PATCHES=( "${FILESDIR}"/${PN}-3.6.20.1-fix_tests.patch )
-
-python_compile() {
-   if ! python_is_python3; then
-   local CFLAGS="${CFLAGS} -fno-strict-aliasing"
-   export CFLAGS
-   fi
-   distutils-r1_python_compile --enable=load_extension
-}
-
-python_test() {
-   "${PYTHON}" setup.py build_test_extension || die "Building of test 
loadable extension failed"
-   "${PYTHON}" tests.py -v || die
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-   if use doc ; then
-   dohtml -r doc/*
-   fi
-}

diff --git a/dev-python/apsw/apsw-3.8.11.1_p1.ebuild 
b/dev-python/apsw/apsw-3.8.11.1_p1.ebuild
deleted file mode 100644
index bb9a392..000
--- a/dev-python/apsw/apsw-3.8.11.1_p1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-

[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2016-07-12 Thread Tim Harder
commit: 8778358aeef5478d7de772b76969fabb8309ddd3
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Jul 12 18:50:11 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Jul 12 18:50:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8778358a

dev-python/apsw: stabilize 3.11.1_p1

 dev-python/apsw/apsw-3.11.1_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/apsw/apsw-3.11.1_p1.ebuild 
b/dev-python/apsw/apsw-3.11.1_p1.ebuild
index de24957..e5e76e9 100644
--- a/dev-python/apsw/apsw-3.11.1_p1.ebuild
+++ b/dev-python/apsw/apsw-3.11.1_p1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/rogerbinns/apsw/releases/download/${MY_PV}/${MY_P}.z
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc64 x86"
 IUSE="doc"
 
 RDEPEND=">=dev-db/sqlite-${PV%_p*}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2016-03-12 Thread Tim Harder
commit: 7b63361486fee22842d88d73f448b4e918012407
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Mar 12 18:02:23 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Mar 12 18:14:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b633614

dev-python/apsw: version bump to 3.11.1_p1

 dev-python/apsw/Manifest  |  1 +
 dev-python/apsw/apsw-3.11.1_p1.ebuild | 43 +++
 dev-python/apsw/metadata.xml  | 11 +
 3 files changed, 50 insertions(+), 5 deletions(-)

diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest
index 7183715..71f6fa3 100644
--- a/dev-python/apsw/Manifest
+++ b/dev-python/apsw/Manifest
@@ -1,3 +1,4 @@
+DIST apsw-3.11.1_p1.zip 679045 SHA256 
92685d555bb5bdbf5ec85563cd826f76630c33a589ef2528e8f14f73a8bcc95f SHA512 
3976b14ade967b2e39fdd18436e7a9a2f8f4f5b289ee93725878bd8bfa15ccb7548156df8cca981f494a4cdcc7aaed5370fde2b805e6eea022892ece1231bd96
 WHIRLPOOL 
8ad615ba3b5f15cdd36c15a370b036a4fddf92b69b6b0058d3fdf8d83bd2b39251d11b3cd291319c08ad09baf3f26d1b0cff3d54777e6c7169e335e985a0d1e9
 DIST apsw-3.8.10.1_p1.tar.gz 307142 SHA256 
af20221e1a65f593b47d83f1f8a136afc6d2199a22bc014251a44e31e7b0ca17 SHA512 
1f997c6c88ca65995c8b5d894135d5900a4d2f56f877f74f0e99eab4ede0d06be5730ce282a5d99358318ca076eec75f2afe271574b6c02aaabf4bef181d0bda
 WHIRLPOOL 
3e9b609a19ee39edda9af8140982c74d53d3e2b4c0bd05ea53974cb7a3c2f12f13ab4acf1d51ac5b50ee738f5380dc83b819e0ed11bf28107f903f0a52eb5949
 DIST apsw-3.8.11.1_p1.tar.gz 307797 SHA256 
f4dc653aca10dfae8578c8bf1125600f77d0d8dcc85b4185754388aa87ae0997 SHA512 
4ca857d32f423475b17e81130d4919627d581b80dd6f3f120d95906ddad657d6f52eb69fb211612e15f5eaee0211c0ad992391c93068a463e72670d49f69c61e
 WHIRLPOOL 
15a58a83e1e5f3ee4afc470a0d58e29f5ee5cf416897b1c83ad021fb9c47f0533a5e01417aa59fb74e7b33ad9e5f1a74b40c0cbffcee4cf01617006dbad3dc2a
 DIST apsw-3.8.7.1_p1.tar.gz 303446 SHA256 
7aee29cc170332aa1a16fb80753152e809208bbc91823f64178e4afc32526fec SHA512 
104aad3a8cec07647b71c77814cc069587daf84450b41f992d0b3c752c476105351b28912768a29f7952bfd75e9b2d3fcd8e6ae758b3bab8b986bf8e1300c256
 WHIRLPOOL 
cc95728b07e384ee88002afce4b68abcfb259a62188cc77bad1154a83bf3e1979fec8761fe8a3c9e5ae35d5027cdf42c1b4a4b7749ad76d7935e032e253c8167

diff --git a/dev-python/apsw/apsw-3.11.1_p1.ebuild 
b/dev-python/apsw/apsw-3.11.1_p1.ebuild
new file mode 100644
index 000..de24957
--- /dev/null
+++ b/dev-python/apsw/apsw-3.11.1_p1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
+
+inherit distutils-r1 flag-o-matic
+
+MY_PV=${PV/_p/-r}
+MY_P=${PN}-${MY_PV}
+
+DESCRIPTION="APSW - Another Python SQLite Wrapper"
+HOMEPAGE="https://github.com/rogerbinns/apsw/;
+SRC_URI="https://github.com/rogerbinns/apsw/releases/download/${MY_PV}/${MY_P}.zip
 -> ${P}.zip"
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+IUSE="doc"
+
+RDEPEND=">=dev-db/sqlite-${PV%_p*}"
+DEPEND="${RDEPEND}
+   app-arch/unzip"
+
+S=${WORKDIR}/${MY_P}
+
+PATCHES=( "${FILESDIR}/${PN}-3.6.20.1-fix_tests.patch" )
+
+python_compile() {
+   python_is_python3 || append-cflags -fno-strict-aliasing
+   distutils-r1_python_compile --enable=load_extension
+}
+
+python_test() {
+   "${PYTHON}" setup.py build_test_extension || die "Building of test 
loadable extension failed"
+   "${PYTHON}" tests.py -v || die "Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/. )
+   distutils-r1_python_install_all
+}

diff --git a/dev-python/apsw/metadata.xml b/dev-python/apsw/metadata.xml
index b6b8d82..bd25419 100644
--- a/dev-python/apsw/metadata.xml
+++ b/dev-python/apsw/metadata.xml
@@ -5,12 +5,13 @@
 pyt...@gentoo.org
 Python
   
-  APSW provides an SQLite 3 wrapper that provides the 
thinnest layer over SQLite 3 possible.
-Everything you can do from the C API to SQLite 3, you can do from Python. 
-Although APSW looks vaguely similar to the DBAPI, it is not compliant with 
that API and instead
-works the way SQLite 3 does.
+  
+APSW provides an SQLite 3 wrapper that provides the thinnest layer over 
SQLite 3 possible.
+Everything you can do from the C API to SQLite 3, you can do from Python.
+Although APSW looks vaguely similar to the DBAPI, it is not compliant with 
that API and instead
+works the way SQLite 3 does.
+  
   
-apsw
 rogerbinns/apsw
   
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/, dev-python/apsw/files/

2016-01-30 Thread Ian Delaney
commit: 1a4e5dbf5ea339164b251e7e0324bd1254814ff4
Author: Ian Delaney  gentoo  org>
AuthorDate: Sat Jan 30 15:43:04 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Sat Jan 30 15:43:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a4e5dbf

dev-python/apsw: revbump to vn. -3.9.2_p1-r1

revbump uses new SRC_URI fetching an adjusted tarball with a pre-built
set of docs; add IUSE doc and doc install in the usual form
Also bump to EAPI 6, patch submitted by E. Myers via the gentoo bug

Gentoo bug: #573316

Package-Manager: portage-2.2.26

 dev-python/apsw/Manifest   |  2 +-
 ...psw-3.9.2_p1.ebuild => apsw-3.9.2_p1-r1.ebuild} | 25 --
 .../apsw/files/apsw-3.6.20.1-fix_tests.patch   |  4 ++--
 3 files changed, 17 insertions(+), 14 deletions(-)

diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest
index 4adc939..7183715 100644
--- a/dev-python/apsw/Manifest
+++ b/dev-python/apsw/Manifest
@@ -1,4 +1,4 @@
 DIST apsw-3.8.10.1_p1.tar.gz 307142 SHA256 
af20221e1a65f593b47d83f1f8a136afc6d2199a22bc014251a44e31e7b0ca17 SHA512 
1f997c6c88ca65995c8b5d894135d5900a4d2f56f877f74f0e99eab4ede0d06be5730ce282a5d99358318ca076eec75f2afe271574b6c02aaabf4bef181d0bda
 WHIRLPOOL 
3e9b609a19ee39edda9af8140982c74d53d3e2b4c0bd05ea53974cb7a3c2f12f13ab4acf1d51ac5b50ee738f5380dc83b819e0ed11bf28107f903f0a52eb5949
 DIST apsw-3.8.11.1_p1.tar.gz 307797 SHA256 
f4dc653aca10dfae8578c8bf1125600f77d0d8dcc85b4185754388aa87ae0997 SHA512 
4ca857d32f423475b17e81130d4919627d581b80dd6f3f120d95906ddad657d6f52eb69fb211612e15f5eaee0211c0ad992391c93068a463e72670d49f69c61e
 WHIRLPOOL 
15a58a83e1e5f3ee4afc470a0d58e29f5ee5cf416897b1c83ad021fb9c47f0533a5e01417aa59fb74e7b33ad9e5f1a74b40c0cbffcee4cf01617006dbad3dc2a
 DIST apsw-3.8.7.1_p1.tar.gz 303446 SHA256 
7aee29cc170332aa1a16fb80753152e809208bbc91823f64178e4afc32526fec SHA512 
104aad3a8cec07647b71c77814cc069587daf84450b41f992d0b3c752c476105351b28912768a29f7952bfd75e9b2d3fcd8e6ae758b3bab8b986bf8e1300c256
 WHIRLPOOL 
cc95728b07e384ee88002afce4b68abcfb259a62188cc77bad1154a83bf3e1979fec8761fe8a3c9e5ae35d5027cdf42c1b4a4b7749ad76d7935e032e253c8167
-DIST apsw-3.9.2_p1.tar.gz 308216 SHA256 
6fae3f701f5cadca47195d814a02cec016f813f35d9d44d39596d293f5067577 SHA512 
530940debc738e0902af266ccd14567c7ec6afe5866dcc2d66ace939cb681ea30da6b34e688ab986531266833e691a0233ad0c19bc4a105bb9e8c05f97adb537
 WHIRLPOOL 
d44be5fa9245faea35c2f9fce894e62eac676957cdcce75673f3a671a01a3dd05c1bbfeca9b85f227419a1a46921324585675cbcc65cc83eb364520e5cf4a4b7
+DIST apsw-3.9.2_p1.zip 676275 SHA256 
c1a9ff8b82658977eb0646b8400475a45342bd3fd197a51c48a8d78cc78b72d9 SHA512 
dc85b4face24f03793ae8ca9744e55641230751fd888dedf423e2b33fc421c4cb13ce8105a2b7d801f504de4897f29de38c05da3f209204acf76172ace5605ad
 WHIRLPOOL 
a2328659f640cfaf4ab5975d54e94638495319767ae655a7011f95bc0062ec18e9a4b942b1e4d6d8c7d813cc848e986b5d56aa92db1dfac367769a8447506fb0

diff --git a/dev-python/apsw/apsw-3.9.2_p1.ebuild 
b/dev-python/apsw/apsw-3.9.2_p1-r1.ebuild
similarity index 61%
rename from dev-python/apsw/apsw-3.9.2_p1.ebuild
rename to dev-python/apsw/apsw-3.9.2_p1-r1.ebuild
index e556884..2fefe02 100644
--- a/dev-python/apsw/apsw-3.9.2_p1.ebuild
+++ b/dev-python/apsw/apsw-3.9.2_p1-r1.ebuild
@@ -1,42 +1,45 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
 
-inherit distutils-r1
+inherit distutils-r1 flag-o-matic
 
 MY_PV=${PV/_p/-r}
 MY_P=${PN}-${MY_PV}
 
 DESCRIPTION="APSW - Another Python SQLite Wrapper"
 HOMEPAGE="https://github.com/rogerbinns/apsw/;
-SRC_URI="https://github.com/rogerbinns/apsw/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
+SRC_URI="https://github.com/rogerbinns/apsw/releases/download/${MY_PV}/${MY_P}.zip
 -> ${P}.zip"
 
 LICENSE="ZLIB"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+IUSE="doc"
 
 RDEPEND=">=dev-db/sqlite-${PV%_p*}"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+   app-arch/unzip"
 
 S=${WORKDIR}/${MY_P}
 
-PATCHES=( "${FILESDIR}"/${PN}-3.6.20.1-fix_tests.patch )
+PATCHES=( "${FILESDIR}/${PN}-3.6.20.1-fix_tests.patch" )
 
 python_compile() {
if ! python_is_python3; then
-   local CFLAGS="${CFLAGS} -fno-strict-aliasing"
-   export CFLAGS
+   append-cflags -fno-strict-aliasing
fi
distutils-r1_python_compile --enable=load_extension
 }
 
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/. )
+   distutils-r1_python_install_all
+}
+
 python_test() {
"${PYTHON}" setup.py build_test_extension || die "Building of test 
loadable extension failed"
"${PYTHON}" tests.py -v || die "Tests failed under ${EPYTHON}"
 }
-
-# Docs build is presently non-functional due to upstream issues
-# See https://github.com/rogerbinns/apsw/issues/198

diff --git 

[gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/

2015-12-03 Thread Ian Delaney
commit: a81cab109ff0c31948caff10c2e7eb7f3bf385be
Author: Ian Delaney  gentoo  org>
AuthorDate: Fri Dec  4 04:39:57 2015 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Fri Dec  4 04:39:57 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a81cab10

dev-python/apsw: bump to vn. apsw-3.9.2_p1 (naming style retained)

bump adds 'SQLITE_IOERR_VNODE' constant, adds py3.5 support, drop IUSE doc
due to issues with the doc build, ebuild prepared and cross tested by user
Bureaucat via the gentoo bug; bug set to UPSTREAM with link to issue filed
upstream re the failed doc build"

Gentoo Bug: #567402

Package-Manager: portage-2.2.24

 dev-python/apsw/Manifest |  1 +
 dev-python/apsw/apsw-3.9.2_p1.ebuild | 42 
 2 files changed, 43 insertions(+)

diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest
index 35499dd..4adc939 100644
--- a/dev-python/apsw/Manifest
+++ b/dev-python/apsw/Manifest
@@ -1,3 +1,4 @@
 DIST apsw-3.8.10.1_p1.tar.gz 307142 SHA256 
af20221e1a65f593b47d83f1f8a136afc6d2199a22bc014251a44e31e7b0ca17 SHA512 
1f997c6c88ca65995c8b5d894135d5900a4d2f56f877f74f0e99eab4ede0d06be5730ce282a5d99358318ca076eec75f2afe271574b6c02aaabf4bef181d0bda
 WHIRLPOOL 
3e9b609a19ee39edda9af8140982c74d53d3e2b4c0bd05ea53974cb7a3c2f12f13ab4acf1d51ac5b50ee738f5380dc83b819e0ed11bf28107f903f0a52eb5949
 DIST apsw-3.8.11.1_p1.tar.gz 307797 SHA256 
f4dc653aca10dfae8578c8bf1125600f77d0d8dcc85b4185754388aa87ae0997 SHA512 
4ca857d32f423475b17e81130d4919627d581b80dd6f3f120d95906ddad657d6f52eb69fb211612e15f5eaee0211c0ad992391c93068a463e72670d49f69c61e
 WHIRLPOOL 
15a58a83e1e5f3ee4afc470a0d58e29f5ee5cf416897b1c83ad021fb9c47f0533a5e01417aa59fb74e7b33ad9e5f1a74b40c0cbffcee4cf01617006dbad3dc2a
 DIST apsw-3.8.7.1_p1.tar.gz 303446 SHA256 
7aee29cc170332aa1a16fb80753152e809208bbc91823f64178e4afc32526fec SHA512 
104aad3a8cec07647b71c77814cc069587daf84450b41f992d0b3c752c476105351b28912768a29f7952bfd75e9b2d3fcd8e6ae758b3bab8b986bf8e1300c256
 WHIRLPOOL 
cc95728b07e384ee88002afce4b68abcfb259a62188cc77bad1154a83bf3e1979fec8761fe8a3c9e5ae35d5027cdf42c1b4a4b7749ad76d7935e032e253c8167
+DIST apsw-3.9.2_p1.tar.gz 308216 SHA256 
6fae3f701f5cadca47195d814a02cec016f813f35d9d44d39596d293f5067577 SHA512 
530940debc738e0902af266ccd14567c7ec6afe5866dcc2d66ace939cb681ea30da6b34e688ab986531266833e691a0233ad0c19bc4a105bb9e8c05f97adb537
 WHIRLPOOL 
d44be5fa9245faea35c2f9fce894e62eac676957cdcce75673f3a671a01a3dd05c1bbfeca9b85f227419a1a46921324585675cbcc65cc83eb364520e5cf4a4b7

diff --git a/dev-python/apsw/apsw-3.9.2_p1.ebuild 
b/dev-python/apsw/apsw-3.9.2_p1.ebuild
new file mode 100644
index 000..e556884
--- /dev/null
+++ b/dev-python/apsw/apsw-3.9.2_p1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
+
+inherit distutils-r1
+
+MY_PV=${PV/_p/-r}
+MY_P=${PN}-${MY_PV}
+
+DESCRIPTION="APSW - Another Python SQLite Wrapper"
+HOMEPAGE="https://github.com/rogerbinns/apsw/;
+SRC_URI="https://github.com/rogerbinns/apsw/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+
+RDEPEND=">=dev-db/sqlite-${PV%_p*}"
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}/${MY_P}
+
+PATCHES=( "${FILESDIR}"/${PN}-3.6.20.1-fix_tests.patch )
+
+python_compile() {
+   if ! python_is_python3; then
+   local CFLAGS="${CFLAGS} -fno-strict-aliasing"
+   export CFLAGS
+   fi
+   distutils-r1_python_compile --enable=load_extension
+}
+
+python_test() {
+   "${PYTHON}" setup.py build_test_extension || die "Building of test 
loadable extension failed"
+   "${PYTHON}" tests.py -v || die "Tests failed under ${EPYTHON}"
+}
+
+# Docs build is presently non-functional due to upstream issues
+# See https://github.com/rogerbinns/apsw/issues/198



  1   2   >