diff --git a/dev-python/pygame-menu/Manifest b/dev-python/pygame-menu/Manifest index ebcbebb..9f189ad 100644 --- a/dev-python/pygame-menu/Manifest +++ b/dev-python/pygame-menu/Manifest @@ -1,3 +1 @@ -DIST pygame-menu-4.2.8.gh.tar.gz 12684318 BLAKE2B ca6ba20241056eb94792657147bb8a560cfe2e794ec3b9733369ec7044a4809ae0c8b1993091cab0a76f06c58a95ddaa2f3f3b184648629a3f780c6d8bbbb587 SHA512 29ccb0ded3369fce136e579adb62e190859210aaf0df9cb2e177438cd4839c28874e0b28d08c9816678039460f24d6c256ab55fae734a67db7af4b5f5ea86fa7 -DIST pygame-menu-4.4.0.gh.tar.gz 12715476 BLAKE2B 18d45347ede9192de296f50cc4d23263711a0c08089f548110b6ce4fcc4eae2329142cd57904dd2aa5bb11b66b497edbe686367b304009c2085b7a0be6ea45a0 SHA512 4436ec651af2701a1816ac9f575d777083d9ebd6cf42992361222cbb877d82954d2dcf95beab56ac32c15a9b211fe3be9774dbdf5fd48c6d546585b594ce0182 DIST pygame-menu-4.4.1.gh.tar.gz 12715691 BLAKE2B 7135ab178832621eb4b087c99363b01f3aae75e958ef5b80685e99d595f2a0919f2b8455b4dae52d46f9b7f3003e70f3a7dd5e1d020a6aac6d49087845f03877 SHA512 f4f57a5395decb706f28545a37b23f33c7dbe85e42b4b9fd065ceeb54018c0dfeb778d6f775c9b6f60c5435b2ea90a2c25664c1e24409a6954e6e66ac87842d5 diff --git a/dev-python/pygame-menu/pygame-menu-4.2.8.ebuild b/dev-python/pygame-menu/pygame-menu-4.2.8.ebuild deleted file mode 100644 index 679838b..0000000 --- a/dev-python/pygame-menu/pygame-menu-4.2.8.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) - -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" - -DEPEND="" -RDEPEND=" - ${DEPEND} - >=dev-python/pygame-1.9.3[${PYTHON_USEDEP}] - dev-python/pyperclip[${PYTHON_USEDEP}] - dev-python/typing-extensions[${PYTHON_USEDEP}] -" -BDEPEND="" - -#distutils_enable_tests unittest diff --git a/dev-python/pygame-menu/pygame-menu-4.4.0.ebuild b/dev-python/pygame-menu/pygame-menu-4.4.0.ebuild deleted file mode 100644 index 679838b..0000000 --- a/dev-python/pygame-menu/pygame-menu-4.4.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) - -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" - -DEPEND="" -RDEPEND=" - ${DEPEND} - >=dev-python/pygame-1.9.3[${PYTHON_USEDEP}] - dev-python/pyperclip[${PYTHON_USEDEP}] - dev-python/typing-extensions[${PYTHON_USEDEP}] -" -BDEPEND="" - -#distutils_enable_tests unittest