interfax: 1.0.0 initial ebuild

This commit is contained in:
blshkv 2019-03-23 08:56:58 +08:00
parent 852d370166
commit 08fba065ec
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
3 changed files with 29 additions and 0 deletions

View file

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

View file

@ -0,0 +1,25 @@
# 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}]"

View file

@ -336,3 +336,6 @@ dev-python/htmlentities
# required by net-analyzer/tplmap
~dev-python/wsgiref-0.1.2
dev-python/interfax
~dev-python/inflection-0.3.1