Skip to content

Commit

Permalink
seafile-pro-server-10.0.14.ebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
blshkv committed Mar 2, 2024
1 parent 07ac728 commit cbd40c2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion www-apps/seafile-pro-server/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
DIST seafile-pro-server_10.0.12_x86-64_CentOS.tar.gz 205531557 BLAKE2B f254642b08f9d408251c6f015ca530206e77de6066fd1e3dd6e636c12e28bf331d086ebc35177529012a223a23c96317678b75ba771e071955e83cbfcce8870b SHA512 d8c8c56414dc0e067e9f9144588841cd1278f8546027d48462de3e1834fba7b59dba3267d1b8a2ad99f7ed3edd6e583979830d6e6326c0e4cd2117b0b3356798
DIST seafile-pro-server_10.0.14_x86-64_CentOS.tar.gz 205550287 BLAKE2B 7d05cd3345a52a1b1d69b2353f2fc0941479151b303fc2b8728f648cd8567d7c57443946687f15c900ac8f2230e8913d2ecd760fef481de609789b85cb2879f8 SHA512 d51aee9aa8d5d7eb4fd8740071e9d80baea74ac5eae87a51296ee6e9ef06d5a2f7eb516a8c19bef3ad01f2a80dfcf2341c4ac9ff9d9dbba99e7de8c62e6f245e
DIST seafile-pro-server_11.0.4_x86-64_CentOS.tar.gz 201997924 BLAKE2B e89786aaf5696a756d04e7158dcdd3fd7f0aa6479a0afa6cd4cf4f7ba0914d4afee34b68d5c73950705ccdc598b123d88fb824c3e9d37583bc586594ecc42a5d SHA512 b2fd356fd01ec368172ffa0d75956c010dc274203ed764f80b3a6af826622493419e0a0f01bd7c81da876c602718500d7e3e8d5b9d2f1c7e516c475c1a7ebb00
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
EAPI=8

PYTHON_COMPAT=( python3_{10..12} )
inherit python-single-r1

Expand All @@ -27,7 +28,7 @@ RDEPEND="${PYTHON_DEPS}
dev-python/django-simple-captcha[${PYTHON_USEDEP}]
dev-python/jinja[${PYTHON_USEDEP}]
<dev-python/sqlalchemy-2.0.3[sqlite?,${PYTHON_USEDEP}]
>dev-python/sqlalchemy-2.0.3[sqlite?,${PYTHON_USEDEP}]
psd? ( dev-python/psd-tools )
dev-python/django-pylibmc[${PYTHON_USEDEP}]
dev-python/ldap3[${PYTHON_USEDEP}]
Expand All @@ -50,7 +51,7 @@ DEPEND="${RDEPEND}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

src_prepare() {
eapply "${FILESDIR}"/pillow-10.patch
# eapply "${FILESDIR}"/pillow-10.patch
#match with cffi in RDEPEND section
# sed -e "s|1.14.0|${CFFI_PV}|" -i seahub/thirdpart/cffi/__init__.py || die "sed failed"
rm -r seahub/thirdpart/{cffi*,requests*}
Expand Down
5 changes: 3 additions & 2 deletions www-apps/seafile-pro-server/seafile-pro-server-11.0.4.ebuild
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
EAPI=8

PYTHON_COMPAT=( python3_{10..12} )
inherit python-single-r1

Expand Down

0 comments on commit cbd40c2

Please sign in to comment.