* [gentoo-commits] gentoo-x86 commit in dev-python/django-pipeline: django-pipeline-1.3.15.ebuild ChangeLog django-pipeline-1.3.9.ebuild django-pipeline-1.2.6.ebuild django-pipeline-1.3.11.ebuild
@ 2013-09-12 10:56 Michal Gorny (mgorny)
0 siblings, 0 replies; only message in thread
From: Michal Gorny (mgorny) @ 2013-09-12 10:56 UTC (permalink / raw
To: gentoo-commits
mgorny 13/09/12 10:56:16
Modified: ChangeLog
Added: django-pipeline-1.3.15.ebuild
Removed: django-pipeline-1.3.9.ebuild
django-pipeline-1.2.6.ebuild
django-pipeline-1.3.11.ebuild
Log:
Version bump. Clean up and fix the ebuild (plus fix using wrapping internals, wrt bug #484408). Drop old.
(Portage version: 2.2.3/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.16 dev-python/django-pipeline/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-pipeline/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-pipeline/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-pipeline/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/django-pipeline/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 4 Jun 2013 16:28:45 -0000 1.15
+++ ChangeLog 12 Sep 2013 10:56:16 -0000 1.16
@@ -1,6 +1,14 @@
# ChangeLog for dev-python/django-pipeline
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/django-pipeline/ChangeLog,v 1.15 2013/06/04 16:28:45 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django-pipeline/ChangeLog,v 1.16 2013/09/12 10:56:16 mgorny Exp $
+
+*django-pipeline-1.3.15 (12 Sep 2013)
+
+ 12 Sep 2013; Michał Górny <mgorny@gentoo.org> +django-pipeline-1.3.15.ebuild,
+ -django-pipeline-1.2.6.ebuild, -django-pipeline-1.3.11.ebuild,
+ -django-pipeline-1.3.9.ebuild:
+ Version bump. Clean up and fix the ebuild (plus fix using wrapping internals,
+ wrt bug #484408). Drop old.
04 Jun 2013; Mike Gilbert <floppym@gentoo.org> django-pipeline-1.3.11.ebuild:
Fix typo.
1.1 dev-python/django-pipeline/django-pipeline-1.3.15.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-pipeline/django-pipeline-1.3.15.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-pipeline/django-pipeline-1.3.15.ebuild?rev=1.1&content-type=text/plain
Index: django-pipeline-1.3.15.ebuild
===================================================================
# Copyright 1999-2013 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.3.15.ebuild,v 1.1 2013/09/12 10:56:16 mgorny Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
inherit distutils-r1
DESCRIPTION="An asset packaging library for Django"
HOMEPAGE="http://pypi.python.org/pypi/django-pipeline/ https://github.com/cyberdelia/django-pipeline"
# PyPi releases lack docs/ subdir:
# https://github.com/cyberdelia/django-pipeline/pull/254
SRC_URI="https://github.com/cyberdelia/django-pipeline/archive/${PV}.tar.gz -> ${P}-gh.tar.gz"
#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc test"
RDEPEND=">=dev-python/django-1.4.1[${PYTHON_USEDEP}]
dev-python/futures[$(python_gen_usedep python{2_6,2_7})]
dev-python/jsmin[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx )"
python_compile_all() {
use doc && emake -C docs html
}
python_test() {
export DJANGO_SETTINGS_MODULE="django.conf"
cp -r tests "${BUILD_DIR}"/ || die
PYTHONPATH=${BUILD_DIR}:${PYTHONPATH} \
django-admin.py test --settings=tests.settings tests \
|| die "Tests failed under ${EPYTHON}"
}
python_install_all() {
use doc && HTML_DOCS=( docs/_build/html/. )
distutils-r1_python_install_all
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-09-12 10:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-12 10:56 [gentoo-commits] gentoo-x86 commit in dev-python/django-pipeline: django-pipeline-1.3.15.ebuild ChangeLog django-pipeline-1.3.9.ebuild django-pipeline-1.2.6.ebuild django-pipeline-1.3.11.ebuild Michal Gorny (mgorny)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox