mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-python/glooey: new package
Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/17565 Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
This commit is contained in:
1
dev-python/glooey/Manifest
Normal file
1
dev-python/glooey/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST glooey-0.3.1.tar.gz 19110562 BLAKE2B 252621789def523e3f8535ff6d72d3b5e71664cc5a0b2b4440b64be8170c08f275709c1771d2ab154349da643a521dae352e711b7f0a705f0e6eaeb1bd842932 SHA512 c804125bc9ccd9f2b44cc5fcf5a0c7353402aa8587641fc75870bf0c2474c449936dd41ddc641050009f32dbaef4e05fecd4c60c477c0c89512a02028f957c65
|
||||
33
dev-python/glooey/glooey-0.3.1.ebuild
Normal file
33
dev-python/glooey/glooey-0.3.1.ebuild
Normal file
@@ -0,0 +1,33 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=(python3_{6..9})
|
||||
|
||||
inherit distutils-r1 virtualx
|
||||
|
||||
DESCRIPTION="An object-oriented GUI library for pyglet"
|
||||
HOMEPAGE="https://glooey.readthedocs.io/en/latest/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
LICENSE="MIT"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/autoprop[${PYTHON_USEDEP}]
|
||||
dev-python/more-itertools[${PYTHON_USEDEP}]
|
||||
dev-python/pyglet[${PYTHON_USEDEP}]
|
||||
dev-python/vecrec[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
BDEPEND="${RDEPEND}"
|
||||
|
||||
distutils_enable_sphinx docs
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
src_test() {
|
||||
virtx distutils-r1_src_test
|
||||
}
|
||||
20
dev-python/glooey/metadata.xml
Normal file
20
dev-python/glooey/metadata.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>3dprint@gentoo.org</email>
|
||||
<name>Gentoo 3D Printer Project</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
Every game needs a user interface that matches its look and feel. The purpose of glooey is to help you make
|
||||
such an interface. Towards this end, glooey provides 7 powerful placement widgets, a label widget, an image
|
||||
widget, 3 different button widgets, a text entry widget, a variety of scroll boxes and bars, 4 different dialog
|
||||
box widgets, and a variety of other miscellaneous widgets. The appearance of any widget can be trivially
|
||||
customized, and glooey comes with built-in fantasy, puzzle, and 8-bit themes to prove it (and to help you hit
|
||||
the ground running if your game fits one of those genres).
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="github">kxgames/glooey</remote-id>
|
||||
<remote-id type="pypi">glooey</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user