Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] python-isort: update to 4.3.20.
Date: Wed, 12 Jun 2019 01:07:43 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-12413@inbox.vuxu.org> (raw)

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

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

https://github.com/daniel-eys/void-packages python-isort
https://github.com/void-linux/void-packages/pull/12413

python-isort: update to 4.3.20.
None

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python-isort-12413.patch --]
[-- Type: application/text/x-diff, Size: 1594 bytes --]

From 3cc8d182e0ba1e79a6cf1658284bc9cb73ea8bb3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= <daniel.eysser@gmail.com>
Date: Wed, 12 Jun 2019 00:59:50 +0200
Subject: [PATCH] python-isort: update to 4.3.20.

---
 srcpkgs/python-isort/template | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python-isort/template b/srcpkgs/python-isort/template
index c3a978a5be5..f19e607bf97 100644
--- a/srcpkgs/python-isort/template
+++ b/srcpkgs/python-isort/template
@@ -1,6 +1,6 @@
 # Template file for 'python-isort'
 pkgname=python-isort
-version=4.3.4
+version=4.3.20
 revision=1
 archs=noarch
 wrksrc="isort-${version}"
@@ -8,14 +8,22 @@ build_style=python-module
 pycompile_module="isort"
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python-setuptools python-futures"
+checkdepends="python-pytest python3-pytest
+ python-backports.functools_lru_cache"
 short_desc="Python2 utility/library to sort imports"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
-homepage="https://github.com/timothycrosley/isort"
 license="MIT"
+homepage="https://github.com/timothycrosley/isort"
+changelog="https://raw.githubusercontent.com/timothycrosley/isort/master/CHANGELOG.md"
 distfiles="${PYPI_SITE}/i/isort/isort-${version}.tar.gz"
-checksum=b9c40e9750f3d77e6e4d441d8b0266cf555e7cdabdcff33c4fd06366ca761ef8
+checksum=c40744b6bc5162bbb39c1257fe298b7a393861d50978b565f3ccd9cb9de0182a
 alternatives="isort:isort:/usr/bin/isort2"
 
+do_check() {
+	pytest test_isort.py
+	pytest3 test_isort.py
+}
+
 post_install() {
 	vlicense LICENSE
 }

             reply	other threads:[~2019-06-11 23:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-11 23:07 voidlinux-github [this message]
2019-06-12 10:52 ` [PR PATCH] [Merged]: " 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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-12413@inbox.vuxu.org \
    --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).