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/into/
Date: Tue, 02 May 2017 08:48:07
Message-Id: 1493714811.c3ebe8e5d96ab19fafe8313c7a1dbcc6d6f668a9.mgorny@gentoo
1 commit: c3ebe8e5d96ab19fafe8313c7a1dbcc6d6f668a9
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 2 08:07:08 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 2 08:46:51 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3ebe8e5
7
8 dev-python/into: Clean old versions up
9
10 dev-python/into/Manifest | 2 --
11 dev-python/into/into-0.1.3.ebuild | 18 ------------------
12 dev-python/into/into-0.2.1.ebuild | 25 -------------------------
13 3 files changed, 45 deletions(-)
14
15 diff --git a/dev-python/into/Manifest b/dev-python/into/Manifest
16 index 26deb47453e..71f49b6b26d 100644
17 --- a/dev-python/into/Manifest
18 +++ b/dev-python/into/Manifest
19 @@ -1,3 +1 @@
20 -DIST into-0.1.3.tar.gz 31161 SHA256 a92642e2a7372b477488c9d92c3e4d03b5412908dd291dd85020a7eb97c49d44 SHA512 a201ab8b2b2e4d2455232edde35bdbbdbf8432152ec6f7084300af7ee8960d476c00326342c0a658b0a8873a3a0ee025cf24b87b4ae45fa4f1d94db7a5a374ef WHIRLPOOL 894b9045917c06c5540c248415f0b4ae1cd2e86d979417f23589a0b41ecc726f5a55d54b9bcc1808370344b6be31c277efaeec5c2c13bc8e3e960ac38345aa17
21 -DIST into-0.2.1.tar.gz 75510 SHA256 bf4a8d7c4141984ba5db201e076d5ecfdb3a32c0f8ca311d4f49b030fcb04a2f SHA512 3df1a55f2a8881c1d952baeb5484d93245085bff02a38266b9ca478ade8cce23c0b16b6be690ada7e279f0f22ea9adf934a0105cbea2ce4d243e03fc73cc1c9e WHIRLPOOL a5e5dd5845e2dd741165fd484b4314c05539a95b76f840e8b71acb3c42aaaf8e2a01a34ca6881a79cc6db5b2b19b2c8413489469a8af2fee188841f2e0a3a474
22 DIST into-0.2.2.tar.gz 85008 SHA256 8a6d5595625a1c2de0732ba4448c554b707a8259b477c9b0b7bb94a1f1ca887b SHA512 0dc43e55dcbb6264c226c1b4d893b07fee9e90304e293953b26764d90ba211ed65eddad68c7fe4f2eebe7b57595bbd12131665394ce4f339da0cf77337ed16e2 WHIRLPOOL 49da50cc994788037ac4edd5f5c44802a2263f30184bfe4d64810395efa97283e1741ef879e9b883a0b02ed2732eb280448d339f55cafa501706fd8b2f2afdfa
23
24 diff --git a/dev-python/into/into-0.1.3.ebuild b/dev-python/into/into-0.1.3.ebuild
25 deleted file mode 100644
26 index f4aadfcab6b..00000000000
27 --- a/dev-python/into/into-0.1.3.ebuild
28 +++ /dev/null
29 @@ -1,18 +0,0 @@
30 -# Copyright 1999-2015 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -
35 -PYTHON_COMPAT=( python{2_7,3_4} )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="Data migration utilities"
40 -HOMEPAGE="https://pypi.python.org/pypi/${PN}"
41 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 -
43 -LICENSE="BSD"
44 -SLOT="0"
45 -KEYWORDS="amd64 x86"
46 -
47 -DEPEND="!media-libs/urt" # Bug #552448
48
49 diff --git a/dev-python/into/into-0.2.1.ebuild b/dev-python/into/into-0.2.1.ebuild
50 deleted file mode 100644
51 index daf62b76b72..00000000000
52 --- a/dev-python/into/into-0.2.1.ebuild
53 +++ /dev/null
54 @@ -1,25 +0,0 @@
55 -# Copyright 1999-2015 Gentoo Foundation
56 -# Distributed under the terms of the GNU General Public License v2
57 -
58 -EAPI=5
59 -
60 -PYTHON_COMPAT=( python{2_7,3_4} )
61 -
62 -inherit distutils-r1
63 -
64 -DESCRIPTION="Data migration utilities"
65 -HOMEPAGE="https://pypi.python.org/pypi/${PN}"
66 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
67 -
68 -LICENSE="BSD"
69 -SLOT="0"
70 -KEYWORDS="~amd64 ~x86"
71 -
72 -RDEPEND="dev-python/datashape[${PYTHON_USEDEP}]
73 - dev-python/numpy[${PYTHON_USEDEP}]
74 - >=dev-python/pandas-0.15[${PYTHON_USEDEP}]
75 - dev-python/toolz[${PYTHON_USEDEP}]
76 - dev-python/multipledispatch[${PYTHON_USEDEP}]
77 - dev-python/networkx[${PYTHON_USEDEP}]
78 - !media-libs/urt" # Bug #552448
79 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"