gentoo/dev-python/pyperclip/pyperclip-1.5.27.ebuild
Matthew Thode 0f61be24d6
dev-python/pyperclip: adding for cmd2 bup
Package-Manager: Portage-2.3.6, Repoman-2.3.3
2017-08-28 13:34:29 -05:00

20 lines
482 B
Bash

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 pypy)
inherit distutils-r1
DESCRIPTION="A cross-platform clipboard module for Python."
HOMEPAGE="https://github.com/asweigart/pyperclip"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND=""