From: "Michal Gorny (mgorny)" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [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
Date: Thu, 12 Sep 2013 10:56:16 +0000 (UTC) [thread overview]
Message-ID: <20130912105616.69B2F2004C@flycatcher.gentoo.org> (raw)
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
}
reply other threads:[~2013-09-12 10:56 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20130912105616.69B2F2004C@flycatcher.gentoo.org \
--to=mgorny@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