From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/
Date: Sun, 19 Nov 2017 02:50:30 +0000 (UTC) [thread overview]
Message-ID: <1511059793.b6d878c1953cb701d0ec8208cc905c6457116950.radhermit@gentoo> (raw)
commit: b6d878c1953cb701d0ec8208cc905c6457116950
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 18 19:12:40 2017 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sun Nov 19 02:49:53 2017 +0000
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 00000000000..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
+}
next reply other threads:[~2017-11-19 2:50 UTC|newest]
Thread overview: 108+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-19 2:50 Tim Harder [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-21 12:43 [gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/ 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-10-10 7:43 Arthur Zamarin
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-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=1511059793.b6d878c1953cb701d0ec8208cc905c6457116950.radhermit@gentoo \
--to=radhermit@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