Gentoo Archives: gentoo-commits

From: Virgil Dupras <vdupras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-pipeline/, profiles/
Date: Wed, 12 Sep 2018 12:08:34
Message-Id: 1536753987.4a4204838f7eb34e218b3e3617f1f418de8b6616.vdupras@gentoo
1 commit: 4a4204838f7eb34e218b3e3617f1f418de8b6616
2 Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 12 12:06:27 2018 +0000
4 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 12 12:06:27 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a420483
7
8 dev-python/django-pipeline: remove last-rited package
9
10 Closes: https://bugs.gentoo.org/649838
11
12 dev-python/django-pipeline/Manifest | 1 -
13 .../django-pipeline/django-pipeline-1.6.0.ebuild | 53 ----------------------
14 dev-python/django-pipeline/metadata.xml | 11 -----
15 profiles/package.mask | 5 --
16 4 files changed, 70 deletions(-)
17
18 diff --git a/dev-python/django-pipeline/Manifest b/dev-python/django-pipeline/Manifest
19 deleted file mode 100644
20 index 7a10bb27393..00000000000
21 --- a/dev-python/django-pipeline/Manifest
22 +++ /dev/null
23 @@ -1 +0,0 @@
24 -DIST django-pipeline-1.6.0.tar.gz 41822 BLAKE2B 4917c527103522114b31afb0e9dbdcb202b0181d6634eaa4baac632a05c0ecab4502a3d4e13e97413268db582833df71f3f6df088b07ae8a354574331d2a9026 SHA512 4cf89f34a56aeb7cd5042617c265fb4bccfe7a0c32c26d50a0820d35c18207cdbf68b43e8f51ef7145fc48576ae0fe0a21553a75ec8a0a21a3c62e7699268d73
25
26 diff --git a/dev-python/django-pipeline/django-pipeline-1.6.0.ebuild b/dev-python/django-pipeline/django-pipeline-1.6.0.ebuild
27 deleted file mode 100644
28 index d190d7f179c..00000000000
29 --- a/dev-python/django-pipeline/django-pipeline-1.6.0.ebuild
30 +++ /dev/null
31 @@ -1,53 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="An asset packaging library for Django"
41 -HOMEPAGE="https://pypi.org/project/django-pipeline/ https://github.com/cyberdelia/django-pipeline"
42 -
43 -# PyPi releases lack docs/ subdir:
44 -# https://github.com/cyberdelia/django-pipeline/pull/254
45 -SRC_URI="https://github.com/cyberdelia/django-pipeline/archive/${PV}.tar.gz -> ${P}.tar.gz"
46 -
47 -LICENSE="MIT"
48 -SLOT="0"
49 -KEYWORDS="amd64 x86"
50 -IUSE="doc test"
51 -
52 -RDEPEND="
53 - >=dev-python/django-1.7[${PYTHON_USEDEP}]
54 - dev-python/jsmin[${PYTHON_USEDEP}]
55 - dev-python/jinja[${PYTHON_USEDEP}]
56 - virtual/python-futures[${PYTHON_USEDEP}]"
57 -DEPEND="
58 - dev-python/setuptools[${PYTHON_USEDEP}]
59 - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
60 - test? ( ${RDEPEND}
61 - dev-python/mock[${PYTHON_USEDEP}] )"
62 -
63 -# As usual for test phase
64 -DISTUTILS_IN_SOURCE_BUILD=1
65 -
66 -python_compile_all() {
67 - use doc && emake -C docs html
68 -}
69 -
70 -python_test() {
71 - # https://github.com/cyberdelia/django-pipeline/issues/381
72 - PYTHONPATH=. django-admin.py test --settings=tests.settings tests \
73 - || die "Tests failed under ${EPYTHON}"
74 -}
75 -
76 -python_install_all() {
77 - use doc && HTML_DOCS=( docs/_build/html/. )
78 - distutils-r1_python_install_all
79 -}
80 -
81 -python_install() {
82 - export PIPELINE_JS_COMPRESSOR = 'pipeline.compressors.jsmin.JSMinCompressor'
83 - distutils-r1_python_install
84 -}
85
86 diff --git a/dev-python/django-pipeline/metadata.xml b/dev-python/django-pipeline/metadata.xml
87 deleted file mode 100644
88 index df6b9492739..00000000000
89 --- a/dev-python/django-pipeline/metadata.xml
90 +++ /dev/null
91 @@ -1,11 +0,0 @@
92 -<?xml version="1.0" encoding="UTF-8"?>
93 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
94 -<pkgmetadata>
95 - <maintainer type="project">
96 - <email>python@g.o</email>
97 - <name>Python</name>
98 - </maintainer>
99 - <upstream>
100 - <remote-id type="github">cyberdelia/django-pipeline</remote-id>
101 - </upstream>
102 -</pkgmetadata>
103
104 diff --git a/profiles/package.mask b/profiles/package.mask
105 index 3c3490481c6..c004ba0ff1c 100644
106 --- a/profiles/package.mask
107 +++ b/profiles/package.mask
108 @@ -210,11 +210,6 @@ dev-python/pyfire
109 # Beta release with new features, masked for testing
110 =app-text/tesseract-4.0.0_beta*
111
112 -# Virgil Dupras <vdupras@g.o> (12 Aug 2018)
113 -# django-pipeline hasn't been maintained and has been broken for a while.
114 -# No revdep. Removal in 30 days. Bug #649838
115 -dev-python/django-pipeline
116 -
117 # Ulrich Müller <ulm@g.o> (07 Aug 2018)
118 # Fails to build with emacs-26.1. Last release in 2003, last commit
119 # to upstream CVS in 2010. Masked for removal in 30 days. Bug #663030.