commit: 116fa98f9508cbd9d1e90baceee6db6dee423cbb Author: Hans de Graaff <hans <AT> degraaff <DOT> org> AuthorDate: Sun Sep 14 08:20:29 2014 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sun Sep 14 08:20:29 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=116fa98f
Add back django-pipeline version compatible with reviewboard 1.7 dependencies. Package-Manager: portage-2.2.8-r1 --- dev-python/django-pipeline/ChangeLog | 11 +++++++ dev-python/django-pipeline/Manifest | 1 + .../django-pipeline/django-pipeline-1.2.24.ebuild | 37 ++++++++++++++++++++++ dev-python/django-pipeline/metadata.xml | 5 +++ 4 files changed, 54 insertions(+) diff --git a/dev-python/django-pipeline/ChangeLog b/dev-python/django-pipeline/ChangeLog new file mode 100644 index 0000000..8aef436 --- /dev/null +++ b/dev-python/django-pipeline/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for dev-python/django-pipeline +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*django-pipeline-1.2.24 (14 Sep 2014) + + 14 Sep 2014; Hans de Graaff <[email protected]> + +django-pipeline-1.2.24.ebuild, +metadata.xml: + Add back django-pipeline version compatible with reviewboard 1.7 + dependencies. + diff --git a/dev-python/django-pipeline/Manifest b/dev-python/django-pipeline/Manifest new file mode 100644 index 0000000..45aab7c --- /dev/null +++ b/dev-python/django-pipeline/Manifest @@ -0,0 +1 @@ +DIST django-pipeline-1.2.24.tar.gz 35938 SHA256 7c4f98f45f4cfda925d3b8a8848adaf41aa8f317b0c19269cc74df048ffaa611 SHA512 9912be18eedbe24615798581c252c7a23a18cebd8594877da852b07aa16f1febad209c561c41131f092ea2bbc232f2d0f954175cfa4c5ca609be0295dbcd0a22 WHIRLPOOL 669fcf99b74de76aa23d2b7b210a56bb570f1409eb2cd95a9bcccbcc9d37af212241e6dd2c88e8b2b313fd179454cb4aeaffc167fd19fa78e03219036dc99e93 diff --git a/dev-python/django-pipeline/django-pipeline-1.2.24.ebuild b/dev-python/django-pipeline/django-pipeline-1.2.24.ebuild new file mode 100644 index 0000000..0ab8fe3 --- /dev/null +++ b/dev-python/django-pipeline/django-pipeline-1.2.24.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/django-pipeline/Attic/django-pipeline-1.2.24.ebuild,v 1.2 2013/09/12 11:16:41 mgorny dead $ + +EAPI=5 +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 + +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" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc" + +RDEPEND=">=dev-python/django-1.4[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]" + +python_compile_all() { + use doc && emake -C docs html + rm -f docs/_build/doctrees/environment.pickle || die +} + +python_compile() { + # Remove tests before reaching distutils-r1_src_install + rm -rf tests/ || die + distutils-r1_python_compile +} + +python_install_all() { + use doc && HTML_DOCS=( docs/_build/html/. ) + distutils-r1_python_install_all +} diff --git a/dev-python/django-pipeline/metadata.xml b/dev-python/django-pipeline/metadata.xml new file mode 100644 index 0000000..f977299 --- /dev/null +++ b/dev-python/django-pipeline/metadata.xml @@ -0,0 +1,5 @@ +<?xml version = '1.0' encoding = 'UTF-8'?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer><email>[email protected]</email></maintainer> +</pkgmetadata>
