Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jinja/
Date: Wed, 03 May 2017 11:41:43
Message-Id: 1493811690.33099f11095337a353236b8c1fd6c202a8915a20.mgorny@gentoo
1 commit: 33099f11095337a353236b8c1fd6c202a8915a20
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 3 11:24:13 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed May 3 11:41:30 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33099f11
7
8 dev-python/jinja: Clean old versions up
9
10 dev-python/jinja/Manifest | 1 -
11 dev-python/jinja/jinja-2.8.1.ebuild | 73 -------------------------------------
12 2 files changed, 74 deletions(-)
13
14 diff --git a/dev-python/jinja/Manifest b/dev-python/jinja/Manifest
15 index 2bb0f2a5547..e7f53d4d1eb 100644
16 --- a/dev-python/jinja/Manifest
17 +++ b/dev-python/jinja/Manifest
18 @@ -1,4 +1,3 @@
19 -DIST Jinja2-2.8.1.tar.gz 358129 SHA256 35341f3a97b46327b3ef1eb624aadea87a535b8f50863036e085e7c426ac5891 SHA512 0a2e2aa94f5c2f04f79d59d34d5324d2a440385b71192e85e960c761b4a073400e4ab0458e57305650f696a474593d6fbf398fb1d9518be261bb2a5cb866e163 WHIRLPOOL 380636268f903d05afda9c41296986d1c83949dead6c78d3e3cb880137a6c6ec06f0e2297169fc0ea8fd1348c9928f5841d37f951dd941fe89a8ccc96080e191
20 DIST Jinja2-2.8.tar.gz 357055 SHA256 bc1ff2ff88dbfacefde4ddde471d1417d3b304e8df103a7a9437d47269201bf4 SHA512 2e80d6d9ad10dafcce1e6dd24493f5dffc43a17f71a30a650415638e12d3a3891738ebacc569701129214026d062d91a2b10e4f7a2c7b85d801dde26ded1bebb WHIRLPOOL 31adc38738848aa224cceb0d0afb2b85eb080d166ed84f145eb0576eeedfb91cf8d99d7c98b6a6cc6ab4fedf33fdbe3171c80fd559df48036a7441232702e749
21 DIST jinja-2.9.5.tar.gz 486763 SHA256 86baad86b1210856d784ddf0d243b8fa043f65b1e3cbc07e4fb24cd5b9725d89 SHA512 15c1b79981c4d6fcbb7fa947fe0fd7e43973433c03d6549a84deec8ad70881f7fd0d3a35160bf6371361994f838da7eb478c577de2612e004679ae51bd97b121 WHIRLPOOL 8ef540e81c40b72dbf652b73a63577e052813bc3d263340f55181c9a2320fa8e3f65c37ccaa6f4840d79b63c1c47f12070ae76d61be6fe0a93104e3916a7ff36
22 DIST jinja-2.9.6.tar.gz 487185 SHA256 fa4b0ac374a3502d4523673cfdff7a1f6cbd533a13c8050bef6dcd9168142638 SHA512 934e253d9d621fd6d19302ea5e73b571a806c0e31e10ac29b54700ad6649fabf321b00cdc513bb3fb551ee28e83de7f163ce9ef88d232a6c178f4ee5dc2e69b5 WHIRLPOOL f1f576ff18237ef1dddd76c806d4e9256734aeb289aa146c237803e8fc63984dd41e88e8cdb7f45ff9810d9f20c781f040cc04b2cdd02eacb2c35749e5e257ab
23
24 diff --git a/dev-python/jinja/jinja-2.8.1.ebuild b/dev-python/jinja/jinja-2.8.1.ebuild
25 deleted file mode 100644
26 index d1538441d60..00000000000
27 --- a/dev-python/jinja/jinja-2.8.1.ebuild
28 +++ /dev/null
29 @@ -1,73 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -
35 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
36 -PYTHON_REQ_USE="threads(+)"
37 -
38 -inherit eutils distutils-r1
39 -
40 -MY_PN=Jinja2
41 -MY_P=${MY_PN}-${PV}
42 -
43 -DESCRIPTION="A full-featured template engine for Python"
44 -HOMEPAGE="http://jinja.pocoo.org/ https://pypi.python.org/pypi/Jinja2"
45 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
46 -
47 -LICENSE="BSD"
48 -SLOT="0"
49 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
50 -IUSE="doc examples"
51 -
52 -RDEPEND="
53 - dev-python/markupsafe[${PYTHON_USEDEP}]
54 - dev-python/setuptools[${PYTHON_USEDEP}]
55 - !dev-python/jinja:compat"
56 -DEPEND="${RDEPEND}
57 - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
58 -
59 -# XXX: handle Babel better?
60 -
61 -S=${WORKDIR}/${MY_P}
62 -
63 -wrap_opts() {
64 - local mydistutilsargs=()
65 -
66 - if [[ ${EPYTHON} == python* ]]; then
67 - mydistutilargs+=( --with-debugsupport )
68 - fi
69 -
70 - "${@}"
71 -}
72 -
73 -python_compile() {
74 - wrap_opts distutils-r1_python_compile
75 - if [[ ${EPYTHON} == python3.2 ]]; then
76 - 2to3 --no-diffs -n -w -f unicode "${BUILD_DIR}/lib" || die
77 - fi
78 -}
79 -
80 -python_compile_all() {
81 - use doc && emake -C docs html
82 -}
83 -
84 -python_test() {
85 - esetup.py test
86 -}
87 -
88 -python_install_all() {
89 - use doc && local HTML_DOCS=( docs/_build/html/. )
90 - use examples && local EXAMPLES=( examples/. )
91 -
92 - distutils-r1_python_install_all
93 -
94 - insinto /usr/share/vim/vimfiles/syntax
95 - doins ext/Vim/*
96 -}
97 -
98 -pkg_postinst() {
99 - if ! has_version dev-python/Babel; then
100 - elog "For i18n support, please emerge dev-python/Babel."
101 - fi
102 -}