New comment by q66 on void-packages repository https://github.com/void-linux/void-packages/pull/20559#issuecomment-608181761 Comment: Here is a `python3-scrypt` that should work: ``` # Template file for 'python3-scrypt' pkgname=python3-scrypt version=0.8.13 revision=1 wrksrc="scrypt-${version}" build_style=python3-module hostmakedepends="python3-setuptools" makedepends="python3-devel libressl-devel" short_desc="Python 3 ordered multivalue dictionary library" maintainer="projectmoon " license="BSD-2-Clause" homepage="https://bitbucket.org/mhallin/py-scrypt/src/default" distfiles="${PYPI_SITE}/s/scrypt/scrypt-${version}.tar.gz" checksum=1377b1adc98c4152694bf5d7e93b41a9d2e9060af69b747cfad8c93ac426f9ea post_install() { vlicense LICENSE } ```