1
0
Fork 0

dev-python/pygame-menu: drop 4.4.1, 4.4.2

This commit is contained in:
Ryan Fox 2023-05-14 18:33:53 -07:00
parent 1f5d7b970a
commit 040879a270
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
3 changed files with 0 additions and 66 deletions

View File

@ -1,3 +1 @@
DIST pygame-menu-4.4.1.gh.tar.gz 12715691 BLAKE2B 7135ab178832621eb4b087c99363b01f3aae75e958ef5b80685e99d595f2a0919f2b8455b4dae52d46f9b7f3003e70f3a7dd5e1d020a6aac6d49087845f03877 SHA512 f4f57a5395decb706f28545a37b23f33c7dbe85e42b4b9fd065ceeb54018c0dfeb778d6f775c9b6f60c5435b2ea90a2c25664c1e24409a6954e6e66ac87842d5
DIST pygame-menu-4.4.2.gh.tar.gz 12716421 BLAKE2B 3881b48715eecb7850433b4d77f7d727f759e65b2ad18bbc78049e2e635bec7fc5359d8689d2436957ed0aebe8cc47ccdea20dce01abe8a172016b0d626e7529 SHA512 137f190d9633d58d56aa0f895582982a563e11ee3c7a59a4c3ed4f489ad5e213f03986581198a70aee6ff897f7e71f6c78b0bc5c66b62b5b0f7bc60ef1d89bb2
DIST pygame-menu-4.4.3.gh.tar.gz 12716529 BLAKE2B 9e9213296ba1e9212fc2620116e73ff38b267dae5bfb599ee4072bf9d67ee3173dd087f5544765dc91acd16a250c79e0e63cc137c1c05a908155e66d0c45cf9c SHA512 bade3abe95f28fb986e36276cf487822aaa609e7eddd80d90c0fd3b73be070fdae192e6b7bc32f91f48b4fbb02c3f7027e8b5afc76235df553209dc831569f9f

View File

@ -1,32 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/ppizarror/pygame-menu.git"
else
SRC_URI="https://github.com/ppizarror/pygame-menu/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
KEYWORDS="~amd64"
fi
DESCRIPTION="A pygame library for menus and GUIs"
HOMEPAGE="https://pygame-menu.readthedocs.io/"
LICENSE="MIT"
SLOT="0"
RESTRICT="test" # Tests require a display device
DEPEND=""
RDEPEND="
${DEPEND}
>=dev-python/pygame-1.9.3[${PYTHON_USEDEP}]
dev-python/pyperclip[${PYTHON_USEDEP}]
dev-python/typing-extensions[${PYTHON_USEDEP}]
"
BDEPEND=""

View File

@ -1,32 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/ppizarror/pygame-menu.git"
else
SRC_URI="https://github.com/ppizarror/pygame-menu/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
KEYWORDS="~amd64"
fi
DESCRIPTION="A pygame library for menus and GUIs"
HOMEPAGE="https://pygame-menu.readthedocs.io/"
LICENSE="MIT"
SLOT="0"
RESTRICT="test" # Tests require a display device
DEPEND=""
RDEPEND="
${DEPEND}
>=dev-python/pygame-1.9.3[${PYTHON_USEDEP}]
dev-python/pyperclip[${PYTHON_USEDEP}]
dev-python/typing-extensions[${PYTHON_USEDEP}]
"
BDEPEND=""