18 lines
583 B
Bash
18 lines
583 B
Bash
# Template file for 'python3-simplegeneric'
|
|
pkgname=python3-simplegeneric
|
|
version=0.8.1
|
|
revision=10
|
|
build_style=python3-module
|
|
hostmakedepends="unzip python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Simple generic functions for Python3"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="ZPL-2.1"
|
|
homepage="https://pypi.org/project/simplegeneric/"
|
|
distfiles="${PYPI_SITE}/s/simplegeneric/simplegeneric-${version}.zip"
|
|
checksum=dc972e06094b9af5b855b3df4a646395e43d1c9d0d39ed345b7393560d0b9173
|
|
|
|
post_install() {
|
|
chmod -R o-w ${DESTDIR}/usr/lib/python*/site-packages/*.egg-info/
|
|
}
|