aboutsummaryrefslogtreecommitdiffstats
path: root/app-office
diff options
context:
space:
mode:
authorWolfgang Müller2022-09-01 19:11:04 +0200
committerWolfgang Müller2022-09-01 19:11:04 +0200
commitb10fef97e10f301e24b65b6fd4d5fafc14569ed2 (patch)
tree85edf16613d6ff6e34b83c15c65370e6e79f8624 /app-office
parent1f4271431b78f207e2ac959a70cc5783e7667f89 (diff)
downloadpramantha-b10fef97e10f301e24b65b6fd4d5fafc14569ed2.tar.gz
app-office/fava: destabilize 1.22.3 for ~amd64, ~x86
Diffstat (limited to 'app-office')
-rw-r--r--app-office/fava/Manifest2
-rw-r--r--app-office/fava/fava-1.22.3.ebuild33
2 files changed, 18 insertions, 17 deletions
diff --git a/app-office/fava/Manifest b/app-office/fava/Manifest
index e7d5611..90d60fd 100644
--- a/app-office/fava/Manifest
+++ b/app-office/fava/Manifest
@@ -1,3 +1,3 @@
DIST fava-1.22.3.tar.gz 2061252 BLAKE2B 47c3bf0988cd42d35452470a463d3a4dc11824e34b9f1a793d9263619fa1f31345a905de3c4cda4b0ee68ca19e02fef360f0981def92e30966eb374244ef462d SHA512 aa36a2472ed986e7d2c4977f4790761534aa12c5c9242168834a5dddbc5f30d6ded28d381c3c34404abf772008dd6ec39edef566541c5a1aae1f7104cf3b6fcd
-EBUILD fava-1.22.3.ebuild 1366 BLAKE2B ba7094fd09de4a8261dee5ea4e9536ba70969ea0fd801d85e54f93f02ce1deecf3cbcd3a5b262da90185cad854478cf0809e6d4614cfd96cf3d4e0aefef432e3 SHA512 fefdb84e176e8736e2f0ac7d1a03ab4f0917fa4504e925d260d02ee00e94054686fb4c3089b1216580e3237858b07eee4ecb926c5758da93b43c02413efd5a53
+EBUILD fava-1.22.3.ebuild 1382 BLAKE2B cb89dbbc3be65c9df77780f719928db78f2b792caf71237174b72093b76645c29587392b7156823bf9414cb8544321e5b6188e188d12e5ef3d93a24a23f715de SHA512 7a2e4dab632fce1b63ec45f2a896b976d9640a7609420e6a530baec76886c73b350bd9411ebafc4a9507376fcf677fa2860f338321c7d06a3c3388e88ed287dc
MISC metadata.xml 219 BLAKE2B 4017e2b1f6b36f72c186cfeb0955be57076a02d087acfd6caf9b9ec56509b5299be8d40dddaffd04433bb290f6dd35c94c59ac02a4f1ad7e63b13648e465e594 SHA512 555d3bce3f8cd9b4d78f59f494c326d7893f12c1907c1eb92107595886fc4a5e89b8b9fda7f434e021a9eede5dfd6d0c1dfee721c268ccad3d6a1865a92204e0
diff --git a/app-office/fava/fava-1.22.3.ebuild b/app-office/fava/fava-1.22.3.ebuild
index 59b50cc..dbe50e1 100644
--- a/app-office/fava/fava-1.22.3.ebuild
+++ b/app-office/fava/fava-1.22.3.ebuild
@@ -3,8 +3,8 @@
EAPI=8
PYTHON_COMPAT=( python3_{9,10} )
-
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+DISTUTILS_USE_PEP517=setuptools
+DISTUTILS_SINGLE_IMPL=1
inherit distutils-r1
@@ -14,23 +14,24 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
RDEPEND="
- >=app-office/beancount-2.3.0[${PYTHON_USEDEP}]
- >=dev-python/Babel-2.7.0[${PYTHON_USEDEP}]
- >=dev-python/cheroot-8.5.2[${PYTHON_USEDEP}]
- >=dev-python/flask-babel-1.0.0[${PYTHON_USEDEP}]
- >=dev-python/flask-2.0.1[${PYTHON_USEDEP}]
- >=dev-python/jinja-3.0.1[${PYTHON_USEDEP}]
- >=dev-python/click-8.0.1[${PYTHON_USEDEP}]
- >=dev-python/markdown2-2.3.0[${PYTHON_USEDEP}]
- dev-python/ply[${PYTHON_USEDEP}]
- >=dev-python/simplejson-3.16.0[${PYTHON_USEDEP}]
- >=dev-python/werkzeug-1.0.0[${PYTHON_USEDEP}]
- dev-python/chardet[${PYTHON_USEDEP}]
+ >=app-office/beancount-2.3.0[${PYTHON_SINGLE_USEDEP}]
+ $(python_gen_cond_dep '
+ >=dev-python/Babel-2.7.0[${PYTHON_USEDEP}]
+ >=dev-python/cheroot-8.5.2[${PYTHON_USEDEP}]
+ >=dev-python/flask-babel-1.0.0[${PYTHON_USEDEP}]
+ >=dev-python/flask-2.0.1[${PYTHON_USEDEP}]
+ >=dev-python/jinja-3.0.1[${PYTHON_USEDEP}]
+ >=dev-python/click-8.0.1[${PYTHON_USEDEP}]
+ >=dev-python/markdown2-2.3.0[${PYTHON_USEDEP}]
+ dev-python/ply[${PYTHON_USEDEP}]
+ >=dev-python/simplejson-3.16.0[${PYTHON_USEDEP}]
+ >=dev-python/werkzeug-1.0.0[${PYTHON_USEDEP}]
+ dev-python/chardet[${PYTHON_USEDEP}]
+ ')
"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
python_test() {
# test_static_url presumes and requires the existence of these two files.