sys-apps/groff: stable 1.22.4 for hppa, bug #704420
[gentoo.git] / dev-python / placefinder / placefinder-0.3.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=5
5 PYTHON_COMPAT=( python3_6 )
6
7 inherit distutils-r1
8
9 MY_PN="${PN}"-py
10
11 DESCRIPTION="Yahoo! BOSS PlaceFinder Python Client"
12 HOMEPAGE=" https://github.com/adampresley/placefinder-py"
13 SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
14
15 LICENSE="MIT"
16 SLOT="0"
17 KEYWORDS="amd64 x86"
18 IUSE=""
19
20 S="${WORKDIR}/${MY_PN}-${PV}"