diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-03-18 18:31:43 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-03-18 18:31:43 +0000 |
commit | cd0d9000770337b445051f1852fe3971ceb7a6e2 (patch) | |
tree | 49c82dbb14c2d960e04e7482bdefe6ed2d53a173 /dev-python/glooey | |
parent | 12c505f7fcc9ddc89e96ed178df05aceec162d92 (diff) |
gentoo auto-resync : 18:03:2023 - 18:31:42
Diffstat (limited to 'dev-python/glooey')
-rw-r--r-- | dev-python/glooey/Manifest | 3 | ||||
-rw-r--r-- | dev-python/glooey/glooey-0.3.6.ebuild | 35 | ||||
-rw-r--r-- | dev-python/glooey/metadata.xml | 19 |
3 files changed, 0 insertions, 57 deletions
diff --git a/dev-python/glooey/Manifest b/dev-python/glooey/Manifest deleted file mode 100644 index fbdfb721b3a3..000000000000 --- a/dev-python/glooey/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST glooey-0.3.6.tar.gz 19115984 BLAKE2B 79254f44caa94364a08d9c04394c6fd38ef84ddf539c881938bc05e65cdd0374deb0a10b835c21dd6d83a34118c29ff0876583a6c26f2e1f73cad8ceb4f40bdf SHA512 06e53d9d67e4be6cd800c4090e76d982a664be760fc77e2b5666d1b486665f8eea79f0f8ea58ff49b06b550e580cd2a5d4238f06f349613d323334b80de6b81c -EBUILD glooey-0.3.6.ebuild 836 BLAKE2B 3fc1d2099dcf24341bbd5c6bbecd708ac98780bc726fa8c6a02cf633208d12cc26cdc368bb8a5e8797f5feae184af8f5b0c8005975878a890f5a33a43c56dd9e SHA512 b0acffe92827fbecefeabe9572f4b9a9ad93aba47281127f1919c0a2fc8f213bce140e9d5cb6c19c4d8642e8513c2f06a03f70e39a046fae55d416e06b35f5b8 -MISC metadata.xml 1125 BLAKE2B 3045cd6327a07210889b1b819922a6c79b851abaa8b8b0b0fba7898ecb3b227ad6c74297501dcb7027905b5ae7917d17e9cc3da3bc34a32ecbfaab91eb6d9547 SHA512 af00cc222f08d763097350a4e4d23ed97330a1edc231685592797e1a489a2e14c523729062b4f7db828705af9bcacec709dea10036d78c12eebed49a582c5f69 diff --git a/dev-python/glooey/glooey-0.3.6.ebuild b/dev-python/glooey/glooey-0.3.6.ebuild deleted file mode 100644 index 223c7224d2e6..000000000000 --- a/dev-python/glooey/glooey-0.3.6.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..10} ) -DISTUTILS_USE_PEP517=flit - -inherit distutils-r1 virtualx pypi - -DESCRIPTION="An object-oriented GUI library for pyglet" -HOMEPAGE="https://glooey.readthedocs.io/en/latest/" - -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/pyyaml[${PYTHON_USEDEP}] - dev-python/vecrec[${PYTHON_USEDEP}] -" -# Indirect dependency via pyglet -BDEPEND="test? ( media-libs/freetype )" - -# Requires currently unpackaged Sphinx plug-in autoclasstoc -#distutils_enable_sphinx docs dev-python/sphinx-rtd-theme - -distutils_enable_tests pytest - -src_test() { - virtx distutils-r1_src_test -} diff --git a/dev-python/glooey/metadata.xml b/dev-python/glooey/metadata.xml deleted file mode 100644 index 87ff2cc0bf55..000000000000 --- a/dev-python/glooey/metadata.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <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> - <bugs-to>https://github.com/kxgames/glooey/issues</bugs-to> - <doc>https://glooey.readthedocs.io/</doc> - <remote-id type="github">kxgames/glooey</remote-id> - <remote-id type="pypi">glooey</remote-id> - </upstream> -</pkgmetadata> |