aboutsummaryrefslogtreecommitdiffstats
path: root/app-office
diff options
context:
space:
mode:
authorWolfgang Müller2022-09-01 19:07:18 +0200
committerWolfgang Müller2022-09-01 19:07:18 +0200
commit1f4271431b78f207e2ac959a70cc5783e7667f89 (patch)
tree0392b3991c7026f18f9c5b1371ccf103e5736cd7 /app-office
parentbc7be4d0715225ce7db683e71536768f23bba552 (diff)
downloadpramantha-1f4271431b78f207e2ac959a70cc5783e7667f89.tar.gz
app-office/fava-plugins: destabilize 1.0 for ~amd64, ~x86
Diffstat (limited to 'app-office')
-rw-r--r--app-office/fava-plugins/Manifest2
-rw-r--r--app-office/fava-plugins/fava-plugins-1.0.ebuild7
2 files changed, 5 insertions, 4 deletions
diff --git a/app-office/fava-plugins/Manifest b/app-office/fava-plugins/Manifest
index 67a3385..a4a8ce5 100644
--- a/app-office/fava-plugins/Manifest
+++ b/app-office/fava-plugins/Manifest
@@ -1,3 +1,3 @@
DIST fava-plugins-1.0.tar.gz 3419 BLAKE2B 6bc728e22cf2a1008915000bd0101b373d6b6e621bc7418a142f839c9a34b7c1cbe89d0c998f3c9f80325b3304ac91a359f9cfefc50b04bff812343ca79c0a01 SHA512 f079d829b20dcc88c048bbf314cdcccae236284625af18fe82baf9ae320481e75dab61b71fe597ce94709acb1ccf8fbfe5665ec0aa7200084f8347b3d0f404be
-EBUILD fava-plugins-1.0.ebuild 505 BLAKE2B b33d3e107849cf38f123656b18b7846e4f47071a40601d118095c773d39e062f247911bebbb264120252d408c19d848b3497d1ae406f8202675350fb1203432e SHA512 15866950dc41646fb05aa939f4544f5a46f0efd14cea4cee82ee06e751b1e085ef45f9e680f355c0311d5281d62b3380062cdfddd33e39e5968bd701f154c528
+EBUILD fava-plugins-1.0.ebuild 521 BLAKE2B 5c8a822c51577c83d870be9c984dc421f0be655ab5a0548004ecb7e1e1d7bc09151d1997dfb79d405b79745a205fc2205759e1786e2a211fc08717d5427f8435 SHA512 9096206985e525daf8c3d3063e8ea98e35c17c282a0766f66602ec33267d0978f452bd07032f878c8ed3c4b88896709b32ac13f382d499a84858d5efd087df06
MISC metadata.xml 219 BLAKE2B 4017e2b1f6b36f72c186cfeb0955be57076a02d087acfd6caf9b9ec56509b5299be8d40dddaffd04433bb290f6dd35c94c59ac02a4f1ad7e63b13648e465e594 SHA512 555d3bce3f8cd9b4d78f59f494c326d7893f12c1907c1eb92107595886fc4a5e89b8b9fda7f434e021a9eede5dfd6d0c1dfee721c268ccad3d6a1865a92204e0
diff --git a/app-office/fava-plugins/fava-plugins-1.0.ebuild b/app-office/fava-plugins/fava-plugins-1.0.ebuild
index 3683aea..e8f9377 100644
--- a/app-office/fava-plugins/fava-plugins-1.0.ebuild
+++ b/app-office/fava-plugins/fava-plugins-1.0.ebuild
@@ -3,6 +3,8 @@
EAPI=7
PYTHON_COMPAT=( python3_{9,10} )
+DISTUTILS_USE_PEP517=setuptools
+DISTUTILS_SINGLE_IMPL=1
inherit distutils-r1
@@ -12,7 +14,6 @@ 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.0[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND=">=app-office/beancount-2.0[${PYTHON_SINGLE_USEDEP}]"