mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
afew: update to 3.0.0.
This commit is contained in:
parent
81c3c1884b
commit
972833f23f
2 changed files with 10 additions and 14 deletions
|
@ -1,8 +0,0 @@
|
||||||
--- afew/filters/__init__.py
|
|
||||||
+++ afew/filters/__init__.py
|
|
||||||
@@ -6,4 +6,4 @@
|
|
||||||
|
|
||||||
__all__ = list(filename[:-3]
|
|
||||||
for filename in glob.glob1(os.path.dirname(__file__), '*.py')
|
|
||||||
- if filename is not '__init__.py')
|
|
||||||
+ if filename != '__init__.py')
|
|
|
@ -1,19 +1,23 @@
|
||||||
# Template file for 'afew'
|
# Template file for 'afew'
|
||||||
pkgname=afew
|
pkgname=afew
|
||||||
version=2.0.0
|
version=3.0.0
|
||||||
revision=4
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="afew"
|
|
||||||
hostmakedepends="python3-setuptools python3-Sphinx pkg-config"
|
hostmakedepends="python3-setuptools python3-Sphinx pkg-config"
|
||||||
depends="notmuch-python3 python3-dkimpy python3-chardet"
|
depends="notmuch-python3 python3-dkimpy python3-chardet notmuch"
|
||||||
checkdepends="python3-pytest $depends"
|
checkdepends="python3-pytest python3-freezegun $depends"
|
||||||
short_desc="Initial tagging script for notmuch mail"
|
short_desc="Initial tagging script for notmuch mail"
|
||||||
maintainer="Alexander Gehrke <void@qwertyuiop.de>"
|
maintainer="Alexander Gehrke <void@qwertyuiop.de>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
homepage="https://github.com/afewmail/afew"
|
homepage="https://github.com/afewmail/afew"
|
||||||
distfiles="${PYPI_SITE}/a/afew/afew-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/a/afew/afew-${version}.tar.gz"
|
||||||
checksum=1a685b97ddeba66d4af5ee9b2b76b1a8bccccd3d10bc285c8b82886a0328c048
|
checksum=ec60b8587ffb286da8c5831e5da0378b8df3642a5164e667665453c8beef43a2
|
||||||
|
|
||||||
|
post_patch() {
|
||||||
|
# version is pre-generated
|
||||||
|
vsed -i -e "s/'setuptools_scm'//" setup.py
|
||||||
|
}
|
||||||
|
|
||||||
post_build() {
|
post_build() {
|
||||||
python3 setup.py build_sphinx -b man
|
python3 setup.py build_sphinx -b man
|
||||||
|
|
Loading…
Add table
Reference in a new issue