dev-python/python-doi - 0.2 (schplaf)

Search

Install

Install this version:

emerge -a =dev-python/python-doi-0.2

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

autounmask =dev-python/python-doi-0.2

Or alternatively:

emerge --autounmask-write -a =dev-python/python-doi-0.2

Package Information

Description:
Python package to work with Document Object Identifier (doi)
Homepage:
https://github.com/papis/python-doi https://pypi.org/project/python-doi
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
0.2 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="Python package to work with Document Object Identifier (doi)"
HOMEPAGE="https://github.com/papis/python-doi https://pypi.org/project/python-doi"
#https://github.com/alejandrogallo/python-doi
SRC_URI="https://github.com/papis/python-doi/archive/refs/tags/v0.2.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"

DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""

DOCS=( AUTHORS.rst CONTRIBUTING.rst CHANGELOG.md LICENSE README.rst)

distutils_enable_tests pytest

src_install() {
	distutils-r1_src_install
}

Inherited Eclasses

Manifest for 0.2

Type File Size Source URLs
DIST python-doi-0.2.tar.gz 251224 bytes https://github.com/papis/python-doi/archive/refs/tags/v0.2.tar.gz