Github messages for voidlinux
 help / color / mirror / Atom feed
From: ndowens <ndowens@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] python3-altgraph: update to 0.17
Date: Wed, 18 Nov 2020 21:59:28 +0100	[thread overview]
Message-ID: <20201118205928.4SZ16JWGk-RBr7w9sQk4p-1o1VGvjh5WQbBy8gSJuOE@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26467@inbox.vuxu.org>

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

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

https://github.com/ndowens/void-packages python-altgraph
https://github.com/void-linux/void-packages/pull/26467

python3-altgraph: update to 0.17
Add check target

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

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

From 1bc0c0cfeae96acc323cfd034c4cc579d6b5cc7a Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 17 Nov 2020 16:43:26 -0600
Subject: [PATCH] python3-altgraph: update to 0.17

Add check target
---
 srcpkgs/python3-altgraph/template | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-altgraph/template b/srcpkgs/python3-altgraph/template
index a1ad53d67a1..aa73fd77cce 100644
--- a/srcpkgs/python3-altgraph/template
+++ b/srcpkgs/python3-altgraph/template
@@ -1,18 +1,22 @@
 # Template file for 'python3-altgraph'
 pkgname=python3-altgraph
-version=0.16.1
-revision=3
+version=0.17
+revision=1
 wrksrc="altgraph-${version}"
 build_style=python3-module
-pycompile_module="altgraph"
 hostmakedepends="python3-setuptools"
-depends="python3"
+depends="python3 python3-setuptools"
+checkdepends="python3-coverage"
 short_desc="Fork of graphlib for building network graphs"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://altgraph.readthedocs.io/en/latest/"
 distfiles="${PYPI_SITE}/a/altgraph/altgraph-${version}.tar.gz"
-checksum=ddf5320017147ba7b810198e0b6619bd7b5563aa034da388cea8546b877f9b0c
+checksum=1f05a47122542f97028caf78775a095fbe6a2699b5089de8477eb583167d69aa
+
+do_check() {
+	python3 -m coverage run --parallel setup.py test
+}
 
 post_install() {
 	vlicense LICENSE

  parent reply	other threads:[~2020-11-18 20:59 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-17 22:43 [PR PATCH] " ndowens
2020-11-17 22:45 ` [PR PATCH] [Updated] " ndowens
2020-11-18 19:30 ` Chocimier
2020-11-18 20:59 ` ndowens [this message]
2020-11-19 15:25 ` [PR REVIEW] " ahesford
2020-11-19 15:26 ` ahesford
2020-11-19 15:41 ` [PR PATCH] [Updated] " ndowens
2020-11-19 17:08 ` [PR PATCH] [Merged]: " Chocimier

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=20201118205928.4SZ16JWGk-RBr7w9sQk4p-1o1VGvjh5WQbBy8gSJuOE@z \
    --to=ndowens@users.noreply.github.com \
    --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).