mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
mailpile: switch to python2-module
This commit is contained in:
parent
151b32c95c
commit
8730e09d3d
1 changed files with 2 additions and 2 deletions
|
@ -4,14 +4,14 @@ version=0.5.2
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=Mailpile-${version}
|
wrksrc=Mailpile-${version}
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python-module
|
build_style=python2-module
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
depends="python python-Jinja2 python-lxml python-MarkupSafe python-Pillow
|
depends="python python-Jinja2 python-lxml python-MarkupSafe python-Pillow
|
||||||
python-spambayes python-pydns python-pgpdump gnupg"
|
python-spambayes python-pydns python-pgpdump gnupg"
|
||||||
pycompile_module="static $pkgname"
|
pycompile_module="static $pkgname"
|
||||||
short_desc="Modern email client with user-friendly encryption and privacy features"
|
short_desc="Modern email client with user-friendly encryption and privacy features"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
||||||
license="AGPL-3 Apache"
|
license="AGPL-3, Apache-2.0"
|
||||||
homepage="https://mailpile.is"
|
homepage="https://mailpile.is"
|
||||||
distfiles="https://github.com/mailpile/Mailpile/archive/${version}.tar.gz"
|
distfiles="https://github.com/mailpile/Mailpile/archive/${version}.tar.gz"
|
||||||
checksum=2619dd0711628e25e216bec196d42381e50d45d943a727177f11f8ce89e26004
|
checksum=2619dd0711628e25e216bec196d42381e50d45d943a727177f11f8ce89e26004
|
||||||
|
|
Loading…
Add table
Reference in a new issue