gentoo/dev-python/funcy/funcy-1.8.ebuild
Tupone Alfredo 68b606272e
dev-python/funcy: Remove support to python3.4
Package-Manager: Portage-2.3.24, Repoman-2.3.6
2018-05-03 08:40:21 +02:00

20 lines
420 B
Bash

# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
DESCRIPTION="A collection of fancy functional tools focused on practicality"
HOMEPAGE="https://github.com/Suor/funcy"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"