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-lang/hy/
Date: Fri, 01 Jan 2021 00:53:57
Message-Id: 1609462272.a290c50a38193b01cca973dc241b06727cbff687.mgorny@gentoo
1 commit: a290c50a38193b01cca973dc241b06727cbff687
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 1 00:51:12 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 1 00:51:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a290c50a
7
8 dev-lang/hy: Remove old (py3.6)
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-lang/hy/Manifest | 3 ---
13 dev-lang/hy/hy-0.14.0.ebuild | 40 ---------------------------------------
14 dev-lang/hy/hy-0.15.0.ebuild | 45 --------------------------------------------
15 dev-lang/hy/hy-0.16.0.ebuild | 45 --------------------------------------------
16 4 files changed, 133 deletions(-)
17
18 diff --git a/dev-lang/hy/Manifest b/dev-lang/hy/Manifest
19 index 4e5aef2e7c8..2af3a5fb0af 100644
20 --- a/dev-lang/hy/Manifest
21 +++ b/dev-lang/hy/Manifest
22 @@ -1,4 +1 @@
23 -DIST hy-0.14.0.tar.gz 403692 BLAKE2B 4d20574151c443e002e365bceecc11b2bdcd7aa294073c58cba4ec8a958534c9f1256848ef57e4d5dd3ec345decaa53db43768a78af542ba8a59ff50489486b1 SHA512 a04da48592058b8ad3e7d2a787149622bfcf61c01a341ccc166c2e25e18ed7616b6567b529cf4f6d80a9cecf44aac175577ebf185c77e941a11a258f8563da9e
24 -DIST hy-0.15.0.tar.gz 411900 BLAKE2B 88a7500ecebacd7995aba1efbabead22ce656b1d6e275c5c726ce9b27746729344adfd35f2dfb4247c6d41101317eecfd98e0379e84f88ffea85bfaef2101797 SHA512 d4a08c7df494c5f9ae9a48e51b642cf8c30850209765fb80304132b57fb1133a839c82945662550d1417f4cae4e15f25da388be180143ed7b28fe8d5129844cc
25 -DIST hy-0.16.0.tar.gz 434727 BLAKE2B 05c490049355b496901aea70449e9c30a414bcdd7a5d4a430a672d424eeaa20845d58fd6967433058d4ab6b2969d5744bfdf5dd9cfe976888aeeb35d36a98f91 SHA512 ee9555a58a52bd894904fb0c4892a5c3f0a02b5ab45107ce6ed028840251cc8bd0b1c6264f0f1a345a63352c662861cf3b94049fd58f374dd2ca706ee89c2a4c
26 DIST hy-0.17.0.tar.gz 438729 BLAKE2B f699198a3181592dc0a1c12ecb85defce5ee592eb3c949635f37af36f39f452b081b18b46a122d515a7246d448c1710eedd8015a14f18dc074c61f0cfccecf8f SHA512 18601bf47df2120f8833a1ae211c416dc90825f31cd50b259adfe0585089a623d0fea13512b2935b093e14d8595c93bc1610939d5f1d664f6acf7ddf7e341542
27
28 diff --git a/dev-lang/hy/hy-0.14.0.ebuild b/dev-lang/hy/hy-0.14.0.ebuild
29 deleted file mode 100644
30 index 1a9be26d43d..00000000000
31 --- a/dev-lang/hy/hy-0.14.0.ebuild
32 +++ /dev/null
33 @@ -1,40 +0,0 @@
34 -# Copyright 1999-2020 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=5
38 -
39 -RESTRICT="test" # needs some pointy sticks. Seriously.
40 -PYTHON_COMPAT=(python3_6)
41 -
42 -inherit distutils-r1 eutils
43 -DESCRIPTION="A LISP dialect running in python"
44 -HOMEPAGE="http://hylang.org/"
45 -SRC_URI="https://github.com/hylang/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
46 -LICENSE="MIT"
47 -SLOT="0"
48 -
49 -KEYWORDS="~amd64 ~x86"
50 -IUSE="test doc"
51 -
52 -RDEPEND="dev-python/flake8[${PYTHON_USEDEP}]
53 - >=dev-python/rply-0.7.5[${PYTHON_USEDEP}]
54 - >=dev-python/astor-0.6[${PYTHON_USEDEP}]
55 - >=dev-python/clint-0.4[${PYTHON_USEDEP}]
56 - "
57 -DEPEND="${RDEPEND}
58 - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
59 - test? (
60 - dev-python/nose[${PYTHON_USEDEP}]
61 - dev-python/sphinx[${PYTHON_USEDEP}]
62 - )"
63 -src_prepare() {
64 - use doc && HTML_DOCS=( docs/_build/html/. )
65 -}
66 -
67 -python_compile_all() {
68 - use doc && emake docs
69 -}
70 -
71 -python_test() {
72 - nosetests || die "Tests failed under ${EPYTHON}"
73 -}
74
75 diff --git a/dev-lang/hy/hy-0.15.0.ebuild b/dev-lang/hy/hy-0.15.0.ebuild
76 deleted file mode 100644
77 index fff33b32187..00000000000
78 --- a/dev-lang/hy/hy-0.15.0.ebuild
79 +++ /dev/null
80 @@ -1,45 +0,0 @@
81 -# Copyright 1999-2020 Gentoo Authors
82 -# Distributed under the terms of the GNU General Public License v2
83 -
84 -EAPI="7"
85 -
86 -RESTRICT="test" # needs some pointy sticks. Seriously.
87 -PYTHON_COMPAT=(python3_6)
88 -
89 -inherit distutils-r1 eutils
90 -DESCRIPTION="A LISP dialect running in python"
91 -HOMEPAGE="http://hylang.org/"
92 -SRC_URI="https://github.com/hylang/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
93 -LICENSE="MIT"
94 -SLOT="0"
95 -
96 -KEYWORDS="~amd64 ~x86"
97 -IUSE="test doc"
98 -
99 -RDEPEND=">=dev-python/astor-0.7.1[${PYTHON_USEDEP}]
100 - >=dev-python/clint-0.4[${PYTHON_USEDEP}]
101 - dev-python/flake8[${PYTHON_USEDEP}]
102 - >=dev-python/funcparserlib-0.3.6[${PYTHON_USEDEP}]
103 - >=dev-python/rply-0.7.6[${PYTHON_USEDEP}]
104 - "
105 -DEPEND="${RDEPEND}
106 - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
107 - test? (
108 - dev-python/nose[${PYTHON_USEDEP}]
109 - dev-python/sphinx[${PYTHON_USEDEP}]
110 - )"
111 -
112 -PATCHES=( "${FILESDIR}"/${PN}-0.15.0-do-not-install-get_version.py.patch )
113 -
114 -src_prepare() {
115 - default
116 - use doc && HTML_DOCS=( docs/_build/html/. )
117 -}
118 -
119 -python_compile_all() {
120 - use doc && emake docs
121 -}
122 -
123 -python_test() {
124 - nosetests -vv || die "Tests failed under ${EPYTHON}"
125 -}
126
127 diff --git a/dev-lang/hy/hy-0.16.0.ebuild b/dev-lang/hy/hy-0.16.0.ebuild
128 deleted file mode 100644
129 index 01a6a738010..00000000000
130 --- a/dev-lang/hy/hy-0.16.0.ebuild
131 +++ /dev/null
132 @@ -1,45 +0,0 @@
133 -# Copyright 1999-2020 Gentoo Authors
134 -# Distributed under the terms of the GNU General Public License v2
135 -
136 -EAPI="7"
137 -
138 -RESTRICT="test" # needs some pointy sticks. Seriously.
139 -PYTHON_COMPAT=(python{3_6,3_7})
140 -
141 -inherit distutils-r1 eutils
142 -DESCRIPTION="A LISP dialect running in python"
143 -HOMEPAGE="http://hylang.org/"
144 -SRC_URI="https://github.com/hylang/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
145 -LICENSE="MIT"
146 -SLOT="0"
147 -
148 -KEYWORDS="~amd64 ~x86"
149 -IUSE="test doc"
150 -
151 -RDEPEND=">=dev-python/astor-0.7.1[${PYTHON_USEDEP}]
152 - >=dev-python/clint-0.4[${PYTHON_USEDEP}]
153 - dev-python/flake8[${PYTHON_USEDEP}]
154 - >=dev-python/funcparserlib-0.3.6[${PYTHON_USEDEP}]
155 - >=dev-python/rply-0.7.6[${PYTHON_USEDEP}]
156 - "
157 -DEPEND="${RDEPEND}
158 - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
159 - test? (
160 - dev-python/nose[${PYTHON_USEDEP}]
161 - dev-python/sphinx[${PYTHON_USEDEP}]
162 - )"
163 -
164 -PATCHES=( "${FILESDIR}"/${PN}-0.15.0-do-not-install-get_version.py.patch )
165 -
166 -src_prepare() {
167 - default
168 - use doc && HTML_DOCS=( docs/_build/html/. )
169 -}
170 -
171 -python_compile_all() {
172 - use doc && emake docs
173 -}
174 -
175 -python_test() {
176 - nosetests -vv || die "Tests failed under ${EPYTHON}"
177 -}