interfax: rm (old, no current python targets, no revdeps)

This commit is contained in:
Guido Kroon 2020-06-20 21:50:01 +02:00
parent e873a2c2d1
commit a4b0e34bd7
No known key found for this signature in database
GPG key ID: 394C398C531EFAB0
2 changed files with 0 additions and 26 deletions

View file

@ -1 +0,0 @@
DIST interfax-1.0.0.tar.gz 10798 BLAKE2B 166830b9c3ee829023dd7dcb07d137ae074f82b2a445d8cc0f8da28c11fcd6cc5625a10df5948260f11311f95345355aaa9712dbef559acf89d49d5240845203 SHA512 161a3fc733f5a64d65313ccff95af5702a7d3755edad0ed99e2b6cec7e3eaebc67e59fbe3824bca72e629db14d41e4de28ec97eed953f1520c909f555fa6dcea

View file

@ -1,25 +0,0 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1
DESCRIPTION="InterFAX Python Package"
HOMEPAGE="https://github.com/interfax/interfax-python https://www.interfax.net/en"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-python/cached-property-1.3.0[${PYTHON_USEDEP}]
>=dev-python/inflection-0.3.1[${PYTHON_USEDEP}]
>=dev-python/python-magic-0.4.12[${PYTHON_USEDEP}]
>=dev-python/requests-2.11.1[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"