Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/construct/
Date: Thu, 27 Sep 2018 21:24:33
Message-Id: 1538083459.051a8d0ef088063c07b7d460a8468c75350054db.monsieurp@gentoo
1 commit: 051a8d0ef088063c07b7d460a8468c75350054db
2 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
3 AuthorDate: Mon Sep 24 21:09:25 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 27 21:24:19 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=051a8d0e
7
8 dev-python/construct: remove old version.
9
10 Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.10
12 Closes: https://github.com/gentoo/gentoo/pull/9969
13
14 dev-python/construct/Manifest | 1 -
15 dev-python/construct/construct-2.8.17.ebuild | 27 ---------------------------
16 2 files changed, 28 deletions(-)
17
18 diff --git a/dev-python/construct/Manifest b/dev-python/construct/Manifest
19 index 23ce240e4f6..3716c099733 100644
20 --- a/dev-python/construct/Manifest
21 +++ b/dev-python/construct/Manifest
22 @@ -1,2 +1 @@
23 -DIST construct-2.8.17.tar.gz 705812 BLAKE2B 3178f7f59fb893bc521c88b7ba51d6bd83cca37c1a243e602dcc2ac41a2cb7335e2cf69e7dff3b130e974ff9dbd01a12004423c3a88fc8e88c784c665437e901 SHA512 5bca40d7f33f336ab2a66546027c8bf24bf1b0125bcf425063b3bab14b1e3a96577d602db1eb73cb0ee99f90d92af6e24fcbd228912c0a70de6b2bd7d33e75be
24 DIST construct-2.8.21.tar.gz 706022 BLAKE2B a7fb81185b380b444bede5dffce11158d93f0076cc3fbd836cdef3cf8425e2bcce0cf7b8e2d2654effc8beac3d3d0f722dd2786103f9b85f05b98216fc7684cb SHA512 f8e2c8d0f437cce760b1439fc68e2b10dccf852e1bf3c42e0569a3e32fe218d2a4d4cc662229455a910fa8a7cf0fc0500cb0d38ad0485f1b9fd954334f343562
25
26 diff --git a/dev-python/construct/construct-2.8.17.ebuild b/dev-python/construct/construct-2.8.17.ebuild
27 deleted file mode 100644
28 index 4235c921ade..00000000000
29 --- a/dev-python/construct/construct-2.8.17.ebuild
30 +++ /dev/null
31 @@ -1,27 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="A powerful declarative parser for binary data"
41 -HOMEPAGE="http://construct.readthedocs.io/ https://pypi.org/project/construct/"
42 -SRC_URI="https://github.com/construct/construct/archive/v${PV}.tar.gz -> ${P}.tar.gz"
43 -
44 -LICENSE="MIT"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~x86"
47 -IUSE="test"
48 -
49 -DEPEND="test? (
50 - dev-python/numpy[${PYTHON_USEDEP}]
51 - dev-python/pytest[${PYTHON_USEDEP}]
52 - dev-python/pytest-cov[${PYTHON_USEDEP}]
53 - dev-python/tox[${PYTHON_USEDEP}]
54 - )"
55 -
56 -python_test() {
57 - py.test -vv || die "Tests failed under ${EPYTHON}"
58 -}