mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
python-click-log: add missing pycompile_module
This commit is contained in:
parent
fb6b50631d
commit
93dbf52ed0
1 changed files with 2 additions and 1 deletions
|
@ -1,13 +1,14 @@
|
||||||
# Template file for 'python-click-log'
|
# Template file for 'python-click-log'
|
||||||
pkgname=python-click-log
|
pkgname=python-click-log
|
||||||
version=0.1.1
|
version=0.1.1
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="click-log-${version}"
|
wrksrc="click-log-${version}"
|
||||||
build_style="python-module"
|
build_style="python-module"
|
||||||
python_versions="2.7 3.4"
|
python_versions="2.7 3.4"
|
||||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||||
depends="python-click"
|
depends="python-click"
|
||||||
|
pycompile_module="click-log"
|
||||||
short_desc="Logging integration for Click in Python2"
|
short_desc="Logging integration for Click in Python2"
|
||||||
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
|
Loading…
Add table
Reference in a new issue