diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-04-09 13:42:38 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-04-09 13:42:38 +0000 |
| commit | 809faa0a93ab6dffb8df6fa6b76ccd69331dbcd6 (patch) | |
| tree | 8555abd89759c59cfe0eea267bb7f877157dd9e8 /dev-python/abydos | |
| parent | b63844efd62e4e8ff2c5ad67f30095969eb7d35a (diff) | |
| download | baldeagleos-repo-809faa0a93ab6dffb8df6fa6b76ccd69331dbcd6.tar.gz baldeagleos-repo-809faa0a93ab6dffb8df6fa6b76ccd69331dbcd6.tar.xz baldeagleos-repo-809faa0a93ab6dffb8df6fa6b76ccd69331dbcd6.zip | |
Adding metadata
Diffstat (limited to 'dev-python/abydos')
| -rw-r--r-- | dev-python/abydos/abydos-0.5.0-r1.ebuild | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/dev-python/abydos/abydos-0.5.0-r1.ebuild b/dev-python/abydos/abydos-0.5.0-r1.ebuild new file mode 100644 index 000000000000..2452a0ea812c --- /dev/null +++ b/dev-python/abydos/abydos-0.5.0-r1.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) + +inherit distutils-r1 + +DESCRIPTION="Abydos NLP/IR library" +HOMEPAGE="https://github.com/chrislit/abydos" +SRC_URI="https://github.com/chrislit/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +# Requires access to the internet +RESTRICT="test" + +RDEPEND=" + dev-python/deprecation[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] +" + +BDEPEND="test? ( + dev-python/nltk[${PYTHON_USEDEP}] +)" + +distutils_enable_tests pytest +# Extension error: You must configure the bibtex_bibfiles setting +#distutils_enable_sphinx docs dev-python/sphinx_rtd_theme dev-python/sphinxcontrib-bibtex + +python_prepare_all() { + # do not depend on pytest-cov + sed -i -e '/addopts/d' setup.cfg || die + + distutils-r1_python_prepare_all +} |
