diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-07-03 22:22:37 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-07-03 22:24:06 -0400 |
commit | 17ed872c6334185fdebf3d60b2aa219fc1fe7516 (patch) | |
tree | 12e8c60e602df8f5c29d00e701eab0a16ede9847 /sci-libs | |
parent | media-plugins/kodi-pvr-nextpvr: 3.3.21 version bump (diff) | |
download | gentoo-17ed872c6334185fdebf3d60b2aa219fc1fe7516.tar.gz gentoo-17ed872c6334185fdebf3d60b2aa219fc1fe7516.tar.bz2 gentoo-17ed872c6334185fdebf3d60b2aa219fc1fe7516.zip |
*/*: drop last-rited py2 packages
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/deap/Manifest | 3 | ||||
-rw-r--r-- | sci-libs/deap/deap-0.9.1.ebuild | 19 | ||||
-rw-r--r-- | sci-libs/deap/deap-1.0.0.ebuild | 19 | ||||
-rw-r--r-- | sci-libs/deap/deap-1.0.1.ebuild | 19 | ||||
-rw-r--r-- | sci-libs/deap/metadata.xml | 15 | ||||
-rw-r--r-- | sci-libs/pycifrw/Manifest | 2 | ||||
-rw-r--r-- | sci-libs/pycifrw/metadata.xml | 12 | ||||
-rw-r--r-- | sci-libs/pycifrw/pycifrw-3.6.2.ebuild | 22 | ||||
-rw-r--r-- | sci-libs/pycifrw/pycifrw-4.1.1.ebuild | 22 |
9 files changed, 0 insertions, 133 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> diff --git a/sci-libs/pycifrw/Manifest b/sci-libs/pycifrw/Manifest deleted file mode 100644 index 42ca547bda30..000000000000 --- a/sci-libs/pycifrw/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST PyCifRW-3.6.2.tar.gz 356813 BLAKE2B d1b774a3603dd2b69004f7209e05a539f8be1dd5a2313c13c273a35d0190ef9888d5c926a254d2920d105f90b0ab9aea9b6894e9ea4e1ed8193718da06af0df8 SHA512 21b5738deb54a7293faef2d0cb578047be15feb1e2a0f4e6566777977ec8955c4281e6eddc920c08705f553acec4a574b52ca60b37b8bc0269d6b2cdaec7bf71 -DIST PyCifRW-4.1.1.tar.gz 446258 BLAKE2B 61df861f64b67c6d064a6af588d8f94416fc855f3b0b9284d98348636b7fe9b972dfbfcac3a3e32b15846338df835ac07c4f89317f8dad2b166615e38466e856 SHA512 5358080528851b1341c5294ade0741450963bea26b731ec1cb820e012d921dd329137413b3ca1ffb7d7915a4796415f8b3f9654711052ac744d8db7d6104e18d diff --git a/sci-libs/pycifrw/metadata.xml b/sci-libs/pycifrw/metadata.xml deleted file mode 100644 index b763b4f1a8ae..000000000000 --- a/sci-libs/pycifrw/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>sci-chemistry@gentoo.org</email> - <name>Gentoo Chemistry Project</name> - </maintainer> - <upstream> - <remote-id type="pypi">PyCifRW</remote-id> - <remote-id type="bitbucket">jamesrhester/pycifrw</remote-id> - </upstream> -</pkgmetadata> diff --git a/sci-libs/pycifrw/pycifrw-3.6.2.ebuild b/sci-libs/pycifrw/pycifrw-3.6.2.ebuild deleted file mode 100644 index 19fd43d8f8a5..000000000000 --- a/sci-libs/pycifrw/pycifrw-3.6.2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -MY_PN="PyCifRW" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Provides support for reading and writing of CIF using python" -HOMEPAGE="https://pypi.org/project/PyCifRW/ https://bitbucket.org/jamesrhester/pycifrw/wiki/Home" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="ASRP" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -S="${WORKDIR}/${MY_P}" diff --git a/sci-libs/pycifrw/pycifrw-4.1.1.ebuild b/sci-libs/pycifrw/pycifrw-4.1.1.ebuild deleted file mode 100644 index 17841ce359a7..000000000000 --- a/sci-libs/pycifrw/pycifrw-4.1.1.ebuild +++ /dev/null @@ -1,22 +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 - -MY_PN="PyCifRW" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Reading and writing CIF (Crystallographic Information Format) files" -HOMEPAGE="https://pypi.org/project/PyCifRW/ https://bitbucket.org/jamesrhester/pycifrw/wiki/Home" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="ASRP" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -S="${WORKDIR}/${MY_P}" |