void-packages/srcpkgs/python3-mypy_extensions/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

20 lines
614 B
Bash

# Template file for 'python3-mypy_extensions'
pkgname=python3-mypy_extensions
version=0.4.1
revision=1
archs=noarch
wrksrc="mypy_extensions-${version}"
build_style=python3-module
pycompile_module="mypy_extensions.py"
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Extensions to the typing module use by mypy"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="http://www.mypy-lang.org/"
distfiles="${PYPI_SITE}/m/mypy_extensions/mypy_extensions-${version}.tar.gz"
checksum=37e0e956f41369209a3d5f34580150bcacfabaa57b33a15c0b25f4b5725e0812
post_install() {
vlicense LICENSE
}