mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-26 19:13:51 +02:00
19 lines
674 B
Bash
19 lines
674 B
Bash
# Template file for 'python3-deprecated'
|
|
pkgname=python3-deprecated
|
|
version=1.2.18
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-wrapt"
|
|
checkdepends="python3-pytest-xdist python3-wrapt"
|
|
short_desc="Python decorator to deprecate old clases, functions or methods"
|
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/tantale/deprecated"
|
|
changelog="https://raw.githubusercontent.com/tantale/deprecated/master/CHANGELOG.rst"
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=8e5ad74b6a3a47b079b37425f46c54674668f3d4c9de7afd576574bb332dd5bd
|
|
|
|
post_install() {
|
|
vlicense LICENSE.rst
|
|
}
|