mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 02:50:26 +02:00
seafile-pro-server: add python 3.8 target
This commit is contained in:
parent
a1fa7795e2
commit
69cad8283f
3 changed files with 2 additions and 38 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7} )
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7} )
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
|
|
|||
|
|
@ -1,36 +0,0 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
inherit python-single-r1
|
||||
|
||||
DESCRIPTION="Meta package for Seafile Pro Edition, file sync share solution"
|
||||
HOMEPAGE="https://github.com/haiwen/seafile-server/ http://www.seafile.com/"
|
||||
|
||||
LICENSE="GPL-2+-with-openssl-exception"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="fuse mysql"
|
||||
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
fuse? ( sys-fs/fuse:0 )
|
||||
mysql? ( $(python_gen_cond_dep '
|
||||
|| ( dev-python/mysqlclient[${PYTHON_MULTI_USEDEP}]
|
||||
dev-python/mysql-python[${PYTHON_SINGLE_USEDEP}] ) )
|
||||
')
|
||||
sys-libs/libselinux
|
||||
dev-libs/nss
|
||||
virtual/jre:*"
|
||||
# system-python? (
|
||||
# $(python_gen_cond_dep '
|
||||
# dev-python/ldap3[${PYTHON_MULTI_USEDEP}]
|
||||
# dev-python/urllib3[${PYTHON_MULTI_USEDEP}]
|
||||
# dev-python/mysql-python[${PYTHON_MULTI_USEDEP}]
|
||||
# dev-python/python-memcached[${PYTHON_MULTI_USEDEP}]
|
||||
# >=dev-python/requests-2.8.0[${PYTHON_MULTI_USEDEP}]
|
||||
# =dev-python/pillow-6*[${PYTHON_MULTI_USEDEP}]
|
||||
# ')
|
||||
# )
|
||||
|
||||
DEPEND="${RDEPEND}"
|
||||
Loading…
Reference in a new issue