mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
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>
This commit is contained in:
1
dev-python/clickgen/Manifest
Normal file
1
dev-python/clickgen/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST clickgen-1.1.9.tar.gz 29614 BLAKE2B 12a5b0846388331c2a066f11033b523421ac7cd9ca2d882f49d7bdacd28af9d373511a9be9201756a0feca171541cd9dcc57a1c9372a2aa98e054fff0767ee74 SHA512 620a9b10897a0fbd5e70eb70ce0d6f6cb7f71f3e2523b50eb53014e837c3b426c690cf3941d105bc56a188b83ab52b6169932c2a01a85e3bd68a6f67b77a8024
|
||||
22
dev-python/clickgen/clickgen-1.1.9.ebuild
Normal file
22
dev-python/clickgen/clickgen-1.1.9.ebuild
Normal file
@@ -0,0 +1,22 @@
|
||||
# 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
|
||||
"
|
||||
13
dev-python/clickgen/metadata.xml
Normal file
13
dev-python/clickgen/metadata.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>alexey@zapparov.com</email>
|
||||
<name>Alexey Zapparov</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<bugs-to>https://github.com/ful1e5/clickgen/issues</bugs-to>
|
||||
<changelog>https://github.com/ful1e5/clickgen/blob/main/CHANGELOG.md</changelog>
|
||||
<remote-id type="github">ful1e5/clickgen</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user