void-packages/srcpkgs/python3-frozendict/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
588 B
Bash

# Template file for 'python3-frozendict'
pkgname=python3-frozendict
version=1.2
revision=1
archs=noarch
wrksrc="frozendict-${version}"
build_style=python3-module
pycompile_module="frozendict"
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Immutable mapping for Python3"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/slezica/python-frozendict"
distfiles="${PYPI_SITE}/f/frozendict/frozendict-${version}.tar.gz"
checksum=774179f22db2ef8a106e9c38d4d1f8503864603db08de2e33be5b778230f6e45
post_install() {
vlicense LICENSE.txt
}