18 lines
529 B
Bash
18 lines
529 B
Bash
# Template file for 'python3-habanero'
|
|
pkgname=python3-habanero
|
|
version=0.6.2
|
|
revision=7
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-requests"
|
|
short_desc="Python3 low level client for Crossref Search API"
|
|
maintainer="xaltsc <xaltsc@protonmail.ch>"
|
|
license="MIT"
|
|
homepage="https://github.com/sckott/habanero"
|
|
distfiles="${PYPI_SITE}/h/habanero/habanero-${version}.tar.gz"
|
|
checksum=806c74298e0fb8a838514307ef3eca73685a968b8efd00e5dfe1ea604200f59d
|
|
|
|
post_install() {
|
|
vlicense docs/license.rst
|
|
}
|