From aae106aed5f9be9b27cc196f01990aa242dd4f65 Mon Sep 17 00:00:00 2001 From: Wynn Wolf Arbor Date: Sun, 19 Apr 2020 16:07:18 +0200 Subject: app-office/fava: Bump to 1.14-r1 This commit adds support for python 3.7. Package-Manager: Portage-2.3.89, Repoman-2.3.20 --- app-office/fava/Manifest | 2 +- app-office/fava/fava-1.14-r1.ebuild | 32 ++++++++++++++++++++++++++++++++ app-office/fava/fava-1.14.ebuild | 32 -------------------------------- 3 files changed, 33 insertions(+), 33 deletions(-) create mode 100644 app-office/fava/fava-1.14-r1.ebuild delete mode 100644 app-office/fava/fava-1.14.ebuild (limited to 'app-office') diff --git a/app-office/fava/Manifest b/app-office/fava/Manifest index 064c55d..6051c13 100644 --- a/app-office/fava/Manifest +++ b/app-office/fava/Manifest @@ -1,3 +1,3 @@ DIST fava-1.14.tar.gz 1367651 BLAKE2B 4ce9d1a8eeaa1109b3dcc39df2b97465b854fd019474cafe5b21209be3a3aa30038ff489409da84db7d67467502ad9d88f4b21afa00d5e59bb52573eaa8f3d0f SHA512 1d60344732e6517a4ca5075bd309cf0460a35bff5fd3ff5ca871a6827565eefda36283053019530592c6f53a99535a74319612ec1802ec0f3aed3455b8ec3dba -EBUILD fava-1.14.ebuild 1036 BLAKE2B e37e1d0b4913e7ab65e89a5d5405656fcce2cf54a8407b9583cbc9f30072c2fa996342481fffe6b9418283d94f2baa17d34d57f5262ce887405d220c90e35c1b SHA512 1077bb8ccc8acb58ff51bd2cff7e70292e3b9c57426daa1c7e5517c4067a77fba3da8fbbd84ee9804ad06180f108da4ad1fbfaa31dac6806fd48073cba96f9a0 +EBUILD fava-1.14-r1.ebuild 1040 BLAKE2B b21d3aaec37ccdf314dc439ba7e4ab2d62a65b3ba41bae0d0ae2ae4ccba5b1f5121841c8b046d29b7459966b527c79ddd7de494724aca4555ce0702afe020308 SHA512 4f4196af9d0f0166fb4157aade948b6f5f3e375965a9a12eeb1f775344c6297f4d6032bfab843714d6d9e0f345ceb8862cbe5751d88c54b0688c86bd99c98913 MISC metadata.xml 219 BLAKE2B 4017e2b1f6b36f72c186cfeb0955be57076a02d087acfd6caf9b9ec56509b5299be8d40dddaffd04433bb290f6dd35c94c59ac02a4f1ad7e63b13648e465e594 SHA512 555d3bce3f8cd9b4d78f59f494c326d7893f12c1907c1eb92107595886fc4a5e89b8b9fda7f434e021a9eede5dfd6d0c1dfee721c268ccad3d6a1865a92204e0 diff --git a/app-office/fava/fava-1.14-r1.ebuild b/app-office/fava/fava-1.14-r1.ebuild new file mode 100644 index 0000000..f4cf01b --- /dev/null +++ b/app-office/fava/fava-1.14-r1.ebuild @@ -0,0 +1,32 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{6,7} ) +DISTUTILS_USE_SETUPTOOLS="rdepend" + +inherit distutils-r1 elisp-common + +DESCRIPTION="Web interface for the accounting tool Beancount" +HOMEPAGE="https://beancount.github.io/fava/ https://pypi.org/project/fava/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + >=app-office/beancount-2.1.3[${PYTHON_USEDEP}] + >=dev-python/Babel-2.6.0[${PYTHON_USEDEP}] + dev-python/cheroot[${PYTHON_USEDEP}] + >=dev-python/flask-babel-1.0.0[${PYTHON_USEDEP}] + >=dev-python/flask-0.10.1[${PYTHON_USEDEP}] + >=dev-python/jinja-2.10[${PYTHON_USEDEP}] + dev-python/click[${PYTHON_USEDEP}] + >=dev-python/markdown2-2.3.0[${PYTHON_USEDEP}] + dev-python/ply[${PYTHON_USEDEP}] + >=dev-python/simplejson-2.3.0[${PYTHON_USEDEP}] + >=dev-python/werkzeug-0.15.0[${PYTHON_USEDEP}] + dev-python/jaraco-functools[${PYTHON_USEDEP}] + " +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/app-office/fava/fava-1.14.ebuild b/app-office/fava/fava-1.14.ebuild deleted file mode 100644 index 4d9cf26..0000000 --- a/app-office/fava/fava-1.14.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_6 ) -DISTUTILS_USE_SETUPTOOLS="rdepend" - -inherit distutils-r1 elisp-common - -DESCRIPTION="Web interface for the accounting tool Beancount" -HOMEPAGE="https://beancount.github.io/fava/ https://pypi.org/project/fava/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - >=app-office/beancount-2.1.3[${PYTHON_USEDEP}] - >=dev-python/Babel-2.6.0[${PYTHON_USEDEP}] - dev-python/cheroot[${PYTHON_USEDEP}] - >=dev-python/flask-babel-1.0.0[${PYTHON_USEDEP}] - >=dev-python/flask-0.10.1[${PYTHON_USEDEP}] - >=dev-python/jinja-2.10[${PYTHON_USEDEP}] - dev-python/click[${PYTHON_USEDEP}] - >=dev-python/markdown2-2.3.0[${PYTHON_USEDEP}] - dev-python/ply[${PYTHON_USEDEP}] - >=dev-python/simplejson-2.3.0[${PYTHON_USEDEP}] - >=dev-python/werkzeug-0.15.0[${PYTHON_USEDEP}] - dev-python/jaraco-functools[${PYTHON_USEDEP}] - " -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -- cgit v1.2.3-2-gb3c3