* [gentoo-commits] gentoo-x86 commit in dev-python/psycopg: ChangeLog psycopg-2.2.2.ebuild
@ 2010-07-24 2:17 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; only message in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-07-24 2:17 UTC (permalink / raw
To: gentoo-commits
arfrever 10/07/24 02:17:40
Modified: ChangeLog
Added: psycopg-2.2.2.ebuild
Log:
Version bump (bug #329385).
(Portage version: HEAD/cvs/Linux x86_64)
Revision Changes Path
1.105 dev-python/psycopg/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/ChangeLog?rev=1.105&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/ChangeLog?rev=1.105&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/ChangeLog?r1=1.104&r2=1.105
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- ChangeLog 6 Jul 2010 20:32:07 -0000 1.104
+++ ChangeLog 24 Jul 2010 02:17:39 -0000 1.105
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/psycopg
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v 1.104 2010/07/06 20:32:07 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v 1.105 2010/07/24 02:17:39 arfrever Exp $
+
+*psycopg-2.2.2 (24 Jul 2010)
+
+ 24 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ +psycopg-2.2.2.ebuild:
+ Version bump (bug #329385).
06 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> psycopg-2.0.14.ebuild:
ppc64 stable wrt #320033
1.1 dev-python/psycopg/psycopg-2.2.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.2.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.2.2.ebuild?rev=1.1&content-type=text/plain
Index: psycopg-2.2.2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.2.2.ebuild,v 1.1 2010/07/24 02:17:39 arfrever Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"
inherit distutils eutils
MY_P="${PN}2-${PV}"
DESCRIPTION="PostgreSQL database adapter for Python"
HOMEPAGE="http://initd.org/psycopg/ http://pypi.python.org/pypi/psycopg2"
SRC_URI="http://initd.org/pub/software/psycopg/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="2"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
IUSE="debug doc examples mxdatetime"
DEPEND=">=dev-db/postgresql-base-8.1
mxdatetime? ( dev-python/egenix-mx-base )"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_P}"
PYTHON_CFLAGS=("2.* + -fno-strict-aliasing")
DOCS="AUTHORS doc/HACKING doc/psycopg2.txt doc/SUCCESS"
PYTHON_MODNAME="${PN}2"
src_prepare() {
epatch "${FILESDIR}/${PN}-2.0.12-setup.py.patch"
epatch "${FILESDIR}/${PN}-2.0.9-round-solaris.patch"
if use debug; then
sed -i 's/^\(define=\)/\1PSYCOPG_DEBUG,/' setup.cfg || die "sed failed"
fi
if use mxdatetime; then
sed -i 's/\(use_pydatetime=\)1/\10/' setup.cfg || die "sed failed"
fi
}
src_install() {
distutils_src_install
if use doc; then
pushd doc/html > /dev/null
docinto html
cp -R [a-z]* _static "${ED}usr/share/doc/${PF}/html" || die "Installation of documentation failed"
popd > /dev/null
fi
if use examples; then
insinto /usr/share/doc/${PF}
doins -r examples || die "Installation of examples failed"
fi
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-07-24 2:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-24 2:17 [gentoo-commits] gentoo-x86 commit in dev-python/psycopg: ChangeLog psycopg-2.2.2.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox