Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] offlineimap: update to 7.3.0.
@ 2019-09-04 13:57 voidlinux-github
  2019-09-18  7:22 ` voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-04 13:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 375 bytes --]

There is a new pull request by pbui against master on the void-packages repository

https://github.com/pbui/void-packages offlineimap
https://github.com/void-linux/void-packages/pull/14207

offlineimap: update to 7.3.0.
- Add new required package: python-rfc6555.

- Adopt package.

A patch file from https://github.com/void-linux/void-packages/pull/14207.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-offlineimap-14207.patch --]
[-- Type: text/x-diff, Size: 3101 bytes --]

From 6b97fbcf8d4e1b758ef5818bc5109d51b3af65b2 Mon Sep 17 00:00:00 2001
From: Peter Bui <pbui@github.bx612.space>
Date: Wed, 4 Sep 2019 09:53:54 -0400
Subject: [PATCH 1/2] New package: python-rfc6555-0.0.0

Required by offlineimap-7.3.0.
---
 srcpkgs/python-rfc6555/template | 25 +++++++++++++++++++++++++
 srcpkgs/python3-rfc6555         |  1 +
 2 files changed, 26 insertions(+)
 create mode 100644 srcpkgs/python-rfc6555/template
 create mode 120000 srcpkgs/python3-rfc6555

diff --git a/srcpkgs/python-rfc6555/template b/srcpkgs/python-rfc6555/template
new file mode 100644
index 00000000000..c3babc25b93
--- /dev/null
+++ b/srcpkgs/python-rfc6555/template
@@ -0,0 +1,25 @@
+# Template file for 'python-rfc6555'
+pkgname=python-rfc6555
+version=0.0.0
+revision=1
+archs=noarch
+wrksrc="rfc6555-${version}"
+build_style=python-module
+pycompile_module="rfc6555"
+hostmakedepends="python-setuptools python3-setuptools"
+depends="python-selectors2"
+short_desc="Python2 implementation of the Happy Eyeballs Algorithm"
+maintainer="Peter Bui <pbui@github.bx612.space>"
+license="Apache-2.0"
+homepage="https://github.com/sethmlarson/rfc6555"
+distfiles="${PYPI_SITE}/r/rfc6555/rfc6555-${version}.tar.gz"
+checksum=191cbba0315b53654155321e56a93466f42cd0a474b4f341df4d03264dcb5217
+
+python3-rfc6555_package() {
+	archs=noarch
+	pycompile_module="rfc6555"
+	short_desc="${short_desc/Python2/Python3}"
+	pkg_install() {
+		vmove usr/lib/python3*
+	}
+}
diff --git a/srcpkgs/python3-rfc6555 b/srcpkgs/python3-rfc6555
new file mode 120000
index 00000000000..7275c04c1a4
--- /dev/null
+++ b/srcpkgs/python3-rfc6555
@@ -0,0 +1 @@
+python-rfc6555
\ No newline at end of file

From 480ef94b39618b59a30fbfb0972f83512decfbaf Mon Sep 17 00:00:00 2001
From: Peter Bui <pbui@github.bx612.space>
Date: Wed, 4 Sep 2019 09:54:29 -0400
Subject: [PATCH 2/2] offlineimap: update to 7.3.0.

Adopt package.
---
 srcpkgs/offlineimap/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/offlineimap/template b/srcpkgs/offlineimap/template
index cdbeb81a3ed..b58c5fa5bd9 100644
--- a/srcpkgs/offlineimap/template
+++ b/srcpkgs/offlineimap/template
@@ -1,19 +1,19 @@
 # Template file for 'offlineimap'
 pkgname=offlineimap
-version=7.2.4
+version=7.3.0
 revision=1
 archs=noarch
 build_style=python2-module
 pycompile_module="offlineimap"
-hostmakedepends="python-six asciidoc"
-depends="python-six"
+hostmakedepends="python-six python-rfc6555 asciidoc"
+depends="python-six python-rfc6555"
 short_desc="Powerful IMAP/Maildir synchronization and reader support"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Peter Bui <pbui@github.bx612.space>"
 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=5b6590c82cd5f6cbfe09e89ce52622208f5d4b24e021fce7646204b417bd1d2e
+checksum=d8378e82e392c70f5c20cb08705687da30cd427f2bca539939311512777e6659
 
 post_install() {
 	make -C docs man

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: offlineimap: update to 7.3.0.
  2019-09-04 13:57 [PR PATCH] offlineimap: update to 7.3.0 voidlinux-github
@ 2019-09-18  7:22 ` voidlinux-github
  2019-09-18 12:50 ` voidlinux-github
  2019-09-19 20:52 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-18  7:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 416 bytes --]

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/14207#issuecomment-532555860

Comment:
versioning of python-rfc6555 is strange. [pypi](https://pypi.org/project/rfc6555/) states `0.0.0` (top) as well as `1.0.0` (bottom), while the [github page](https://github.com/sethmlarson/rfc6555/commit/1a181b432312731f6742a5eb558dae4761d32361) doesn't have any tags at all...

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: offlineimap: update to 7.3.0.
  2019-09-04 13:57 [PR PATCH] offlineimap: update to 7.3.0 voidlinux-github
  2019-09-18  7:22 ` voidlinux-github
@ 2019-09-18 12:50 ` voidlinux-github
  2019-09-19 20:52 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-18 12:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 414 bytes --]

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/14207#issuecomment-532555860

Comment:
versioning of python-rfc6555 is strange. [pypi](https://pypi.org/project/rfc6555/) states `0.0.0` (top) as well as `1.0.0` (bottom), while the [github page](https://github.com/sethmlarson/rfc6555/tree/1a181b432312731f6742a5eb558dae4761d32361) doesn't have any tags at all...

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Merged]: offlineimap: update to 7.3.0.
  2019-09-04 13:57 [PR PATCH] offlineimap: update to 7.3.0 voidlinux-github
  2019-09-18  7:22 ` voidlinux-github
  2019-09-18 12:50 ` voidlinux-github
@ 2019-09-19 20:52 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-19 20:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 226 bytes --]

There's a merged pull request on the void-packages repository

offlineimap: update to 7.3.0.
https://github.com/void-linux/void-packages/pull/14207

Description:
- Add new required package: python-rfc6555.

- Adopt package.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-09-19 20:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-04 13:57 [PR PATCH] offlineimap: update to 7.3.0 voidlinux-github
2019-09-18  7:22 ` voidlinux-github
2019-09-18 12:50 ` voidlinux-github
2019-09-19 20:52 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).