dev-python/pygame-menu: new package, add 4.2.8, 9999
This commit is contained in:
parent
df92e62c58
commit
fa17b232f7
4
dev-python/pygame-menu/Manifest
Normal file
4
dev-python/pygame-menu/Manifest
Normal file
@ -0,0 +1,4 @@
|
||||
DIST pygame-menu-4.2.8.gh.tar.gz 12684318 BLAKE2B ca6ba20241056eb94792657147bb8a560cfe2e794ec3b9733369ec7044a4809ae0c8b1993091cab0a76f06c58a95ddaa2f3f3b184648629a3f780c6d8bbbb587 SHA512 29ccb0ded3369fce136e579adb62e190859210aaf0df9cb2e177438cd4839c28874e0b28d08c9816678039460f24d6c256ab55fae734a67db7af4b5f5ea86fa7
|
||||
EBUILD pygame-menu-4.2.8.ebuild 776 BLAKE2B 8a673204667f01423d41c84fb0a69fb8020a53c4ab4ae10b846f775afa136fce036d333d6a909ec023b31819069b0fb33921e9295625479b32955593b6927bc3 SHA512 7398c0a412a200d177b5a8bbe16804206621fa9d8cd1e83572548bb0e9fbb2bc58758357beb01e95aa01b0c2db3221166ef2a7c63c68ae77060bb0e79cd00bcb
|
||||
EBUILD pygame-menu-9999.ebuild 776 BLAKE2B 8a673204667f01423d41c84fb0a69fb8020a53c4ab4ae10b846f775afa136fce036d333d6a909ec023b31819069b0fb33921e9295625479b32955593b6927bc3 SHA512 7398c0a412a200d177b5a8bbe16804206621fa9d8cd1e83572548bb0e9fbb2bc58758357beb01e95aa01b0c2db3221166ef2a7c63c68ae77060bb0e79cd00bcb
|
||||
MISC metadata.xml 377 BLAKE2B a2b8bde2036d464df01d469bf3d14567afcf4e46be9e1805cd3a97195005a83790a7dc79f8e6c3f735afa5cdca37eb272640998e7d7c09cf52cf81a14b64ff78 SHA512 80b5e069783451a59688460a8d1f03d6e5c59910401a3cf348306964dae647445f2a1627ba7fcec1681c2e21be4cb1946cdee698a088015e6f3546d9e0d02da4
|
12
dev-python/pygame-menu/metadata.xml
Normal file
12
dev-python/pygame-menu/metadata.xml
Normal file
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>flewkey@2a03.party</email>
|
||||
<name>Ryan Fox</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">pygame-menu</remote-id>
|
||||
<remote-id type="github">ppizarror/pygame-menu</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
34
dev-python/pygame-menu/pygame-menu-4.2.8.ebuild
Normal file
34
dev-python/pygame-menu/pygame-menu-4.2.8.ebuild
Normal file
@ -0,0 +1,34 @@
|
||||
# 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
|
34
dev-python/pygame-menu/pygame-menu-9999.ebuild
Normal file
34
dev-python/pygame-menu/pygame-menu-9999.ebuild
Normal file
@ -0,0 +1,34 @@
|
||||
# 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
|
Loading…
Reference in New Issue
Block a user