public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/
Date: Tue, 12 Jul 2016 18:51:54 +0000 (UTC)	[thread overview]
Message-ID: <1468349346.0e056f66da6f2c2752d9e66a7a67b51ecb69bb66.radhermit@gentoo> (raw)

commit:     0e056f66da6f2c2752d9e66a7a67b51ecb69bb66
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 12 18:49:06 2016 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Tue Jul 12 18:49:06 2016 +0000
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 0000000..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
+}


             reply	other threads:[~2016-07-12 18:52 UTC|newest]

Thread overview: 123+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-12 18:51 Tim Harder [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-09  8:09 [gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/ Sam James
2025-04-09  8:09 Sam James
2025-04-09  8:09 Sam James
2025-03-08  8:58 Michał Górny
2025-02-19 11:52 Michał Górny
2025-02-10  5:47 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-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-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-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=1468349346.0e056f66da6f2c2752d9e66a7a67b51ecb69bb66.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