poezio: add missing pycompile_module
Needs setuptools at runtime.
This commit is contained in:
parent
99fb1e4b30
commit
021e16fee7
1 changed files with 13 additions and 6 deletions
|
@ -1,14 +1,21 @@
|
|||
# Template file for 'poezio'
|
||||
pkgname=poezio
|
||||
version=0.10
|
||||
revision=1
|
||||
short_desc="Python & ncurses Jabber client"
|
||||
revision=2
|
||||
build_style=python3-module
|
||||
maintainer="Franklin Delehelle <franklin.delehelle@odena.eu>"
|
||||
license="zlib"
|
||||
pycompile_module="poezio poezio_plugins poezio_themes"
|
||||
hostmakedepends="python3-setuptools"
|
||||
makedepends="python3-devel"
|
||||
depends="python3 python3-aiodns python3-slixmpp"
|
||||
homepage="http://poez.io"
|
||||
depends="python3-setuptools python3-slixmpp"
|
||||
short_desc="Console XMPP/Jabber client"
|
||||
maintainer="Franklin Delehelle <franklin.delehelle@odena.eu>"
|
||||
license="zlib"
|
||||
homepage="https://poez.io/"
|
||||
distfiles="${PYPI_SITE}/p/poezio/poezio-${version}.tar.gz"
|
||||
checksum=b462b8a1dece0f5e1d952068d0fff6b192bc15c82ae9224060530b3beb9efa53
|
||||
|
||||
post_install() {
|
||||
# keep man page only
|
||||
rm -rf ${DESTDIR}/usr/share/{doc,poezio}
|
||||
vlicense COPYING
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue