Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 13 additions & 8 deletions srcpkgs/offlineimap/template
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
# Template file for 'offlineimap'
pkgname=offlineimap
version=7.3.3
revision=2
build_style=python2-module
hostmakedepends="python-six python-rfc6555 asciidoc"
depends="python-six python-rfc6555"
version=8.0.0
revision=1
wrksrc="offlineimap3-${version}"
build_style=python3-module
make_check_args="--ignore test/tests/test_00_imaputil.py
--ignore test/tests/test_01_basic.py --ignore test/tests/test_02_MappedIMAP.py"
_deps="python3-distro python3-rfc6555 python3-imaplib2"
hostmakedepends="${_deps} python3-setuptools asciidoc"
depends="${_deps}"
checkdepends="${depends} python3-pytest-xdist"
short_desc="Powerful IMAP/Maildir synchronization and reader support"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="http://offlineimap.org/"
changelog="https://raw.githubusercontent.com/OfflineIMAP/offlineimap/master/Changelog.md"
distfiles="https://github.com/OfflineIMAP/offlineimap/archive/v${version}.tar.gz"
checksum=bf1a777e63d2174eef0fe864ea577d843515b64d4f3a8630ad2d1b34a4afcaa6
changelog="https://raw.githubusercontent.com/OfflineIMAP/offlineimap3/master/Changelog.md"
distfiles="https://github.com/OfflineIMAP/offlineimap3/archive/refs/tags/v${version}.tar.gz"
checksum=5d40c163ca2fbf89658116e29f8fa75050d0c34c29619019eee1a84c90fcab32

post_install() {
make -C docs man
Expand Down
23 changes: 0 additions & 23 deletions srcpkgs/python-rfc6555/template

This file was deleted.

17 changes: 0 additions & 17 deletions srcpkgs/python-selectors2/template

This file was deleted.

19 changes: 19 additions & 0 deletions srcpkgs/python3-imaplib2/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Template file for 'python3-imaplib2'
pkgname=python3-imaplib2
version=3.6
revision=1
wrksrc=imaplib2-${version}
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3"
checkdepends="python3-pytest-xdist"
short_desc="Threaded Python IMAP4 client"
maintainer="icp <pangolin@vivaldi.net>"
license="MIT"
homepage="https://github.com/jazzband/imaplib2"
distfiles="https://github.com/jazzband/imaplib2/archive/refs/tags/v${version}.tar.gz"
checksum=b55c434ecfb26a057d6bb3c8da0d674c83dd702674bb898c418a075a60560e42

post_install() {
vlicense LICENCE
}
1 change: 0 additions & 1 deletion srcpkgs/python3-rfc6555

This file was deleted.

17 changes: 17 additions & 0 deletions srcpkgs/python3-rfc6555/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Template file for 'python3-rfc6555'
pkgname=python3-rfc6555
version=0.1.0
revision=1
wrksrc=rfc6555-${version}
build_style=python3-module
make_check_args="--deselect tests/test_ipv6.py::test_ipv6_available" # CI fail
hostmakedepends="python3-setuptools"
depends="python3"
checkdepends="python3-pytest-xdist"
short_desc="Python implementation of Happy Eyeballs Algorithm described in RFC 6555"
maintainer="icp <pangolin@vivaldi.net>"
license="Apache-2.0"
homepage="https://github.com/sethmlarson/rfc6555"
changelog="https://raw.githubusercontent.com/sethmlarson/rfc6555/main/CHANGES.rst"
distfiles="https://github.com/sethmlarson/rfc6555/archive/refs/tags/v${version}.tar.gz"
checksum=8a15da0f619227c6938be27c64e844668701bca65205002eda789a4fd883b23f
2 changes: 2 additions & 0 deletions srcpkgs/removed-packages/template
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,8 @@ replaces="
python-rdflib<=4.2.2_6
python-reportlab<=3.5.42_3
python-requests<=2.26.0_2
python-rfc6555<=0.0.0_5
python-selectors2<=2.0.2_2
python-spambayes<=1.1b3_3
python-sqlite<=2.8.3_1
python-unicorn>=0
Expand Down