New package: python3-straight.plugin-1.5.0

This commit is contained in:
Jan Christian Grünhage 2022-06-30 13:05:44 +02:00 committed by Michael Aldridge
parent 335dfe5115
commit 082acfa0b3
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# Template file for 'python3-straight.plugin'
pkgname=python3-straight.plugin
version=1.5.0
revision=1
wrksrc="${pkgname/python3-/}-${version}"
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
}