From a2c5618f7dbcb442a0816545f204389cf55dfcd3 Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Thu, 1 Sep 2022 18:43:33 +0200 Subject: app-office/beancount: Drop This package now exists in the GURU overlay. --- app-office/beancount/beancount-2.3.5.ebuild | 58 ----------------------------- 1 file changed, 58 deletions(-) delete mode 100644 app-office/beancount/beancount-2.3.5.ebuild (limited to 'app-office/beancount/beancount-2.3.5.ebuild') diff --git a/app-office/beancount/beancount-2.3.5.ebuild b/app-office/beancount/beancount-2.3.5.ebuild deleted file mode 100644 index 8a0889d..0000000 --- a/app-office/beancount/beancount-2.3.5.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -PYTHON_COMPAT=( python3_{9,10} ) -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" -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 -} -- cgit v1.2.3-2-gb3c3