diff options
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/beancount/Manifest | 6 | ||||
-rw-r--r-- | app-office/beancount/beancount-2.3.5.ebuild (renamed from app-office/beancount/beancount-2.3.4.ebuild) | 7 | ||||
-rw-r--r-- | app-office/beancount/beancount-9999.ebuild | 7 |
3 files changed, 11 insertions, 9 deletions
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.5.ebuild index 2f40006..723feae 100644 --- a/app-office/beancount/beancount-2.3.4.ebuild +++ b/app-office/beancount/beancount-2.3.5.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 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 |