dev-python: drop 'intervaltree' Gentoo favor

This commit is contained in:
Yury Martynov 2020-02-15 14:51:10 +03:00
parent 98b1868ade
commit 91e6d470d5
No known key found for this signature in database
GPG key ID: EBE62DD0CCEAE19E
3 changed files with 0 additions and 35 deletions

View file

@ -1 +0,0 @@
DIST intervaltree-3.0.2.tar.gz 30663 BLAKE2B b6d5e7a029e1d1aeec60eaf28c1e40707c655f0eca7ce889a9c0d85a9003ac262c3aa49c396b4c42ebf70bb63157e098addec69050d01ae42a6ba37ea76e1ea5 SHA512 51d6aa302c95c9a573bcf594de390037ec1a6d674061e6a0b4025fa889dfd0187e37bc0331f13d6703340973e4c539aa1349431b14c742de9d2050cbb53d8255

View file

@ -1,23 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Editable interval tree data structure for Python 2 and 3"
HOMEPAGE="https://pypi.org/project/intervaltree/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
#forked due to Gentoo bug:
#https://bugs.gentoo.org/705382
RDEPEND=">=dev-python/sortedcontainers-2.0[${PYTHON_USEDEP}]"
#sortedcontainers >= 2.0, < 3.0']
distutils_enable_tests pytest

View file

@ -1,11 +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-biology@gentoo.org</email>
<name>Gentoo Biology Project</name>
</maintainer>
<upstream>
<remote-id type="pypi">intervaltree</remote-id>
</upstream>
</pkgmetadata>