diff --git a/app-office/beancount/Manifest b/app-office/beancount/Manifest index 49a59c5..ea67cbd 100644 --- a/app-office/beancount/Manifest +++ b/app-office/beancount/Manifest @@ -1,4 +1,2 @@ -DIST beancount-2.3.6.tar.gz 1720239 BLAKE2B 769aa27a9edc201e33a85f92780b4140b1758a35ca865255183bdcaf4c515ba3bf4c6711aa2842c9219027a44a7cc334c39b48eb36f5145caa689ba90cda64d5 SHA512 52b65f99753e9473aae7736419d104e46b422b33f854170cc0242a95c1d12483aae95264138f81d28c9a7b50ca961e75163cce83868db5bcc9afe7d2337f3036 DIST beancount-3.1.0.tar.gz 548025 BLAKE2B 5262408fdef8ab171f7f495c821dcd3d0fc8e07021c9a9319fe59ff4acc00b64bf4453067a3ae1c270f1d20b180dfca7ab4ff693a481bc3794c3606828c541ee SHA512 46620ecbde1d380e9d0638d57a652b23af178fa473e69dbe76f41cc60728822acb61436968ea288ddc3c879c7638b1e608475fefab7496d799e67e37b0cf3ffe -EBUILD beancount-2.3.6.ebuild 665 BLAKE2B 79d31fba28505a66a04b03d926194d4bec38dbdff6324568246b4a09383d2334a8e8d19be41564e5f41f1f56b1ad6990331b3cb535bf11c1eda286322bb41128 SHA512 0dff509a67dbe1911f5650ba3dabbcf014c4c6a75aac89cf01cfd0a8dda0d7877b90632989aa92fea6c43a3a233875cd5a987cd54a771cef4ad2814b64747867 EBUILD beancount-3.1.0.ebuild 667 BLAKE2B 11e71f944bf954996c9897f5c55752d511173f2739ccc7c1e4c7d54b2f160c21faa0f4e24c5f8e1a283a1953aaa9ae03e75a63a14be25231f03013deef5c1eac SHA512 35b1309a17325eb2792b9b2018ab4eaa4f0ecf372e37744975a8d75d082b83a35f3281b68ed8ce74661a428bfe0710e276d0ffee7be33f09828ebf6f7c01aa53 diff --git a/app-office/beancount/beancount-2.3.6.ebuild b/app-office/beancount/beancount-2.3.6.ebuild deleted file mode 100644 index 9c39eb1..0000000 --- a/app-office/beancount/beancount-2.3.6.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -#DISTUTILS_EXT=1 -#DISTUTILS_USE_PEP517=meson-python -PYTHON_COMPAT=( python3_{11,12,13} ) - -inherit distutils-r1 - -DESCRIPTION="Double-Entry Accounting from Text Files" -HOMEPAGE="https://github.com/beancount/beancount" -SRC_URI="https://github.com/beancount/beancount/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm64" - -DEPEND=" - dev-python/python-dateutil - dev-python/click - dev-python/pytest - dev-python/python-magic - dev-python/bottle" -RDEPEND="${DEPEND}" -BDEPEND="" - -# Because I have no idea... -RESTRICT="test"