commit: b89a6ace6505e6e32d1aaf14ad95babeccc83d39
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Sat Sep 3 13:27:10 2016 +0000
Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Sat Sep 3 13:27:10 2016 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b89a6ace
dev-python/future: Available in the tree
dev-python/future/future-0.15.2.ebuild | 22 ----------------------
dev-python/future/metadata.xml | 21 ---------------------
2 files changed, 43 deletions(-)
diff --git a/dev-python/future/future-0.15.2.ebuild
b/dev-python/future/future-0.15.2.ebuild
deleted file mode 100644
index 873e15a..0000000
--- a/dev-python/future/future-0.15.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="Clean single-source support for Python 3 and 2"
-HOMEPAGE="http://python-future.org/"
-SRC_URI="mirror://pypi/f/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-python_test() {
- esetup.py test
-}
diff --git a/dev-python/future/metadata.xml b/dev-python/future/metadata.xml
deleted file mode 100644
index 5bfd629..0000000
--- a/dev-python/future/metadata.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>[email protected]</email>
- <name>Horea Christian</name>
- </maintainer>
- <maintainer type="project">
- <email>[email protected]</email>
- <name>Gentoo Science Project</name>
- </maintainer>
- <longdescription lang="en">
- future is the missing compatibility layer between Python 2 and
- Python 3. It allows you to use a single, clean Python
- 3.x-compatible codebase to support both Python 2 and Python 3
- with minimal overhead.
- </longdescription>
- <upstream>
- <remote-id type="pypi">future</remote-id>
- </upstream>
-</pkgmetadata>