* [gentoo-commits] gentoo-x86 commit in net-zope/zlog: zlog-2.11.1.ebuild
@ 2010-10-30 18:17 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; 2+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-10-30 18:17 UTC (permalink / raw
To: gentoo-commits
arfrever 10/10/30 18:17:55
Modified: zlog-2.11.1.ebuild
Log:
Use PyPI mirrors.
(Portage version: 2.2.0_alpha2_p2/cvs/Linux x86_64)
Revision Changes Path
1.6 net-zope/zlog/zlog-2.11.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/zlog/zlog-2.11.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/zlog/zlog-2.11.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/zlog/zlog-2.11.1.ebuild?r1=1.5&r2=1.6
Index: zlog-2.11.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-zope/zlog/zlog-2.11.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- zlog-2.11.1.ebuild 14 Feb 2010 19:17:12 -0000 1.5
+++ zlog-2.11.1.ebuild 30 Oct 2010 18:17:55 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/zlog/zlog-2.11.1.ebuild,v 1.5 2010/02/14 19:17:12 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/zlog/zlog-2.11.1.ebuild,v 1.6 2010/10/30 18:17:55 arfrever Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
@@ -12,7 +12,7 @@
DESCRIPTION="A general logging facility"
HOMEPAGE="http://pypi.python.org/pypi/zLOG"
-SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="ZPL"
SLOT="0"
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-zope/zlog: zlog-2.11.1.ebuild
@ 2010-12-23 12:58 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; 2+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-12-23 12:58 UTC (permalink / raw
To: gentoo-commits
arfrever 10/12/23 12:58:00
Modified: zlog-2.11.1.ebuild
Log:
Update EAPI. Use DISTUTILS_SRC_TEST.
(Portage version: 2.2.0_alpha10_p4/cvs/Linux x86_64)
Revision Changes Path
1.7 net-zope/zlog/zlog-2.11.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/zlog/zlog-2.11.1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/zlog/zlog-2.11.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/zlog/zlog-2.11.1.ebuild?r1=1.6&r2=1.7
Index: zlog-2.11.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-zope/zlog/zlog-2.11.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- zlog-2.11.1.ebuild 30 Oct 2010 18:17:55 -0000 1.6
+++ zlog-2.11.1.ebuild 23 Dec 2010 12:58:00 -0000 1.7
@@ -1,9 +1,11 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/zlog/zlog-2.11.1.ebuild,v 1.6 2010/10/30 18:17:55 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/zlog/zlog-2.11.1.ebuild,v 1.7 2010/12/23 12:58:00 arfrever Exp $
-EAPI="2"
+EAPI="3"
SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
+DISTUTILS_SRC_TEST="nosetests"
inherit distutils
@@ -17,12 +19,11 @@
LICENSE="ZPL"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
-IUSE="test"
+IUSE=""
DEPEND="dev-python/setuptools
- test? ( dev-python/nose net-zope/zconfig )"
+ test? ( net-zope/zconfig )"
RDEPEND=""
-RESTRICT_PYTHON_ABIS="3.*"
S="${WORKDIR}/${MY_P}"
@@ -34,10 +35,3 @@
# net-zope/zconfig is actually used only by tests.
sed -e "/ZConfig/d" -i setup.py || die "sed failed"
}
-
-src_test() {
- testing() {
- PYTHONPATH="$(ls -d build-${PYTHON_ABI}/lib)" nosetests-${PYTHON_ABI}
- }
- python_execute_function testing
-}
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-12-23 12:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-23 12:58 [gentoo-commits] gentoo-x86 commit in net-zope/zlog: zlog-2.11.1.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)
-- strict thread matches above, loose matches on Subject: below --
2010-10-30 18:17 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