app-office/jal: update ebuild

master
Alexander Miroshnichenko 2024-08-10 20:22:36 +03:00
parent ded98ace60
commit 0a91550c49
Signed by: alex
GPG Key ID: E93720C6C73A77F4
2 changed files with 5 additions and 13 deletions

View File

@ -1,2 +1,2 @@
DIST jal-2024.7.1.tar.gz 3513811 BLAKE2B 9a5d18c88efc90da661a45720b60a18e716a381c8e848f500f2a6beabbe27276cc12b8cae8f165edd5ca0768b0f9c34331385d1c0fc5b3c0b3aa978e95f8589c SHA512 7975af5878213aa3caf581107465b08da5f2ecaf9c1b0f74be2184bfd26ced03073f3f064f6ff23a869e2821f20d7a60446c1640c82e7e1b1d49401027b3ce71
EBUILD jal-2024.7.1.ebuild 1438 BLAKE2B f6012940fef95fb4b7bbbae6159b26c883f99b76394c49703347192ac67ae05edce57974d698cf2c041770eb21baa4d01eb5635195d6e5482f5526f81a0b049d SHA512 ca27fa34a832b177bb540a0e840df1066617531a4e1a48da3af12b208d07731f97191bb0547e0da79658dcbd228f238df9756eb205222a27d84e95d7ee132dd5
EBUILD jal-2024.7.1.ebuild 1099 BLAKE2B fbe93463916ff4c0f2afb9f0c83c0caf223cd790e8c1d4a246ebdc494b2da5fa5214f92d953dffb438f4b10b6ef3b81818d64a636f5e1f314437c1dfa64b351c SHA512 a21de0a235728478268d6a14ff1f54a85114c3e9ef3402986c36e1617d846e19479bebffa257007a826839f0fa1d724e8a011d60881e02656db962fd8b2f9b2b

View File

@ -30,17 +30,9 @@ RDEPEND="${DEPEND}"
BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]"
distutils_enable_tests pytest
python_prepare_all() {
distutils-r1_python_prepare_all
#python_prepare_all() {
# distutils-r1_python_prepare_all
#
# rm -rf tests || die
#}
python_install_all() {
distutils-r1_python_install_all
# Remove this duplicate that is installed directly to /usr/
# These files are also correctly installed to the python site-packages dir
find "${WORKDIR}/${P}-python*" -type d -name tests -exec rm -rf "{}" \; || die
rm -rf tests || die
}