vp-build/srcpkgs/python3-straight.plugin/template

18 lines
559 B
Bash

# Template file for 'python3-straight.plugin'
pkgname=python3-straight.plugin
version=1.5.0
revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Python plugin loading facility"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="MIT"
homepage="https://straightplugin.readthedocs.io/"
distfiles="${PYPI_SITE}/s/${pkgname/python3-/}/${pkgname/python3-/}-${version}.tar.gz"
checksum=818a7641068932ed6436d0af0a3bb77bbbde29df0a7142c8bd1a249e7c2f0d38
post_install() {
vlicense LICENSE
}