commit:     b5f7234ed4fc8f33f9a4837d1ad842276722df90
Author:     William Pettersson <william <AT> ewpettersson <DOT> se>
AuthorDate: Thu Dec 10 00:24:19 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Dec 13 10:44:21 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5f7234e

dev-python/pybtex: Bump to version 0.23.0

Still needs the patch from 0.22.2 to not install a package called tests

Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: William Pettersson <william <AT> ewpettersson.se>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-python/pybtex/Manifest             |  1 +
 dev-python/pybtex/pybtex-0.23.0.ebuild | 30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/pybtex/Manifest b/dev-python/pybtex/Manifest
index 86356b0acb5..4ca0d8c0cf5 100644
--- a/dev-python/pybtex/Manifest
+++ b/dev-python/pybtex/Manifest
@@ -1 +1,2 @@
 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.23.0.ebuild 
b/dev-python/pybtex/pybtex-0.23.0.ebuild
new file mode 100644
index 00000000000..b2897d9c658
--- /dev/null
+++ b/dev-python/pybtex/pybtex-0.23.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+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";
+PATCHES=( "${FILESDIR}/${PN}-0.22.2-fix-test-installation.patch" )
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+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

Reply via email to