diff options
Diffstat (limited to 'dev-python/pybtex')
| -rw-r--r-- | dev-python/pybtex/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/pybtex/pybtex-0.23.0.ebuild (renamed from dev-python/pybtex/pybtex-0.22.2.ebuild) | 16 |
2 files changed, 10 insertions, 8 deletions
diff --git a/dev-python/pybtex/Manifest b/dev-python/pybtex/Manifest index 86356b0acb59..73dd4e917c64 100644 --- a/dev-python/pybtex/Manifest +++ b/dev-python/pybtex/Manifest @@ -1 +1 @@ -DIST pybtex-0.22.2.tar.gz 363094 BLAKE2B 6e59543a1178f2d3528c8b65b63afd720864fb8f31172e3fa76a36bee3d5dd9f32aa6226fa0a599af0a4705d3c37060417f6e902ec7b900efcc8a6f8487c31e1 SHA512 afabae8c47008651fa9c4c6546bf87f4a2c74d3184f1d0c1b4c2bd68ad8110ea37054026b5934312b86d97354a592bae5c0b6d384003b4e56f0157f6520b77a1 +DIST pybtex-0.23.0.tar.gz 400649 BLAKE2B ae841eb98588fea55dea59a90be4ea5489b115b5594aa2ba7da140d529371c9275d28896d2b3b1d7fdbfe6a4bc7f1a99a8a73505f5d141f7affc0f22e5b08ceb SHA512 11b4c8141f237a25c320726b18fb254df077f4b644ac26fa2bf9f3d85c4301ab839f3544a3c1849243e75bbcbf194b25642b0ef11d354e3711578a4e19565bde diff --git a/dev-python/pybtex/pybtex-0.22.2.ebuild b/dev-python/pybtex/pybtex-0.23.0.ebuild index 595ba282e88c..a5feb9ad0ecb 100644 --- a/dev-python/pybtex/pybtex-0.22.2.ebuild +++ b/dev-python/pybtex/pybtex-0.23.0.ebuild @@ -11,20 +11,22 @@ 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" -PATCHES=( "${FILESDIR}/${P}-fix-test-installation.patch" ) -IUSE="test" -RESTRICT="!test? ( test )" 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}]" + dev-python/pyyaml[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}]" BDEPEND="test? ( - dev-python/nose[${PYTHON_USEDEP}] - )" + dev-python/nose[${PYTHON_USEDEP}] + )" distutils_enable_tests pytest + +PATCHES=( "${FILESDIR}/${PN}-0.22.2-fix-test-installation.patch" ) |
