public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/dnspython: dnspython-1.7.1.ebuild ChangeLog
Date: Tue, 08 Sep 2009 20:14:30 +0000	[thread overview]
Message-ID: <E1Ml75C-0005fx-JZ@stork.gentoo.org> (raw)

arfrever    09/09/08 20:14:30

  Modified:             dnspython-1.7.1.ebuild ChangeLog
  Log:
  Set SUPPORT_PYTHON_ABIS.
  (Portage version: 14218-svn/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-python/dnspython/dnspython-1.7.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dnspython/dnspython-1.7.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dnspython/dnspython-1.7.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dnspython/dnspython-1.7.1.ebuild?r1=1.1&r2=1.2

Index: dnspython-1.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/dnspython/dnspython-1.7.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dnspython-1.7.1.ebuild	7 Sep 2009 19:34:27 -0000	1.1
+++ dnspython-1.7.1.ebuild	8 Sep 2009 20:14:30 -0000	1.2
@@ -1,8 +1,9 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/dnspython-1.7.1.ebuild,v 1.1 2009/09/07 19:34:27 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/dnspython-1.7.1.ebuild,v 1.2 2009/09/08 20:14:30 arfrever Exp $
 
-NEED_PYTHON=2.2
+EAPI="2"
+SUPPORT_PYTHON_ABIS="1"
 
 inherit distutils
 
@@ -15,8 +16,21 @@
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
 IUSE="examples"
 
+DEPEND=""
+RDEPEND=""
+RESTRICT_PYTHON_ABIS="3.*"
+
+PYTHON_MODNAME="dns"
 DOCS="TODO"
 
+src_test() {
+	cd tests
+	testing() {
+		PYTHONPATH="../build-${PYTHON_ABI}/lib:${PYTHONPATH}" emake
+	}
+	python_execute_function testing
+}
+
 src_install() {
 	distutils_src_install
 
@@ -29,13 +43,9 @@
 	doins -r tests
 }
 
-src_test() {
-	export PYTHONPATH="${S}/build/lib:${PYTHONPATH}"
-	cd tests
-	emake || die "Unit tests failed!"
-}
-
 pkg_postinst() {
+	distutils_pkg_postinst
+
 	elog "Documentation is sparse at the moment. Use pydoc,"
 	elog "or read the HTML documentation at the dnspython's home page."
 }



1.46                 dev-python/dnspython/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dnspython/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dnspython/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/dnspython/ChangeLog?r1=1.45&r2=1.46

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/dnspython/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	7 Sep 2009 19:34:27 -0000	1.45
+++ ChangeLog	8 Sep 2009 20:14:30 -0000	1.46
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/dnspython
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/ChangeLog,v 1.45 2009/09/07 19:34:27 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/ChangeLog,v 1.46 2009/09/08 20:14:30 arfrever Exp $
+
+  08 Sep 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  dnspython-1.7.1.ebuild:
+  Set SUPPORT_PYTHON_ABIS.
 
 *dnspython-1.7.1 (07 Sep 2009)
 






             reply	other threads:[~2009-09-08 20:14 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-08 20:14 Arfrever Frehtes Taifersar Arahesis (arfrever) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-11-14 16:45 [gentoo-commits] gentoo-x86 commit in dev-python/dnspython: dnspython-1.7.1.ebuild ChangeLog Raul Porcel (armin76)
2009-11-11  0:11 Brent Baude (ranger)
2009-10-22 20:49 Tobias Klausmann (klausman)
2009-10-16 13:55 Jeroen Roovers (jer)
2009-10-15 13:46 Markus Meier (maekke)
2009-10-11 19:55 Gysbert Wassenaar (nixnut)
2009-10-10 15:30 Fabian Groffen (grobian)
2009-09-07 19:34 Patrick Lauer (patrick)

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=E1Ml75C-0005fx-JZ@stork.gentoo.org \
    --to=arfrever@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