aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Brehler <marbre@linux.sungazer.de>2016-09-03 15:27:10 +0200
committerMarius Brehler <marbre@linux.sungazer.de>2016-09-03 15:27:10 +0200
commitb89a6ace6505e6e32d1aaf14ad95babeccc83d39 (patch)
tree544075b184a61ee10b26e683b245850162de3503 /dev-python
parentMerge branch 'master' of ssh://github.com/gentoo-science/sci (diff)
downloadsci-b89a6ace6505e6e32d1aaf14ad95babeccc83d39.tar.gz
sci-b89a6ace6505e6e32d1aaf14ad95babeccc83d39.tar.bz2
sci-b89a6ace6505e6e32d1aaf14ad95babeccc83d39.zip
dev-python/future: Available in the tree
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/future/Manifest1
-rw-r--r--dev-python/future/future-0.15.2.ebuild22
-rw-r--r--dev-python/future/metadata.xml21
3 files changed, 0 insertions, 44 deletions
diff --git a/dev-python/future/Manifest b/dev-python/future/Manifest
deleted file mode 100644
index feed34419..000000000
--- a/dev-python/future/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST future-0.15.2.tar.gz 1583441 SHA256 3d3b193f20ca62ba7d8782589922878820d0a023b885882deec830adbf639b97 SHA512 24a0eaf70795efe1644b098c5abbcb0103d9172a5243721f0d26b1cbd108872b6c0616180da8f5507855ddfc7b26bb10a606a64e59d307d39042b346700f77ee WHIRLPOOL 557b53495033d4586dc0f34837cc7f0cab12fb770abda56049fd90b5bac3e36db561e185d86e8a08b153869f0f692ccf0b305f5edc20871edde487faa1b1fc4f
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 873e15ac7..000000000
--- 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 5bfd629a2..000000000
--- 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>horea.christ@gmail.com</email>
- <name>Horea Christian</name>
- </maintainer>
- <maintainer type="project">
- <email>sci@gentoo.org</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>