gentoo/dev-python/thrift/thrift-0.11.0.ebuild
Fabian Groffen 940d780126
dev-python/thrift: initial ebuild by me
Package-Manager: Portage-2.3.40, Repoman-2.3.9
2018-06-08 11:16:31 +02:00

21 lines
453 B
Bash

# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python{2_7,3_5,3_6} )
inherit distutils-r1
DESCRIPTION="Python implementation of Thrift"
HOMEPAGE="https://thrift.apache.org"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
"