# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_{10..12} ) inherit python-single-r1 MY_P="seafile-pro-server_${PV}_x86-64_CentOS.tar.gz" DESCRIPTION="Meta package for Seafile Pro Edition, file sync share solution" HOMEPAGE="https://www.seafile.com/en/product/private_server/" SRC_URI="https://download.seafile.com/d/6e5297246c/files/?p=%2Fpro%2F${MY_P}&dl=1 -> ${MY_P}" LICENSE="seafile" SLOT="0" KEYWORDS="amd64" IUSE="fuse mariadb mysql psd saml sqlite" # https://manual.seafile.com/upgrade/upgrade_notes_for_10.0.x/ # https://manual.seafile.com/changelog/changelog-for-seafile-professional-server/ RDEPEND="${PYTHON_DEPS} =app-misc/elasticsearch-8* $(python_gen_cond_dep ' >=dev-python/pillow-10.0.0[${PYTHON_USEDEP}] dev-python/pylibmc[${PYTHON_USEDEP}] dev-python/django-simple-captcha[${PYTHON_USEDEP}] dev-python/jinja[${PYTHON_USEDEP}]