From aeaf03f6c79a217089e0b75282d45f74ba2aa6c8 Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Thu, 25 Mar 2021 14:14:02 +0100 Subject: app-office/beancount: Bump to 2.3.4 Package-Manager: Portage-3.0.13, Repoman-3.0.2 --- app-office/beancount/Manifest | 4 +- app-office/beancount/beancount-2.3.3.ebuild | 58 ----------------------------- app-office/beancount/beancount-2.3.4.ebuild | 58 +++++++++++++++++++++++++++++ 3 files changed, 60 insertions(+), 60 deletions(-) delete mode 100644 app-office/beancount/beancount-2.3.3.ebuild create mode 100644 app-office/beancount/beancount-2.3.4.ebuild (limited to 'app-office/beancount') diff --git a/app-office/beancount/Manifest b/app-office/beancount/Manifest index d563882..1e92db1 100644 --- a/app-office/beancount/Manifest +++ b/app-office/beancount/Manifest @@ -1,4 +1,4 @@ -DIST beancount-2.3.3.tar.gz 632580 BLAKE2B 40059cfc887a66ae182d8a5bc1e437e351befa00323a5a618bd5060f732df3fd6c10e73179f68ccbf2ae10e15f4a6130f9f1261c211c8192750102000615e815 SHA512 1fd8b470d98073f9dab0a375f0b8a0a3b57b1328925a069c199bad3b10fb99a09cb745374cc22d487e05b826c4c421d84623469da9f335a328c591e247fc945a -EBUILD beancount-2.3.3.ebuild 1539 BLAKE2B 4d3fa33396f26603aa73f2822094e7608629a7cb611bf4885feba309fb5dcc6a520474ccda49cd2177183bac733240aed0433afbd5932e1b7dd4faa31b0dde05 SHA512 9ab7c61748ff6eb965d3516397ac900c2cb776504b17329877c97309f831fdf5a40dd7a5202045758268b4699a440973eb5ec67a780a8b309b3ee8f489a186a2 +DIST beancount-2.3.4.tar.gz 637729 BLAKE2B 10e2ea44acb4add933e0dba950a961697dda0dbe06bfed9d71d05d7d565ef8294af195fccae72533592589bf4339388b6041f85e30e6ffcb36cb72f2f3d3b7cf SHA512 85c93af430abc607fe4c60a6b044dcd19790da344c6aacf8a87ea577f6169a9c9fb2ffe16a1e615bbad04f3a195bb698e914437962446a11fec04303a478ce73 +EBUILD beancount-2.3.4.ebuild 1539 BLAKE2B 4d3fa33396f26603aa73f2822094e7608629a7cb611bf4885feba309fb5dcc6a520474ccda49cd2177183bac733240aed0433afbd5932e1b7dd4faa31b0dde05 SHA512 9ab7c61748ff6eb965d3516397ac900c2cb776504b17329877c97309f831fdf5a40dd7a5202045758268b4699a440973eb5ec67a780a8b309b3ee8f489a186a2 EBUILD beancount-9999.ebuild 1539 BLAKE2B 4d3fa33396f26603aa73f2822094e7608629a7cb611bf4885feba309fb5dcc6a520474ccda49cd2177183bac733240aed0433afbd5932e1b7dd4faa31b0dde05 SHA512 9ab7c61748ff6eb965d3516397ac900c2cb776504b17329877c97309f831fdf5a40dd7a5202045758268b4699a440973eb5ec67a780a8b309b3ee8f489a186a2 MISC metadata.xml 219 BLAKE2B 4017e2b1f6b36f72c186cfeb0955be57076a02d087acfd6caf9b9ec56509b5299be8d40dddaffd04433bb290f6dd35c94c59ac02a4f1ad7e63b13648e465e594 SHA512 555d3bce3f8cd9b4d78f59f494c326d7893f12c1907c1eb92107595886fc4a5e89b8b9fda7f434e021a9eede5dfd6d0c1dfee721c268ccad3d6a1865a92204e0 diff --git a/app-office/beancount/beancount-2.3.3.ebuild b/app-office/beancount/beancount-2.3.3.ebuild deleted file mode 100644 index 18a460d..0000000 --- a/app-office/beancount/beancount-2.3.3.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) -DISTUTILS_USE_SETUPTOOLS="rdepend" - -inherit distutils-r1 elisp-common - -DESCRIPTION="Command-line Double-Entry Accounting" -HOMEPAGE="http://furius.ca/beancount https://pypi.org/project/beancount" - -if [[ ${PV} == 9999* ]] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/beancount/beancount" - EGIT_BRANCH="v2" - KEYWORDS="" -else - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - KEYWORDS="amd64 x86" -fi - -LICENSE="GPL-2" -SLOT="0" -IUSE="emacs" - -SITEFILE="50{PN}-mode-gentoo.el" - -RDEPEND=" - $(python_gen_cond_dep ' - >=dev-python/beautifulsoup-4[${PYTHON_USEDEP}] - >=dev-python/bottle-0.12[${PYTHON_USEDEP}] - >=dev-python/google-api-python-client-1.8.2[${PYTHON_USEDEP}] - >=dev-python/httplib2-0.10[${PYTHON_USEDEP}] - >=dev-python/lxml-3.0[${PYTHON_USEDEP}] - >=dev-python/oauth2client-4.0[${PYTHON_USEDEP}] - >=dev-python/ply-3.4[${PYTHON_USEDEP}] - >=dev-python/python-dateutil-2.6.0[${PYTHON_USEDEP}] - >=dev-python/python-magic-0.4.12[${PYTHON_USEDEP}] - >=dev-python/requests-2.0[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] - ') -" - -python_compile_all() { - use emacs && elisp-compile editors/emacs/beancount.el -} - -python_install_all() { - rm -rf "${ED}/usr/elisp" || die "removing erroneous elisp files failed" - - distutils-r1_python_install_all - - if use emacs; then - elisp-install ${PN} editors/emacs/beancount.el - elisp-site-file-install "${FILESDIR}/${SITEFILE}" - fi -} diff --git a/app-office/beancount/beancount-2.3.4.ebuild b/app-office/beancount/beancount-2.3.4.ebuild new file mode 100644 index 0000000..18a460d --- /dev/null +++ b/app-office/beancount/beancount-2.3.4.ebuild @@ -0,0 +1,58 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{7,8,9} ) +DISTUTILS_USE_SETUPTOOLS="rdepend" + +inherit distutils-r1 elisp-common + +DESCRIPTION="Command-line Double-Entry Accounting" +HOMEPAGE="http://furius.ca/beancount https://pypi.org/project/beancount" + +if [[ ${PV} == 9999* ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/beancount/beancount" + EGIT_BRANCH="v2" + KEYWORDS="" +else + SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + KEYWORDS="amd64 x86" +fi + +LICENSE="GPL-2" +SLOT="0" +IUSE="emacs" + +SITEFILE="50{PN}-mode-gentoo.el" + +RDEPEND=" + $(python_gen_cond_dep ' + >=dev-python/beautifulsoup-4[${PYTHON_USEDEP}] + >=dev-python/bottle-0.12[${PYTHON_USEDEP}] + >=dev-python/google-api-python-client-1.8.2[${PYTHON_USEDEP}] + >=dev-python/httplib2-0.10[${PYTHON_USEDEP}] + >=dev-python/lxml-3.0[${PYTHON_USEDEP}] + >=dev-python/oauth2client-4.0[${PYTHON_USEDEP}] + >=dev-python/ply-3.4[${PYTHON_USEDEP}] + >=dev-python/python-dateutil-2.6.0[${PYTHON_USEDEP}] + >=dev-python/python-magic-0.4.12[${PYTHON_USEDEP}] + >=dev-python/requests-2.0[${PYTHON_USEDEP}] + dev-python/pytest[${PYTHON_USEDEP}] + ') +" + +python_compile_all() { + use emacs && elisp-compile editors/emacs/beancount.el +} + +python_install_all() { + rm -rf "${ED}/usr/elisp" || die "removing erroneous elisp files failed" + + distutils-r1_python_install_all + + if use emacs; then + elisp-install ${PN} editors/emacs/beancount.el + elisp-site-file-install "${FILESDIR}/${SITEFILE}" + fi +} -- cgit v1.2.3-2-gb3c3