public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/
Date: Mon, 10 Oct 2022 07:43:31 +0000 (UTC)	[thread overview]
Message-ID: <1665387802.e96ed9874a6efce9378a8d01b0eee53663a0ab6c.arthurzam@gentoo> (raw)

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

dev-python/apsw: add 3.39.4.0

Signed-off-by: Arthur Zamarin <arthurzam <AT> 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 000000000000..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
+}


             reply	other threads:[~2022-10-10  7:43 UTC|newest]

Thread overview: 118+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-10  7:43 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-10  5:47 [gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/ Michał Górny
2025-01-18 15:09 Michał Górny
2025-01-18 14:20 Jakov Smolić
2025-01-18 11:03 Sam James
2025-01-18 10:01 Arthur Zamarin
2024-12-30 19:38 Michał Górny
2024-12-07 11:36 Michał Górny
2024-12-05  5:39 Michał Górny
2024-11-21 21:08 Arthur Zamarin
2024-11-18  5:15 Michał Górny
2024-09-21 12:43 Arthur Zamarin
2024-09-21 12:43 Arthur Zamarin
2024-08-27 14:41 Michał Górny
2024-07-13 19:25 Michał Górny
2024-07-13 18:14 Arthur Zamarin
2024-07-13 15:18 Arthur Zamarin
2024-07-13 14:35 Sam James
2024-06-17  2:52 Michał Górny
2024-06-01 17:38 Michał Górny
2024-05-04 11:32 Michał Górny
2024-05-04  9:48 Arthur Zamarin
2024-05-04  8:06 Arthur Zamarin
2024-05-04  7:28 Arthur Zamarin
2024-05-02  1:37 Michał Górny
2024-05-01 23:38 Sam James
2024-05-01 17:01 Sam James
2024-05-01 17:01 Sam James
2024-04-18  5:34 Michał Górny
2024-04-03  8:18 Michał Górny
2024-03-16  4:58 Michał Górny
2024-03-15 20:25 Arthur Zamarin
2024-03-15 20:04 Arthur Zamarin
2024-03-15 20:04 Arthur Zamarin
2024-02-02 20:48 Michał Górny
2023-12-17 18:27 Michał Górny
2023-12-17 17:39 Arthur Zamarin
2023-12-17 17:32 Arthur Zamarin
2023-12-17 17:14 Arthur Zamarin
2023-12-08 20:23 Arthur Zamarin
2023-11-30  5:48 Michał Górny
2023-11-13 17:41 Michał Górny
2023-10-25  7:43 Michał Górny
2023-10-07  4:43 Michał Górny
2023-09-14  5:30 Michał Górny
2023-09-02  2:58 Michał Górny
2023-09-01 19:26 Arthur Zamarin
2023-09-01 16:30 Arthur Zamarin
2023-08-31 13:22 Michał Górny
2023-07-28 14:33 Michał Górny
2023-07-26  6:03 Michał Górny
2023-06-19  4:17 Michał Górny
2023-06-18 23:46 Sam James
2023-06-18 23:46 Sam James
2023-05-19  4:03 Michał Górny
2023-05-04 16:11 Michał Górny
2023-04-05  8:19 Michał Górny
2023-04-05  7:41 Arthur Zamarin
2023-04-05  7:34 Arthur Zamarin
2023-03-27  3:49 Michał Górny
2023-03-02  5:13 Michał Górny
2023-01-16  6:11 Michał Górny
2023-01-07 15:03 Michał Górny
2023-01-07 12:40 Arthur Zamarin
2023-01-07 12:39 Arthur Zamarin
2022-11-28  6:05 Michał Górny
2022-10-14 19:04 Sam James
2022-10-14 19:04 Sam James
2022-09-24 19:38 Michał Górny
2022-09-22 14:05 Michał Górny
2022-09-06 21:54 Sam James
2022-09-05 17:43 Michał Górny
2022-08-27  6:18 Sam James
2022-08-27  6:18 Sam James
2022-08-01 11:07 Michał Górny
2022-07-10 18:54 Michał Górny
2022-07-10 16:58 Sam James
2022-07-10 16:56 Sam James
2022-06-23  5:41 Sam James
2022-06-06  5:26 Michał Górny
2022-05-27 19:48 Michał Górny
2022-05-27  9:12 Jakov Smolić
2022-05-27  9:07 Jakov Smolić
2022-04-25 14:05 Michał Górny
2021-07-03  6:26 Michał Górny
2021-07-03  3:08 Sam James
2021-05-30 17:32 Michał Górny
2020-08-17  7:10 Agostino Sarubbo
2020-08-15  5:52 Sam James
2020-08-14 23:22 Andreas Sturmlechner
2020-07-20  5:19 Zac Medico
2020-03-26 11:16 Michał Górny
2020-03-19 17:49 Michał Górny
2019-09-30 19:15 Zac Medico
2018-12-13  6:48 Tim Harder
2018-12-13  6:48 Tim Harder
2018-12-13  6:48 Tim Harder
2018-06-25 19:26 Tim Harder
2018-03-06  6:57 Tim Harder
2018-01-02 22:14 Michał Górny
2017-11-19  2:50 Tim Harder
2017-09-10  2:17 Tim Harder
2017-09-10  2:17 Tim Harder
2017-09-03  1:58 Tim Harder
2017-07-25  8:51 Tim Harder
2017-02-27  5:38 Tim Harder
2016-12-09  5:45 Tim Harder
2016-11-30  6:00 Tim Harder
2016-11-10 23:18 Tim Harder
2016-09-12  0:00 Tim Harder
2016-07-12 18:51 Tim Harder
2016-07-12 18:51 Tim Harder
2016-07-12 18:51 Tim Harder
2016-03-12 18:14 Tim Harder
2015-12-04  4:49 Ian Delaney
2015-10-22 11:09 Justin Lecher
2015-08-28  6:13 Tim Harder
2015-08-25  4:50 Tim Harder

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1665387802.e96ed9874a6efce9378a8d01b0eee53663a0ab6c.arthurzam@gentoo \
    --to=arthurzam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox