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/construct/
Date: Mon, 04 May 2020 10:48:56
Message-Id: 1588589310.a00d484e3d45e37275dc728001c237b3c611594a.mgorny@gentoo
1 commit: a00d484e3d45e37275dc728001c237b3c611594a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 4 10:46:36 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 4 10:48:30 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a00d484e
7
8 dev-python/construct: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/construct/Manifest | 1 -
13 dev-python/construct/construct-2.9.46.ebuild | 34 ----------------------------
14 2 files changed, 35 deletions(-)
15
16 diff --git a/dev-python/construct/Manifest b/dev-python/construct/Manifest
17 index 132dc8d5082..669e2ab0547 100644
18 --- a/dev-python/construct/Manifest
19 +++ b/dev-python/construct/Manifest
20 @@ -1,2 +1 @@
21 DIST construct-2.10.56.tar.gz 1184110 BLAKE2B 01ce1800970826ae3584a9733de171e04dd926e7d19d8b48b4364406b4aa0f4d878ec52f9a7f755bb249aeeaca75ae6221d6bdf302d4342d4974d268b1782175 SHA512 cc9aa126c26a017a3fb7b78a6b8f2056194028a44c8ed615a6dc4a445d50f0463e2de0b80810ab5a252070925a56b5a61dbb601a3de9e445d861356231a146d5
22 -DIST construct-2.9.46.tar.gz 1042624 BLAKE2B df42f771fbba3867b2bf5eb60fadd8f314207b101e3ce695ed58fa9db8c13c3b746c9b6a8979dfbfa0f5b8182aab4b7fdc7e678e017acc3223252a82d5e62640 SHA512 01bd135b2e08958749eab1e79abb912d7da94743567b8165f6dc1b0edbbb765f1e7ba7e120fda1fef8bcd24a285d164b017f49527382921018091cc654d28cae
23
24 diff --git a/dev-python/construct/construct-2.9.46.ebuild b/dev-python/construct/construct-2.9.46.ebuild
25 deleted file mode 100644
26 index ebb156ac6f3..00000000000
27 --- a/dev-python/construct/construct-2.9.46.ebuild
28 +++ /dev/null
29 @@ -1,34 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -PYTHON_COMPAT=( python3_{6,7} )
35 -
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="A powerful declarative parser for binary data"
39 -HOMEPAGE="https://construct.readthedocs.io/en/latest/ https://pypi.org/project/construct/"
40 -SRC_URI="https://github.com/construct/construct/archive/v${PV}.tar.gz -> ${P}.tar.gz"
41 -
42 -LICENSE="MIT"
43 -SLOT="0"
44 -KEYWORDS="~amd64 ~x86"
45 -
46 -distutils_enable_tests pytest
47 -BDEPEND+="
48 - test? (
49 - dev-python/arrow[${PYTHON_USEDEP}]
50 - >=dev-python/numpy-1.15.4[${PYTHON_USEDEP}]
51 - )"
52 -
53 -src_prepare() {
54 - default
55 - rm tests/test_benchmarks.py || die
56 -}
57 -
58 -pkg_postinst() {
59 - ewarn "Version 2.9.x has significant API and implementation changes from"
60 - ewarn "previous 2.8.x releases. Please read the documentation at"
61 - ewarn "https://construct.readthedocs.io/en/latest/transition29.html"
62 - ewarn "for more info."
63 -}