dev-python/habanero - 1.2.6 (schplaf)

Search

Package Information

Description:
Low level client for Crossref search API
Homepage:
https://github.com/sckott/habanero/https://pypi.org/project/habanero/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.2.6 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..12} )

inherit distutils-r1

DESCRIPTION="Low level client for Crossref search API"
HOMEPAGE="https://github.com/sckott/habanero/https://pypi.org/project/habanero/"

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

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
"
BDEPEND=""

#DOCS=( Changelog.md LICENSE README.rst CODE_OF_CONDUCT.md )

distutils_enable_tests pytest

src_install() {
	distutils-r1_src_install
}

Dependencies

RDEPEND


    
    

Manifest for 1.2.6

Type File Size Source URLs
DIST habanero-1.2.6.tar.gz 1567529 bytes https://github.com/sckott/habanero/archive/refs/tags/v1.2.6.tar.gz