20 lines
619 B
Bash
20 lines
619 B
Bash
# Template file for 'python3-phx-class-registry'
|
|
pkgname=python3-phx-class-registry
|
|
version=4.0.5
|
|
revision=2
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-wheel"
|
|
depends="python3"
|
|
checkdepends="python3-pytest"
|
|
short_desc="Registry pattern for Python classes"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://class-registry.readthedocs.io/"
|
|
distfiles="${PYPI_SITE}/p/phx-class-registry/phx-class-registry-${version}.tar.gz"
|
|
checksum=1901bdaea34d9cfefa4d149b2f20217e7e024492f7e247797e7c4d36d96cdb5b
|
|
|
|
post_extract() {
|
|
# Requires dummy_package.egg-info
|
|
rm -f test/entry_points_test.py
|
|
}
|