2023-05-03 02:05:52 +02:00
|
|
|
# Copyright 1999-2023 Gentoo Authors
|
2022-07-13 09:04:01 +02:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
EAPI=8
|
|
|
|
|
2023-05-03 02:05:52 +02:00
|
|
|
PYTHON_COMPAT=( python3_{10..11} )
|
2022-07-13 09:04:01 +02:00
|
|
|
|
|
|
|
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}]
|
|
|
|
"
|