19 lines
523 B
Bash
19 lines
523 B
Bash
# Template file for 'python3-pretend'
|
|
pkgname=python3-pretend
|
|
version=1.0.9
|
|
revision=7
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Make stubbing with Python3 easier"
|
|
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/alex/pretend"
|
|
distfiles="${PYPI_SITE}/p/pretend/pretend-${version}.tar.gz"
|
|
checksum=c90eb810cde8ebb06dafcb8796f9a95228ce796531bc806e794c2f4649aa1b10
|
|
|
|
post_install() {
|
|
vdoc README.rst
|
|
vlicense LICENSE.rst
|
|
}
|