sci-misc/doi2bib - 0.4.0 (chymeric)

Search

Package Information

Description:
Get the bibtex string given a DOI
Homepage:
https://github.com/bibcure/doi2bib
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.4.0 8 ~amd64 ~x86 0
View Raw Ebuild
# 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}]
"

Dependencies

RDEPEND

	dev-python/bibtexparser[${PYTHON_USEDEP}]

Manifest for 0.4.0

Type File Size Source URLs
DIST doi2bib-0.4.0.tar.gz 7863 bytes https://github.com/bibcure/doi2bib/archive/refs/tags/0.4.0.tar.gz