parent
82efff226d
commit
dbe8c79b0f
|
@ -1,19 +0,0 @@
|
|||
# Template file for 'python-decorator'
|
||||
pkgname=python-decorator
|
||||
version=4.4.2
|
||||
revision=2
|
||||
build_style=python2-module
|
||||
pycompile_module="decorator.py"
|
||||
hostmakedepends="python-setuptools"
|
||||
depends="python"
|
||||
short_desc="Python2 decorator module"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="BSD-2-Clause"
|
||||
homepage="https://github.com/micheles/decorator"
|
||||
changelog="https://raw.githubusercontent.com/micheles/decorator/master/CHANGES.md"
|
||||
distfiles="${PYPI_SITE}/d/decorator/decorator-${version}.tar.gz"
|
||||
checksum=e3a62f0520172440ca0dcc823749319382e377f37f140a0b99ef45fecb84bfe7
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt
|
||||
}
|
|
@ -1,2 +0,0 @@
|
|||
# decorator >= 5.0 does not support Python 2
|
||||
pattern="decorator-\K4\.[0-9.]+(?=\.tar\.gz)"
|
Loading…
Reference in New Issue