summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-07-28 14:45:29 -0400
committerAaron Bauman <bman@gentoo.org>2020-07-28 14:45:29 -0400
commit3831172264494f42d621e760593f4d066900d922 (patch)
tree3a31692fd34affb4b8b80d14ac9029f7162213eb /sci-chemistry/p3d
parentupdates/2Q2018: drop slotmove for netmail/getmail (diff)
downloadgentoo-3831172264494f42d621e760593f4d066900d922.tar.gz
gentoo-3831172264494f42d621e760593f4d066900d922.tar.bz2
gentoo-3831172264494f42d621e760593f4d066900d922.zip
*/*: Drop more Py2 last-rited pkgs
Bug: https://bugs.gentoo.org/715966 Closes: https://bugs.gentoo.org/714628 Closes: https://bugs.gentoo.org/606680 Closes: https://bugs.gentoo.org/686238 Closes: https://bugs.gentoo.org/710214 Closes: https://bugs.gentoo.org/710028 Closes: https://bugs.gentoo.org/710032 Closes: https://bugs.gentoo.org/656934 Closes: https://bugs.gentoo.org/592718 Closes: https://bugs.gentoo.org/446122 Closes: https://bugs.gentoo.org/547210 Closes: https://bugs.gentoo.org/359785 Closes: https://bugs.gentoo.org/571396 Closes: https://bugs.gentoo.org/600754 Closes: https://bugs.gentoo.org/677830 Closes: https://bugs.gentoo.org/710716 Closes: https://bugs.gentoo.org/651940 Closes: https://bugs.gentoo.org/695132 Closes: https://bugs.gentoo.org/708978 Closes: https://bugs.gentoo.org/710058 Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'sci-chemistry/p3d')
-rw-r--r--sci-chemistry/p3d/Manifest1
-rw-r--r--sci-chemistry/p3d/metadata.xml21
-rw-r--r--sci-chemistry/p3d/p3d-0.4.3-r1.ebuild29
-rw-r--r--sci-chemistry/p3d/p3d-9999.ebuild27
4 files changed, 0 insertions, 78 deletions
diff --git a/sci-chemistry/p3d/Manifest b/sci-chemistry/p3d/Manifest
deleted file mode 100644
index 93d8b80b2f94..000000000000
--- a/sci-chemistry/p3d/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST p3d-0.4.3.tar.gz 7213577 BLAKE2B b614957be16ede7567bd6412d183b3cb79638a5033672afd725cafaf393e306d5d227e1bca444ea17d60a3cd3bb5d3b2c910f2bfc68a118d3bffcd29944b4c29 SHA512 b4cf472b849ece96fe0b2b7f633c496fe3d12bf8cb82a2af10180ce5c27c5465dd0c16cb912d22c56c933b68c06e7de28c0c640da29eaa6bc6f95009bf10277f
diff --git a/sci-chemistry/p3d/metadata.xml b/sci-chemistry/p3d/metadata.xml
deleted file mode 100644
index bd505aa96a4e..000000000000
--- a/sci-chemistry/p3d/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="project">
- <email>sci-chemistry@gentoo.org</email>
- <name>Gentoo Chemistry Project</name>
- </maintainer>
- <longdescription>
-p3d was developed in order to offer a Python module that is powerful and fast,
-yet intuitive to use. The simplicity of p3d is due to the usage of object
-oriented programming (i.e. atoms are treated as vectors), the implementation
-of a query parser that translates queries readable by humans into a combination
-of algebra set operations the fact that no additional Python packages are
-necessary. The speed is due to the usage of a binary space partitioning (BSP)
-tree which allows very fast queries in 3D (Henry et al. 1980). The additional
-synergy is obtained by the flexible combination of both speed and complexity in
-the queries to the structural data. The combination of these factors makes p3d
-the optimal module to rapidly develop new and powerful bioinformatic tools that
-follow the Python philosophy of making the source code readable.
-</longdescription>
-</pkgmetadata>
diff --git a/sci-chemistry/p3d/p3d-0.4.3-r1.ebuild b/sci-chemistry/p3d/p3d-0.4.3-r1.ebuild
deleted file mode 100644
index 04d5f49cf7b2..000000000000
--- a/sci-chemistry/p3d/p3d-0.4.3-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 vcs-snapshot versionator
-
-MY_P="${PN}-$(replace_version_separator 3 -)"
-GITHUB_ID="gb8b9a75"
-
-DESCRIPTION="Python module for structural bioinformatics"
-HOMEPAGE="http://p3d.fufezan.net/"
-SRC_URI="https://nodeload.github.com/fu/${PN}/tarball/${PV} -> ${P}.tar.gz"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-LICENSE="GPL-3"
-IUSE="examples"
-
-src_install() {
- distutils-r1_src_install
-
- if use examples; then
- insinto /usr/share/${PN}
- doins -r pdbs exampleScripts
- fi
-}
diff --git a/sci-chemistry/p3d/p3d-9999.ebuild b/sci-chemistry/p3d/p3d-9999.ebuild
deleted file mode 100644
index 5dd3fdc9a942..000000000000
--- a/sci-chemistry/p3d/p3d-9999.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 git-r3 versionator
-
-DESCRIPTION="Python module for structural bioinformatics"
-HOMEPAGE="http://p3d.fufezan.net/"
-SRC_URI=""
-EGIT_REPO_URI="https://github.com/fu/p3d.git"
-
-SLOT="0"
-KEYWORDS=""
-LICENSE="GPL-3"
-IUSE="examples"
-
-src_install() {
- distutils-r1_src_install
-
- if use examples; then
- insinto /usr/share/${PN}
- doins -r pdbs exampleScripts
- fi
-}