From 9bd3b039b1b687b2a18c3b274d4de055bd262f0f Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Thu, 24 Feb 2022 11:18:04 +0100 Subject: app-office/beancount: Bump to 2.3.5 Package-Manager: Portage-3.0.30, Repoman-3.0.3 --- app-office/beancount/Manifest | 6 +-- app-office/beancount/beancount-2.3.4.ebuild | 58 ---------------------------- app-office/beancount/beancount-2.3.5.ebuild | 59 +++++++++++++++++++++++++++++ app-office/beancount/beancount-9999.ebuild | 7 ++-- 4 files changed, 66 insertions(+), 64 deletions(-) delete mode 100644 app-office/beancount/beancount-2.3.4.ebuild create mode 100644 app-office/beancount/beancount-2.3.5.ebuild diff --git a/app-office/beancount/Manifest b/app-office/beancount/Manifest index 93cc2a5..cf86aa5 100644 --- a/app-office/beancount/Manifest +++ b/app-office/beancount/Manifest @@ -1,4 +1,4 @@ -DIST beancount-2.3.4.tar.gz 637729 BLAKE2B 10e2ea44acb4add933e0dba950a961697dda0dbe06bfed9d71d05d7d565ef8294af195fccae72533592589bf4339388b6041f85e30e6ffcb36cb72f2f3d3b7cf SHA512 85c93af430abc607fe4c60a6b044dcd19790da344c6aacf8a87ea577f6169a9c9fb2ffe16a1e615bbad04f3a195bb698e914437962446a11fec04303a478ce73 -EBUILD beancount-2.3.4.ebuild 1536 BLAKE2B add90db84b23ad3c162e896b15c2dfc0409bf82534d8c3e6279e344017b3a909a5cc02bd70e3476823ef45bac247a291c3645e5dc1bf27d9151de5fcb07a5b95 SHA512 0c2f570403eec614c7ed771487c6a25745939149461fb3d72c2ce4b38d1585afa7314107771fcb2bd3e14385ede7a0078f855b979a9ff4648bef92dd726bac42 -EBUILD beancount-9999.ebuild 1536 BLAKE2B add90db84b23ad3c162e896b15c2dfc0409bf82534d8c3e6279e344017b3a909a5cc02bd70e3476823ef45bac247a291c3645e5dc1bf27d9151de5fcb07a5b95 SHA512 0c2f570403eec614c7ed771487c6a25745939149461fb3d72c2ce4b38d1585afa7314107771fcb2bd3e14385ede7a0078f855b979a9ff4648bef92dd726bac42 +DIST beancount-2.3.5.tar.gz 638463 BLAKE2B 9c2f561e7c7addc17addd598c2558ed51421c15bb2bc3a84b0e4bc8111f1baa331e3d8013fab03ff7ffc9a48010dbb425b8aa8078dc6ab6581d6c6fa78f1f9f6 SHA512 ddafcfad3b3b600b15dc6a6591a457c0dd10c46aed310502983ccd46931fcea9cb24227a302dcb798efdbc7167f6ca074e5b1cf0a02369f66fe20f386187427b +EBUILD beancount-2.3.5.ebuild 1563 BLAKE2B 326bce5e388fbdacafe5f74611c86b1004e112b08d61444e04404f94cff2a172130a78c7ea27006714eb74c60f449b3f15bf5f21033d377088680fac295fab43 SHA512 0920364ab31900f4ec99c9838fa0ebc4614e446cdc0ac3ed9d625d806612c895d497f953390ebdd901a1046092a19f9560ae2cffc227ad29084003648407a04a +EBUILD beancount-9999.ebuild 1563 BLAKE2B 326bce5e388fbdacafe5f74611c86b1004e112b08d61444e04404f94cff2a172130a78c7ea27006714eb74c60f449b3f15bf5f21033d377088680fac295fab43 SHA512 0920364ab31900f4ec99c9838fa0ebc4614e446cdc0ac3ed9d625d806612c895d497f953390ebdd901a1046092a19f9560ae2cffc227ad29084003648407a04a MISC metadata.xml 219 BLAKE2B 4017e2b1f6b36f72c186cfeb0955be57076a02d087acfd6caf9b9ec56509b5299be8d40dddaffd04433bb290f6dd35c94c59ac02a4f1ad7e63b13648e465e594 SHA512 555d3bce3f8cd9b4d78f59f494c326d7893f12c1907c1eb92107595886fc4a5e89b8b9fda7f434e021a9eede5dfd6d0c1dfee721c268ccad3d6a1865a92204e0 diff --git a/app-office/beancount/beancount-2.3.4.ebuild b/app-office/beancount/beancount-2.3.4.ebuild deleted file mode 100644 index 2f40006..0000000 --- a/app-office/beancount/beancount-2.3.4.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/beautifulsoup4[${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.5.ebuild b/app-office/beancount/beancount-2.3.5.ebuild new file mode 100644 index 0000000..723feae --- /dev/null +++ b/app-office/beancount/beancount-2.3.5.ebuild @@ -0,0 +1,59 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_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/beautifulsoup4[${PYTHON_USEDEP}] + >=dev-python/click-7.0[${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 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-9999.ebuild b/app-office/beancount/beancount-9999.ebuild index 2f40006..723feae 100644 --- a/app-office/beancount/beancount-9999.ebuild +++ b/app-office/beancount/beancount-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_9 ) DISTUTILS_USE_SETUPTOOLS="rdepend" inherit distutils-r1 elisp-common @@ -29,6 +29,7 @@ SITEFILE="50{PN}-mode-gentoo.el" RDEPEND=" $(python_gen_cond_dep ' dev-python/beautifulsoup4[${PYTHON_USEDEP}] + >=dev-python/click-7.0[${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}] @@ -47,7 +48,7 @@ python_compile_all() { } python_install_all() { - rm -rf "${ED}/usr/elisp" || die "removing erroneous elisp files failed" + rm -rf "${ED}/usr/elisp" || die "removing elisp files failed" distutils-r1_python_install_all -- cgit v1.2.3-2-gb3c3