dev-python/arxiv2bib - 1.0.8 (schplaf)

Search

Install

Install this version:

emerge -a =dev-python/arxiv2bib-1.0.8

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/arxiv2bib-1.0.8

Or alternatively:

emerge --autounmask-write -a =dev-python/arxiv2bib-1.0.8

Package Information

Description:
CLI tool to get metadata for academic papers arXiv.org in BibTeX format
Homepage:
https://nathangrigg.github.io/arxiv2bib

Ebuild Details

Version EAPI Keywords Slot
1.0.8 8 ~amd64 0
View Raw Ebuild
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..13} )

inherit distutils-r1

DESCRIPTION="CLI tool to get metadata for academic papers arXiv.org in BibTeX format"
HOMEPAGE="https://nathangrigg.github.io/arxiv2bib"

SRC_URI="https://github.com/nathangrigg/arxiv2bib/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"

#LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND=""
BDEPEND=""

DOCS=( README.rst HISTORY.txt )

distutils_enable_tests unittest

src_install() {
	distutils-r1_src_install
}

Inherited Eclasses

Manifest for 1.0.8

Type File Size Source URLs
DIST arxiv2bib-1.0.8.tar.gz 9932 bytes https://github.com/nathangrigg/arxiv2bib/archive/refs/tags/1.0.8.tar.gz