Files
guru/dev-python/clickgen/clickgen-1.1.9.ebuild
Alexey Zapparov c3337a5c84 dev-python/clickgen: add v1.1.9
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alexey Zapparov <alexey@zapparov.com>
2021-12-25 21:45:08 +01:00

23 lines
471 B
Bash

# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..10} pypy3 )
inherit distutils-r1
DESCRIPTION="X11 & Windows cursor building API"
HOMEPAGE="https://github.com/ful1e5/clickgen"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
dev-python/pillow[${PYTHON_USEDEP}]
media-libs/libpng
x11-libs/libX11
x11-libs/libXcursor
"