Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/django-pipeline: django-pipeline-1.3.11.ebuild django-pipeline-1.3.9.ebuild ChangeLog
Date: Fri, 31 May 2013 16:21:23
Message-Id: 20130531162120.2B2092171D@flycatcher.gentoo.org
1 idella4 13/05/31 16:21:20
2
3 Modified: django-pipeline-1.3.9.ebuild ChangeLog
4 Added: django-pipeline-1.3.11.ebuild
5 Log:
6 bump, restrict tests in 1.3.9 on finding source content missing, drop py3.2 on failing tests
7
8 (Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.5 dev-python/django-pipeline/django-pipeline-1.3.9.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-pipeline/django-pipeline-1.3.9.ebuild?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-pipeline/django-pipeline-1.3.9.ebuild?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-pipeline/django-pipeline-1.3.9.ebuild?r1=1.4&r2=1.5
16
17 Index: django-pipeline-1.3.9.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/django-pipeline/django-pipeline-1.3.9.ebuild,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- django-pipeline-1.3.9.ebuild 22 May 2013 16:23:08 -0000 1.4
24 +++ django-pipeline-1.3.9.ebuild 31 May 2013 16:21:20 -0000 1.5
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/django-pipeline/django-pipeline-1.3.9.ebuild,v 1.4 2013/05/22 16:23:08 idella4 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/django-pipeline/django-pipeline-1.3.9.ebuild,v 1.5 2013/05/31 16:21:20 idella4 Exp $
30
31 EAPI=5
32 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
33 @@ -21,6 +21,8 @@
34 dev-python/jsmin[${PYTHON_USEDEP}]"
35 DEPEND="${RDEPEND}
36 dev-python/setuptools[${PYTHON_USEDEP}]"
37 +# Test phase unworkable due to missing source content
38 +RESTRICT="test"
39
40 python_compile_all() {
41 use doc && emake -C docs html
42
43
44
45 1.14 dev-python/django-pipeline/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-pipeline/ChangeLog?rev=1.14&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-pipeline/ChangeLog?rev=1.14&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-pipeline/ChangeLog?r1=1.13&r2=1.14
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-python/django-pipeline/ChangeLog,v
54 retrieving revision 1.13
55 retrieving revision 1.14
56 diff -u -r1.13 -r1.14
57 --- ChangeLog 22 May 2013 16:23:08 -0000 1.13
58 +++ ChangeLog 31 May 2013 16:21:20 -0000 1.14
59 @@ -1,6 +1,13 @@
60 # ChangeLog for dev-python/django-pipeline
61 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-python/django-pipeline/ChangeLog,v 1.13 2013/05/22 16:23:08 idella4 Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-python/django-pipeline/ChangeLog,v 1.14 2013/05/31 16:21:20 idella4 Exp $
64 +
65 +*django-pipeline-1.3.11 (31 May 2013)
66 +
67 + 31 May 2013; Ian Delaney <idella4@g.o> +django-pipeline-1.3.11.ebuild,
68 + django-pipeline-1.3.9.ebuild:
69 + bump, restrict tests in 1.3.9 on finding source content missing, drop py3.2 on
70 + failing tests
71
72 *django-pipeline-1.3.9-r1 (22 May 2013)
73
74
75
76
77 1.1 dev-python/django-pipeline/django-pipeline-1.3.11.ebuild
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-pipeline/django-pipeline-1.3.11.ebuild?rev=1.1&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-pipeline/django-pipeline-1.3.11.ebuild?rev=1.1&content-type=text/plain
81
82 Index: django-pipeline-1.3.11.ebuild
83 ===================================================================
84 # Copyright 1999-2013 Gentoo Foundation
85 # Distributed under the terms of the GNU General Public License v2
86 # $Header: /var/cvsroot/gentoo-x86/dev-python/django-pipeline/django-pipeline-1.3.11.ebuild,v 1.1 2013/05/31 16:21:20 idella4 Exp $
87
88 EAPI=5
89 # There's doubt in py3.2's readiness
90 PYTHON_COMPAT=( python{2_6,2_7,3_3} )
91
92 inherit distutils-r1
93
94 DESCRIPTION="An asset packaging library for Django"
95 HOMEPAGE="http://pypi.python.org/pypi/django-pipeline/ https://github.com/cyberdelia/django-pipeline"
96 SRC_URI="https://github.com/cyberdelia/django-pipeline/archive/1.3.11.tar.gz -> ${P}.tar.gz"
97
98 LICENSE="MIT"
99 SLOT="0"
100 KEYWORDS="~amd64 ~x86"
101 IUSE="doc test"
102
103 RDEPEND=">=dev-python/django-1.4.1[${PYTHON_USEDEP}]
104 dev-python/futures[$(python_gen_usedep python{2_6,2_7})]
105 dev-python/jsmin[${PYTHON_USEDEP}]"
106 DEPEND="${RDEPEND}
107 dev-python/setuptools[${PYTHON_USEDEP}]"
108
109 python_prepare() {
110 use test && DISTUTILS_IN_SOURCE_BUILD=1
111 distutils_python_prepare
112 }
113
114 python_compile_all() {
115 use doc && emake -C docs html
116 rm -f docs/_build/doctrees/environment.pickle || die
117 }
118
119 python_compile() {
120 # Need remove tests before reaching distutils-r1_src_install
121 if ! use test; then
122 rm -rf tests/ || die
123 fi
124 distutils-r1_python_compile
125 }
126
127 python_test() {
128 export DJANGO_SETTINGS_MODULE="django.conf"
129 pushd "${BUILD_DIR}"/lib/tests/ &> /dev/null
130 ln -sf ../../../tests/assets . || die
131 ln -sf ../../../tests/assets2 . || die
132 cd ../../../ || die
133 if ! django-admin.py-${EPYTHON} test --setting=tests.settings tests
134 then
135 die "Tests failed under ${EPYTHON}"
136 else
137 einfo "Tests passed under ${EPYTHON}"
138 fi
139 rm -rf tests/ || die
140 rm -rf "${S}"/tests/ || einfo "tests folder already removed"
141 }
142
143 python_install_all() {
144 use doc && HTML_DOCS=( docs/_build/html/. )
145 distutils-r1_python_install_all
146 }