Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-graphviz: update to 0.20.1
@ 2023-06-12 23:09 chrysos349
  2023-06-22 11:04 ` [PR PATCH] [Merged]: " Duncaen
  0 siblings, 1 reply; 2+ messages in thread
From: chrysos349 @ 2023-06-12 23:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages python3-graphviz
https://github.com/void-linux/void-packages/pull/44399

python3-graphviz: update to 0.20.1
#### Testing the changes
- I tested the changes in this PR: **NO**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64

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

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

From 36a0b7021ef58495bad2f934ef0bcb4d407bdb93 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Tue, 13 Jun 2023 02:07:46 +0300
Subject: [PATCH] python3-graphviz: update to 0.20.1

---
 srcpkgs/python3-graphviz/template | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-graphviz/template b/srcpkgs/python3-graphviz/template
index 045a3782f743..399f873fa1cb 100644
--- a/srcpkgs/python3-graphviz/template
+++ b/srcpkgs/python3-graphviz/template
@@ -1,18 +1,25 @@
 # Template file for 'python3-graphviz'
 pkgname=python3-graphviz
-version=0.13.2
-revision=4
+version=0.20.1
+revision=1
 build_style=python3-module
-pycompile_module="graphviz"
 hostmakedepends="python3-setuptools"
 depends="graphviz python3"
+checkdepends="python3-pytest-mock ${depends}"
 short_desc="Simple Python3 interface for Graphviz"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/xflr6/graphviz"
 changelog="https://github.com/xflr6/graphviz/blob/master/CHANGES.txt"
 distfiles="https://github.com/xflr6/graphviz/archive/${version}.tar.gz"
-checksum=bb932d6833e7c62ac6b53624b6d55bfd81f40e861f55642e1221ac4f4d8421b4
+checksum=815346b8c2fcd8ccede29623a67bfc30abdbb75749e96128b9d414573d6d8f04
+
+post_extract() {
+	# do not run python3-coverage in unittests :/
+	vsed -i setup.cfg -e 's/--cov --cov-report=term --cov-report=html//'
+	# don't add pointless dependency on python3-pytest-mock needed on python 3.5
+	vsed -i setup.cfg -e '/mock_use_standalone_module/d'
+}
 
 post_install() {
 	vlicense LICENSE.txt

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

* Re: [PR PATCH] [Merged]: python3-graphviz: update to 0.20.1
  2023-06-12 23:09 [PR PATCH] python3-graphviz: update to 0.20.1 chrysos349
@ 2023-06-22 11:04 ` Duncaen
  0 siblings, 0 replies; 2+ messages in thread
From: Duncaen @ 2023-06-22 11:04 UTC (permalink / raw)
  To: ml

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

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

python3-graphviz: update to 0.20.1
https://github.com/void-linux/void-packages/pull/44399

Description:
#### Testing the changes
- I tested the changes in this PR: **NO**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64

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

end of thread, other threads:[~2023-06-22 11:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-12 23:09 [PR PATCH] python3-graphviz: update to 0.20.1 chrysos349
2023-06-22 11:04 ` [PR PATCH] [Merged]: " Duncaen

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).