From: "Tim Harder (radhermit)" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/apsw: ChangeLog apsw-3.7.8.1.ebuild
Date: Sun, 16 Oct 2011 22:12:44 +0000 (UTC) [thread overview]
Message-ID: <20111016221244.843762004B@flycatcher.gentoo.org> (raw)
radhermit 11/10/16 22:12:44
Modified: ChangeLog
Added: apsw-3.7.8.1.ebuild
Log:
Version bump. Add doc use flag.
(Portage version: 2.2.0_alpha67/cvs/Linux x86_64)
Revision Changes Path
1.40 dev-python/apsw/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/ChangeLog?r1=1.39&r2=1.40
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/apsw/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog 23 Jun 2011 15:19:52 -0000 1.39
+++ ChangeLog 16 Oct 2011 22:12:44 -0000 1.40
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/apsw
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/ChangeLog,v 1.39 2011/06/23 15:19:52 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/ChangeLog,v 1.40 2011/10/16 22:12:44 radhermit Exp $
+
+*apsw-3.7.8.1 (16 Oct 2011)
+
+ 16 Oct 2011; Tim Harder <radhermit@gentoo.org> +apsw-3.7.8.1.ebuild:
+ Version bump. Add doc use flag.
23 Jun 2011; Markos Chandras <hwoarang@gentoo.org> -apsw-3.7.5.1.ebuild:
Remove old ebuilds. Requested by Arfrever
1.1 dev-python/apsw/apsw-3.7.8.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/apsw-3.7.8.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/apsw-3.7.8.1.ebuild?rev=1.1&content-type=text/plain
Index: apsw-3.7.8.1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.7.8.1.ebuild,v 1.1 2011/10/16 22:12:44 radhermit Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="*-jython"
inherit distutils eutils versionator
MY_PV="$(replace_version_separator 3 -r)"
DESCRIPTION="APSW - Another Python SQLite Wrapper"
HOMEPAGE="http://code.google.com/p/apsw/"
SRC_URI="http://apsw.googlecode.com/files/${PN}-${MY_PV}.zip"
LICENSE="as-is"
SLOT="0"
KEYWORDS="~amd64 ~ppc64 ~x86"
IUSE="doc"
RDEPEND=">=dev-db/sqlite-$(get_version_component_range 1-3)[extensions]"
DEPEND="${RDEPEND}
app-arch/unzip"
S="${WORKDIR}/${PN}-${MY_PV}"
PYTHON_CFLAGS=("2.* + -fno-strict-aliasing")
src_prepare() {
distutils_src_prepare
epatch "${FILESDIR}/${PN}-3.6.20.1-fix_tests.patch"
}
src_compile() {
distutils_src_compile --enable=load_extension
}
src_test() {
echo "$(PYTHON -f)" setup.py build_test_extension
"$(PYTHON -f)" setup.py build_test_extension || die "Building of test loadable extension failed"
testing() {
PYTHONPATH="$(ls -d build-${PYTHON_ABI}/lib.*)" "$(PYTHON)" tests.py -v
}
python_execute_function testing
}
src_install() {
distutils_src_install
if use doc ; then
dohtml -r doc/* || die "dohtml failed"
fi
}
reply other threads:[~2011-10-16 22:12 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20111016221244.843762004B@flycatcher.gentoo.org \
--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