Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] python3-future: fix pycompile modules.
Date: Sun, 29 Dec 2019 12:41:05 +0100	[thread overview]
Message-ID: <20191229114105.ixhQnBBXKXT4HrHw6cfUaUc7d1isceMmYxsR16YIsS4@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-17849@inbox.vuxu.org>

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

There is an updated pull request by k4leg against master on the void-packages repository

https://github.com/k4leg/void-packages test
https://github.com/void-linux/void-packages/pull/17849

python3-future: fix pycompile modules.
When I installing `python3-future-0.17.1_2`:
```
python3-future-0.17.1_2: configuring ...
Byte-compiling python3.8 code for module _dummy_thread...
Can't list 'usr/lib/python3.8/site-packages/_dummy_thread'
Can't list 'usr/lib/python3.8/site-packages/_dummy_thread'
Byte-compiling python3.8 code for module _markupbase...
Can't list 'usr/lib/python3.8/site-packages/_markupbase'
Can't list 'usr/lib/python3.8/site-packages/_markupbase'
Byte-compiling python3.8 code for module _thread...
Can't list 'usr/lib/python3.8/site-packages/_thread'
Can't list 'usr/lib/python3.8/site-packages/_thread'
Byte-compiling python3.8 code for module builtins...
Can't list 'usr/lib/python3.8/site-packages/builtins'
Can't list 'usr/lib/python3.8/site-packages/builtins'
Byte-compiling python3.8 code for module copyreg...
Can't list 'usr/lib/python3.8/site-packages/copyreg'
Can't list 'usr/lib/python3.8/site-packages/copyreg'
Byte-compiling python3.8 code for module future...
Byte-compiling python3.8 code for module html...
Can't list 'usr/lib/python3.8/site-packages/html'
Can't list 'usr/lib/python3.8/site-packages/html'
Byte-compiling python3.8 code for module http...
Can't list 'usr/lib/python3.8/site-packages/http'
Can't list 'usr/lib/python3.8/site-packages/http'
Byte-compiling python3.8 code for module libfuturize...
Byte-compiling python3.8 code for module libpasteurize...
Byte-compiling python3.8 code for module past...
Byte-compiling python3.8 code for module queue...
Can't list 'usr/lib/python3.8/site-packages/queue'
Can't list 'usr/lib/python3.8/site-packages/queue'
Byte-compiling python3.8 code for module reprlib...
Can't list 'usr/lib/python3.8/site-packages/reprlib'
Can't list 'usr/lib/python3.8/site-packages/reprlib'
Byte-compiling python3.8 code for module socketserver...
Can't list 'usr/lib/python3.8/site-packages/socketserver'
Can't list 'usr/lib/python3.8/site-packages/socketserver'
Byte-compiling python3.8 code for module tkinter...
Can't list 'usr/lib/python3.8/site-packages/tkinter'
Can't list 'usr/lib/python3.8/site-packages/tkinter'
Byte-compiling python3.8 code for module winreg...
Can't list 'usr/lib/python3.8/site-packages/winreg'
Can't list 'usr/lib/python3.8/site-packages/winreg'
Byte-compiling python3.8 code for module xmlrpc...
Can't list 'usr/lib/python3.8/site-packages/xmlrpc'
Can't list 'usr/lib/python3.8/site-packages/xmlrpc'
Updating ldconfig(8) cache...
python3-future-0.17.1_2: installed successfully.
```

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

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

From e57b5d1e2e213ee8c8799831fa9b80101e3a69e9 Mon Sep 17 00:00:00 2001
From: k4leg <d0xi@inbox.ru>
Date: Sun, 29 Dec 2019 01:27:06 +0300
Subject: [PATCH] python3-future: fix pycompile modules.

---
 srcpkgs/python-future/template | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python-future/template b/srcpkgs/python-future/template
index 6cd53908823..6c314c00cee 100644
--- a/srcpkgs/python-future/template
+++ b/srcpkgs/python-future/template
@@ -1,7 +1,7 @@
 # Template file for 'python-future'
 pkgname=python-future
 version=0.17.1
-revision=2
+revision=3
 archs=noarch
 wrksrc="future-${version}"
 build_style=python-module
@@ -12,8 +12,8 @@ hostmakedepends="python-setuptools python3-setuptools"
 depends="python-setuptools"
 short_desc="Clean single-source support for Python 3 and 2 (Python2)"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
-homepage="https://python-future.org/"
 license="MIT"
+homepage="https://python-future.org/"
 distfiles="${PYPI_SITE}/f/future/future-${version}.tar.gz"
 checksum=67045236dcfd6816dc439556d009594abf643e5eb48992e36beac09c2ca659b8
 
@@ -30,9 +30,7 @@ python3-future_package() {
 	 future:futurize:/usr/bin/futurize3
 	 future:pasteurize:/usr/bin/pasteurize3"
 	archs=noarch
-	pycompile_module="_dummy_thread _markupbase _thread builtins
-	 copyreg future html http libfuturize libpasteurize past queue reprlib
-	 socketserver tkinter winreg xmlrpc"
+	pycompile_module="future libfuturize libpasteurize past"
 	depends="python3-setuptools"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {

  reply	other threads:[~2019-12-29 11:41 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-28 22:31 [PR PATCH] " voidlinux-github
2019-12-29 11:41 ` voidlinux-github [this message]
2019-12-31 14:42 ` voidlinux-github
2019-12-31 14:43 ` [PR PATCH] [Closed]: " voidlinux-github

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191229114105.ixhQnBBXKXT4HrHw6cfUaUc7d1isceMmYxsR16YIsS4@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).