summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/deap')
-rw-r--r--sci-libs/deap/Manifest3
-rw-r--r--sci-libs/deap/deap-0.9.1.ebuild19
-rw-r--r--sci-libs/deap/deap-1.0.0.ebuild19
-rw-r--r--sci-libs/deap/deap-1.0.1.ebuild19
-rw-r--r--sci-libs/deap/metadata.xml15
5 files changed, 0 insertions, 75 deletions
diff --git a/sci-libs/deap/Manifest b/sci-libs/deap/Manifest
deleted file mode 100644
index e42cee98ca6c..000000000000
--- a/sci-libs/deap/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST deap-0.9.1.tar.gz 968521 BLAKE2B 2846e98b88164c09133317f7eaca09e096f64b6dec4b824b79b688d5418dc3eb1f3eaeadeab3d582cbbbadbde37c353d451b93861c6415258fa286a659762ff6 SHA512 70786b444a05e4db9c95f132af4308acb058e507a537946979a735025f2ed5bbafe13c3c876d3c73cef6dc034c8e28f4a982afbc4416a4905be5d3b905831107
-DIST deap-1.0.0.tar.gz 847713 BLAKE2B bcf9f862f8d1ae37723f026a3bb06c2e168a2b8d868c99041176747ae02ca2e78d382b241a1ff2707ee352706ec0de5cee90c00432905479de10886fac7fcd12 SHA512 4d7bb72586c3c8bf1b7e353721cf86be6b6a845965a69f03c60fbfcc5995e88d99b094aa6a82cdf8c4cfc4aae7401c1c30348f54702e7d5d91e3f0aeaae4af49
-DIST deap-1.0.1.tar.gz 861409 BLAKE2B f0b37e4fc054b86a4bf08bd010d02281317bacdaf6b3c80fce99a0227907dd0c4c3004692d90471b1dc53b2d30d3bc6fb035f1ccd4886bf7adda33845c5e5c9b SHA512 82e7e60f669d242aba1786d5a9c1f01dd581ff7e77b4e5c2ec173d06c4ea2edc33ebae2390f103b635d8568b2664ca5ad7f9ba81ebd26472251a1c0d04b3e073
diff --git a/sci-libs/deap/deap-0.9.1.ebuild b/sci-libs/deap/deap-0.9.1.ebuild
deleted file mode 100644
index ccb293d84705..000000000000
--- a/sci-libs/deap/deap-0.9.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Novel evolutionary computation framework"
-HOMEPAGE="https://code.google.com/p/deap/"
-SRC_URI="https://deap.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="dev-python/setuptools"
diff --git a/sci-libs/deap/deap-1.0.0.ebuild b/sci-libs/deap/deap-1.0.0.ebuild
deleted file mode 100644
index 923a82748ad6..000000000000
--- a/sci-libs/deap/deap-1.0.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 )
-inherit distutils-r1
-
-DESCRIPTION="Distributed Evolutionary Algorithms in Python"
-HOMEPAGE="https://code.google.com/p/deap/ https://pypi.org/project/deap/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="dev-python/setuptools"
diff --git a/sci-libs/deap/deap-1.0.1.ebuild b/sci-libs/deap/deap-1.0.1.ebuild
deleted file mode 100644
index b33af7bbecab..000000000000
--- a/sci-libs/deap/deap-1.0.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Novel evolutionary computation framework"
-HOMEPAGE="https://github.com/deap/deap"
-SRC_URI="https://github.com/DEAP/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="dev-python/setuptools"
diff --git a/sci-libs/deap/metadata.xml b/sci-libs/deap/metadata.xml
deleted file mode 100644
index 62d9ca88584a..000000000000
--- a/sci-libs/deap/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription>
- DEAP stands for Distributed Evolutionary Algorithm in Python, it is dedicated to people who
- wish to learn how to use evolutionary algorithms and to those who wish to
- rediscover evolutionary algorithms. DEAP is the proof that evolutionary
- algorithms do **not** need to be neither complex or complicated.
- </longdescription>
- <upstream>
- <remote-id type="pypi">deap</remote-id>
- <remote-id type="github">DEAP/deap</remote-id>
- </upstream>
-</pkgmetadata>