dev-python/mpxj: drop 14.1.0

Signed-off-by: Ivan Lloro <ivan.lloro.boada@gmail.com>
This commit is contained in:
Ivan Lloro
2026-04-09 00:05:44 +01:00
parent ffa60e833b
commit 42a8708b07
2 changed files with 0 additions and 41 deletions

View File

@@ -1,2 +1 @@
DIST mpxj-14.1.0-py3-none-any.whl 26881468 BLAKE2B aba6344af388ba63a97a63d7bd90ec8e78ffb1df99b1afb70eec882825e00e662c9f93538224472692b5ab289777cf2d753dd6ca13b36855febb2a5c1c68d6ed SHA512 535e9eea23a17614c74df5d7ea1b306ff79f2d6af3d9a1f7c3c7c804536bda67e8287a449e8f294a114242ab5ee57dd9bfb35876bd8ce45130093d07b35c68bd
DIST mpxj-16.1.0-py3-none-any.whl 31232691 BLAKE2B 2ad080625758b91748e39c06fdecbbf8fa7c2073b636247cb1ece5300cac2d21afa4c6a2255823f326843723db542056d3bd1986cb59a74ea80f1828784fad8d SHA512 70db710438cc61bc42c3a87e96f8d3f8bfa8bd877a382fc6f6b0d0ee2a5653807c9fa7340494ecb7390cdd057b8c9189e820da55ff187f0b85f7d2ff87f2c14b

View File

@@ -1,40 +0,0 @@
# Copyright 2021-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=standalone
PYTHON_COMPAT=( python3_{12..13} )
inherit distutils-r1 pypi
DESCRIPTION="Read/Write project management files (MPP, MSPDI, MPX, PMXML, etc)"
HOMEPAGE="
https://pypi.org/project/mpxj/
https://github.com/joniles/mpxj/
"
SRC_URI="$(pypi_wheel_url)"
S="${WORKDIR}"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
dev-python/gpep517
>=dev-python/jpype-1.5.0
"
src_unpack() {
if [[ ${PKGBUMPING} == ${PVR} ]]; then
unzip "${DISTDIR}/${A}" || die
fi
}
python_compile() {
distutils_wheel_install "${BUILD_DIR}/install" \
"${DISTDIR}/${P}-py3-none-any.whl"
# Clean up spurious folder
rm -fr "${BUILD_DIR}/install"/usr/lib/python*/site-packages/legal || die
}