20 lines
630 B
Bash
20 lines
630 B
Bash
# Template file for 'python3-phx-class-registry'
|
|
pkgname=python3-phx-class-registry
|
|
version=3.0.5
|
|
revision=2
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-wheel"
|
|
depends="python3"
|
|
checkdepends="python3-pytest"
|
|
short_desc="Registry pattern for Python classes"
|
|
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://class-registry.readthedocs.io/"
|
|
distfiles="${PYPI_SITE}/p/phx-class-registry/phx-class-registry-3.0.5.tar.gz"
|
|
checksum=f11462ac410a8cda38c2b6a83b51a2390c7d9528baef591cb5b551b11aba2a92
|
|
|
|
post_extract() {
|
|
# Requires dummy_package.egg-info
|
|
rm -f test/entry_points_test.py
|
|
}
|