diff options
| author | Liguros - Gitlab CI/CD [master] <gitlab@liguros.net> | 2020-12-13 23:25:30 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [master] <gitlab@liguros.net> | 2020-12-13 23:25:30 +0000 |
| commit | fddf516add4924cfe9d698f116342e30b27d67b8 (patch) | |
| tree | 37bb83a30233d4ffaecaf215788d57e89040a1df /dev-python/pybtex/pybtex-0.23.0.ebuild | |
| parent | 8d7804efbd907eec22d8470e8200dcfd3c5bdd93 (diff) | |
| download | baldeagleos-repo-21.1.0.tar.gz baldeagleos-repo-21.1.0.tar.xz baldeagleos-repo-21.1.0.zip | |
Updating liguros repo21.1.0
Diffstat (limited to 'dev-python/pybtex/pybtex-0.23.0.ebuild')
| -rw-r--r-- | dev-python/pybtex/pybtex-0.23.0.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/dev-python/pybtex/pybtex-0.23.0.ebuild b/dev-python/pybtex/pybtex-0.23.0.ebuild new file mode 100644 index 000000000000..a5feb9ad0ecb --- /dev/null +++ b/dev-python/pybtex/pybtex-0.23.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) +DISTUTILS_USE_SETUPTOOLS=rdepend + +inherit distutils-r1 + +DESCRIPTION="BibTeX-compatible bibliography processor" +HOMEPAGE="https://pybtex.org https://pypi.org/project/pybtex/" +SRC_URI="https://files.pythonhosted.org/packages/source/p/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RESTRICT="!test? ( test )" + +RDEPEND="dev-python/latexcodec[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}]" + +BDEPEND="test? ( + dev-python/nose[${PYTHON_USEDEP}] + )" + +distutils_enable_tests pytest + +PATCHES=( "${FILESDIR}/${PN}-0.22.2-fix-test-installation.patch" ) |
