* [gentoo-commits] gentoo-x86 commit in dev-python/django-pipeline: django-pipeline-1.2.9.ebuild ChangeLog
@ 2012-06-27 10:22 Theo Chatzimichos (tampakrap)
0 siblings, 0 replies; 3+ messages in thread
From: Theo Chatzimichos (tampakrap) @ 2012-06-27 10:22 UTC (permalink / raw
To: gentoo-commits
tampakrap 12/06/27 10:22:37
Modified: ChangeLog
Added: django-pipeline-1.2.9.ebuild
Log:
Version bump, ebuild by idella4
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Revision Changes Path
1.3 dev-python/django-pipeline/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-pipeline/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-pipeline/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-pipeline/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/django-pipeline/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 29 May 2012 12:40:13 -0000 1.2
+++ ChangeLog 27 Jun 2012 10:22:37 -0000 1.3
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/django-pipeline
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/django-pipeline/ChangeLog,v 1.2 2012/05/29 12:40:13 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django-pipeline/ChangeLog,v 1.3 2012/06/27 10:22:37 tampakrap Exp $
+
+*django-pipeline-1.2.9 (27 Jun 2012)
+
+ 27 Jun 2012; Theo Chatzimichos <tampakrap@gentoo.org>
+ +django-pipeline-1.2.9.ebuild:
+ Version bump, ebuild by idella4
29 May 2012; Kacper Kowalik <xarthisius@gentoo.org> metadata.xml:
Fix metadata.xml to have only bugzilla related email for proxy maintainer
1.1 dev-python/django-pipeline/django-pipeline-1.2.9.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-pipeline/django-pipeline-1.2.9.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-pipeline/django-pipeline-1.2.9.ebuild?rev=1.1&content-type=text/plain
Index: django-pipeline-1.2.9.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/django-pipeline/django-pipeline-1.2.9.ebuild,v 1.1 2012/06/27 10:22:37 tampakrap Exp $
EAPI=4
PYTHON_DEPEND="2:2.6"
SUPPORT_PYTHON_ABIS=1
RESTRICT_PYTHON_ABIS="2.5 3.* *-jython"
inherit distutils
DESCRIPTION="An asset packaging library for Django"
HOMEPAGE="http://pypi.python.org/pypi/django-pipeline/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
KEYWORDS="~amd64"
IUSE="doc"
LICENSE="MIT"
SLOT="0"
PYTHON_MODNAME="pipeline"
DISTUTILS_SRC_TEST=nosetests
RDEPEND=">=dev-python/django-1.4"
DEPEND="${RDEPEND}
dev-python/setuptools"
src_compile() {
use doc && emake -C docs html
rm -f docs/_build/doctrees/environment.pickle || die
distutils_src_compile
}
src_test() {
export DJANGO_SETTINGS_MODULE="django.conf"
# Python.[56] trigger a harmless deprecation warning
testing() {
local exit_status=0 test
pushd build-${PYTHON_ABI}/lib/tests/tests/ > /dev/null || die
for test in [a-z]*.py
do
if ! PYTHONPATH=.:../../ "${PYTHON}" ${test}; then
eerror "test "${test}" failed"
exit_status="1"
else
einfo "test "${test}" passed OK"
fi
done
popd > /dev/null
return ${exit_status}
}
python_execute_function testing
}
src_install() {
distutils_src_install
if use doc; then
dohtml -r docs/_build/html/
fi
# Remove un-needed tests to avoid file collisions
rmtests() {
rm -rf "${ED}"/$(python_get_sitedir)/tests/ || die
}
python_execute_function rmtests
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/django-pipeline: django-pipeline-1.2.9.ebuild ChangeLog
@ 2012-06-27 11:06 Theo Chatzimichos (tampakrap)
0 siblings, 0 replies; 3+ messages in thread
From: Theo Chatzimichos (tampakrap) @ 2012-06-27 11:06 UTC (permalink / raw
To: gentoo-commits
tampakrap 12/06/27 11:06:58
Modified: django-pipeline-1.2.9.ebuild ChangeLog
Log:
small fix
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-python/django-pipeline/django-pipeline-1.2.9.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-pipeline/django-pipeline-1.2.9.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-pipeline/django-pipeline-1.2.9.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-pipeline/django-pipeline-1.2.9.ebuild?r1=1.1&r2=1.2
Index: django-pipeline-1.2.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/django-pipeline/django-pipeline-1.2.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- django-pipeline-1.2.9.ebuild 27 Jun 2012 10:22:37 -0000 1.1
+++ django-pipeline-1.2.9.ebuild 27 Jun 2012 11:06:58 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/django-pipeline/django-pipeline-1.2.9.ebuild,v 1.1 2012/06/27 10:22:37 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django-pipeline/django-pipeline-1.2.9.ebuild,v 1.2 2012/06/27 11:06:58 tampakrap Exp $
EAPI=4
PYTHON_DEPEND="2:2.6"
@@ -37,7 +37,7 @@
pushd build-${PYTHON_ABI}/lib/tests/tests/ > /dev/null || die
for test in [a-z]*.py
do
- if ! PYTHONPATH=.:../../ "${PYTHON}" ${test}; then
+ if ! "${PYTHON}" ${test}; then
eerror "test "${test}" failed"
exit_status="1"
else
1.4 dev-python/django-pipeline/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-pipeline/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-pipeline/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-pipeline/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/django-pipeline/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 27 Jun 2012 10:22:37 -0000 1.3
+++ ChangeLog 27 Jun 2012 11:06:58 -0000 1.4
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/django-pipeline
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/django-pipeline/ChangeLog,v 1.3 2012/06/27 10:22:37 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django-pipeline/ChangeLog,v 1.4 2012/06/27 11:06:58 tampakrap Exp $
+
+ 27 Jun 2012; Theo Chatzimichos <tampakrap@gentoo.org>
+ django-pipeline-1.2.9.ebuild:
+ small fix
*django-pipeline-1.2.9 (27 Jun 2012)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/django-pipeline: django-pipeline-1.2.9.ebuild ChangeLog
@ 2012-06-27 17:29 Kacper Kowalik (xarthisius)
0 siblings, 0 replies; 3+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2012-06-27 17:29 UTC (permalink / raw
To: gentoo-commits
xarthisius 12/06/27 17:29:57
Modified: django-pipeline-1.2.9.ebuild ChangeLog
Log:
Fix PYTHON invocation, thanks to Arfrever for the report
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Revision Changes Path
1.3 dev-python/django-pipeline/django-pipeline-1.2.9.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-pipeline/django-pipeline-1.2.9.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-pipeline/django-pipeline-1.2.9.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-pipeline/django-pipeline-1.2.9.ebuild?r1=1.2&r2=1.3
Index: django-pipeline-1.2.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/django-pipeline/django-pipeline-1.2.9.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- django-pipeline-1.2.9.ebuild 27 Jun 2012 11:06:58 -0000 1.2
+++ django-pipeline-1.2.9.ebuild 27 Jun 2012 17:29:57 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/django-pipeline/django-pipeline-1.2.9.ebuild,v 1.2 2012/06/27 11:06:58 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django-pipeline/django-pipeline-1.2.9.ebuild,v 1.3 2012/06/27 17:29:57 xarthisius Exp $
EAPI=4
PYTHON_DEPEND="2:2.6"
@@ -37,7 +37,7 @@
pushd build-${PYTHON_ABI}/lib/tests/tests/ > /dev/null || die
for test in [a-z]*.py
do
- if ! "${PYTHON}" ${test}; then
+ if ! "$(PYTHON)" ${test}; then
eerror "test "${test}" failed"
exit_status="1"
else
1.5 dev-python/django-pipeline/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-pipeline/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-pipeline/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-pipeline/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/django-pipeline/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 27 Jun 2012 11:06:58 -0000 1.4
+++ ChangeLog 27 Jun 2012 17:29:57 -0000 1.5
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/django-pipeline
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/django-pipeline/ChangeLog,v 1.4 2012/06/27 11:06:58 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django-pipeline/ChangeLog,v 1.5 2012/06/27 17:29:57 xarthisius Exp $
+
+ 27 Jun 2012; Kacper Kowalik <xarthisius@gentoo.org>
+ django-pipeline-1.2.9.ebuild:
+ Fix PYTHON invocation, thanks to Arfrever for the report
27 Jun 2012; Theo Chatzimichos <tampakrap@gentoo.org>
django-pipeline-1.2.9.ebuild:
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-06-27 17:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-27 11:06 [gentoo-commits] gentoo-x86 commit in dev-python/django-pipeline: django-pipeline-1.2.9.ebuild ChangeLog Theo Chatzimichos (tampakrap)
-- strict thread matches above, loose matches on Subject: below --
2012-06-27 17:29 Kacper Kowalik (xarthisius)
2012-06-27 10:22 Theo Chatzimichos (tampakrap)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox