1
0
mirror of synced 2024-05-29 16:58:21 +02:00
TheChymera-overlay/sci-misc/doi2bib/doi2bib-0.4.0.ebuild
Horea Christian 534aad4508
sci-misc/doi2bib: enable py3.11
Signed-off-by: Horea Christian <chr@chymera.eu>
2023-05-02 20:05:52 -04:00

24 lines
501 B
Bash

# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1
DESCRIPTION="Get the bibtex string given a DOI"
HOMEPAGE="https://github.com/bibcure/doi2bib"
SRC_URI="https://github.com/bibcure/doi2bib/archive/refs/tags/0.4.0.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RESTRICT="test"
#no test suite :(
RDEPEND="
dev-python/bibtexparser[${PYTHON_USEDEP}]
"