diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-21 01:46:26 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-21 01:46:26 -0500 |
| commit | 1f6fdd830221a0e868d60f5aba51d0d846917242 (patch) | |
| tree | 5e303a1f9860afa228f10d3c5c6e46f92dd1d9a9 /games-board | |
| parent | ad7cd142de34a8e6a6afe613cbc11479b59c68f2 (diff) | |
| download | baldeagleos-repo-1f6fdd830221a0e868d60f5aba51d0d846917242.tar.gz baldeagleos-repo-1f6fdd830221a0e868d60f5aba51d0d846917242.tar.xz baldeagleos-repo-1f6fdd830221a0e868d60f5aba51d0d846917242.zip | |
Adding metadata
Diffstat (limited to 'games-board')
| -rw-r--r-- | games-board/pysolfc/Manifest | 1 | ||||
| -rw-r--r-- | games-board/pysolfc/pysolfc-3.6.0.ebuild | 61 |
2 files changed, 62 insertions, 0 deletions
diff --git a/games-board/pysolfc/Manifest b/games-board/pysolfc/Manifest index 4c2cd8000979..a60c05585509 100644 --- a/games-board/pysolfc/Manifest +++ b/games-board/pysolfc/Manifest @@ -1,3 +1,4 @@ DIST PySolFC-3.4.1.tar.xz 32915536 BLAKE2B 12450a819a5364e85bb823cec9eabe702bcae2b53e7dc75dd369a0105cc3c4ae75c50dc3cbab6a5527b15b80a0ccb217660f228b71058e3eb2a6482b62fcb48e SHA512 5371f50c2f46e48bb0a51ddada262e145a035955f45f2cc5777a1df79aae2c718f4d8a9ba65619158ddad8c6409dbfc03e3b036233af66f4687fa3c83fda8763 +DIST PySolFC-3.6.0.tar.xz 32930688 BLAKE2B cfe6a9280ccb3104dba45e60fbcc46c9bd41a5457e80b2e98452e97b280811873e048052b14005e01b132f4dd5a84e42e0e1cb2b9e0f30cac3ae4bf65597639d SHA512 fdcb401fb96e5c2125c45b47b1bb88fea051f6a134a53a1942695c5aa1e8bbde80b5985a2d08f5b7a8759908032f4ef088ff5de23efd91f03dcb825e0d7e82de DIST PySolFC-Cardsets--Minimal-3.1.0.tar.xz 25083116 BLAKE2B 0c8d91c382cb51a52f25bc6aab9485b90b21aca2369b11848f40be2df80901bf367c4e8573a626564a3e754c04c0f5918fcf657c85d5a39d405960155f42caa4 SHA512 dc03e79490576c53e398df691f59a3c3b886c5dd20feef3f525828c2a49339537db303464a3782101e76d682cbf0345619d84e4a1d116bbb9879cd489ebe6637 DIST PySolFC-Cardsets-3.1.tar.bz2 82706375 BLAKE2B 7fdf91e971437bec69430ab98810bbccab72bc3072c7a5bb3d9101efc2c86779e4aaca047a136bc174defb014865a3628633686dcb2e2b2ae6e9764b2ed6829a SHA512 a06fd5dfc16c7cfde4a6612f925cc2829b06a55ccc6633ed7176508888557eded9d3c32a6d336eb2f8c5950d9e0e7b215e57211ee890cf59228ab5cb4874e716 diff --git a/games-board/pysolfc/pysolfc-3.6.0.ebuild b/games-board/pysolfc/pysolfc-3.6.0.ebuild new file mode 100644 index 000000000000..0b30dfbe9583 --- /dev/null +++ b/games-board/pysolfc/pysolfc-3.6.0.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_SINGLE_IMPL=1 +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{13..14} ) +PYTHON_REQ_USE="tk" +inherit distutils-r1 xdg + +MY_PN="PySolFC" +MY_P="${MY_PN}-${PV}" +PS_CARD_P="${MY_PN}-Cardsets-3.1" +PS_CARD_MIN_P="${MY_PN}-Cardsets--Minimal-3.1.0" + +DESCRIPTION="Exciting collection of more than 1000 solitaire card games" +HOMEPAGE="https://pysolfc.sourceforge.io/" +SRC_URI=" + https://downloads.sourceforge.net/pysolfc/${MY_P}.tar.xz + extra-cardsets? ( https://downloads.sourceforge.net/pysolfc/${PS_CARD_P}.tar.bz2 ) + !extra-cardsets? ( https://downloads.sourceforge.net/pysolfc/${PS_CARD_MIN_P}.tar.xz ) +" +S=${WORKDIR}/${MY_P} + +LICENSE="GPL-3+ GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="extra-cardsets minimal +sound" + +RDEPEND=" + $(python_gen_cond_dep ' + dev-python/attrs[${PYTHON_USEDEP}] + dev-python/configobj[${PYTHON_USEDEP}] + dev-python/pysol-cards[${PYTHON_USEDEP}] + dev-python/random2[${PYTHON_USEDEP}] + sound? ( dev-python/pygame[${PYTHON_USEDEP}] ) + !minimal? ( dev-python/pillow[jpeg,tk,${PYTHON_USEDEP}] ) + ') + !minimal? ( dev-tcltk/tktable ) +" + +distutils_enable_tests unittest + +python_install_all() { + local DOCS=( AUTHORS.md NEWS.asciidoc README.md ) + distutils-r1_python_install_all + + doman docs/pysol{,fc}.6 + + insinto /usr/share/${MY_PN} + doins -r ../$(usex extra-cardsets ${PS_CARD_P} ${PS_CARD_MIN_P})/. + + # html files are used at runtime, keep at default location + dosym -r /usr/share/{${MY_PN},doc/${PF}}/html + + # russian translation is not currently displaying right? + # (please report if works fine for you and this should be reverted) + # https://forums.gentoo.org/viewtopic-t-1142910.html + rm -- "${ED}"/usr/share/locale/ru/LC_MESSAGES/pysol.mo || die +} |
