Gentoo Archives: gentoo-commits

From: Marius Brehler <marbre@××××××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/future/
Date: Sat, 03 Sep 2016 13:30:34
Message-Id: 1472909230.b89a6ace6505e6e32d1aaf14ad95babeccc83d39.marbre@gentoo
1 commit: b89a6ace6505e6e32d1aaf14ad95babeccc83d39
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Sat Sep 3 13:27:10 2016 +0000
4 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
5 CommitDate: Sat Sep 3 13:27:10 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b89a6ace
7
8 dev-python/future: Available in the tree
9
10 dev-python/future/future-0.15.2.ebuild | 22 ----------------------
11 dev-python/future/metadata.xml | 21 ---------------------
12 2 files changed, 43 deletions(-)
13
14 diff --git a/dev-python/future/future-0.15.2.ebuild b/dev-python/future/future-0.15.2.ebuild
15 deleted file mode 100644
16 index 873e15a..0000000
17 --- a/dev-python/future/future-0.15.2.ebuild
18 +++ /dev/null
19 @@ -1,22 +0,0 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 -# Distributed under the terms of the GNU General Public License v2
22 -# $Id$
23 -
24 -EAPI=5
25 -
26 -PYTHON_COMPAT=( python{2_7,3_4} )
27 -
28 -inherit distutils-r1
29 -
30 -DESCRIPTION="Clean single-source support for Python 3 and 2"
31 -HOMEPAGE="http://python-future.org/"
32 -SRC_URI="mirror://pypi/f/${PN}/${P}.tar.gz"
33 -
34 -LICENSE="MIT"
35 -SLOT="0"
36 -KEYWORDS="~amd64"
37 -IUSE=""
38 -
39 -python_test() {
40 - esetup.py test
41 -}
42
43 diff --git a/dev-python/future/metadata.xml b/dev-python/future/metadata.xml
44 deleted file mode 100644
45 index 5bfd629..0000000
46 --- a/dev-python/future/metadata.xml
47 +++ /dev/null
48 @@ -1,21 +0,0 @@
49 -<?xml version="1.0" encoding="UTF-8"?>
50 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
51 -<pkgmetadata>
52 - <maintainer type="person">
53 - <email>horea.christ@×××××.com</email>
54 - <name>Horea Christian</name>
55 - </maintainer>
56 - <maintainer type="project">
57 - <email>sci@g.o</email>
58 - <name>Gentoo Science Project</name>
59 - </maintainer>
60 - <longdescription lang="en">
61 - future is the missing compatibility layer between Python 2 and
62 - Python 3. It allows you to use a single, clean Python
63 - 3.x-compatible codebase to support both Python 2 and Python 3
64 - with minimal overhead.
65 - </longdescription>
66 - <upstream>
67 - <remote-id type="pypi">future</remote-id>
68 - </upstream>
69 -</pkgmetadata>