Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-occ: update to 7.4.1.
@ 2020-11-12 17:58 karl-nilsson
  2020-11-23  5:01 ` ericonr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: karl-nilsson @ 2020-11-12 17:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/karl-nilsson/void-packages pyoc
https://github.com/void-linux/void-packages/pull/26323

python3-occ: update to 7.4.1.
minor update

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

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

From bf9139cf73894fe34729ae6e325c4e0a81328e03 Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Thu, 12 Nov 2020 12:17:52 -0500
Subject: [PATCH] python3-occ: update to 7.4.1.

---
 srcpkgs/python3-occ/patches/occt.patch | 48 --------------------------
 srcpkgs/python3-occ/template           |  6 ++--
 2 files changed, 3 insertions(+), 51 deletions(-)
 delete mode 100644 srcpkgs/python3-occ/patches/occt.patch

diff --git a/srcpkgs/python3-occ/patches/occt.patch b/srcpkgs/python3-occ/patches/occt.patch
deleted file mode 100644
index 1dc133471c7..00000000000
--- a/srcpkgs/python3-occ/patches/occt.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-Patch for occt-7.4.0p1. See disussion at
-https://github.com/tpaviot/pythonocc-core/issues/870
-
-Index: pythonocc-core-7.4.0/src/SWIG_files/wrapper/BOPAlgo.i
-===================================================================
---- src/SWIG_files/wrapper/BOPAlgo.i
-+++ src/SWIG_files/wrapper/BOPAlgo.i
-@@ -632,17 +632,6 @@ class BOPAlgo_Tools {
- 	:rtype: void") PerformCommonBlocks;
- 		static void PerformCommonBlocks (const BOPDS_IndexedDataMapOfPaveBlockListOfInteger & theMBlocks,const opencascade::handle<NCollection_BaseAllocator> & theAllocator,BOPDS_PDS & pDS,const opencascade::handle<IntTools_Context> & theContext = opencascade::handle<IntTools_Context>());
- 
--		/****************** TreatCompound ******************/
--		%feature("compactdefaultargs") TreatCompound;
--		%feature("autodoc", "* Collect in the output list recursively all non-compound subshapes of the first level of the given shape theS. If a shape presents in the map theMFence it is skipped. All shapes put in the output are also added into theMFence.
--	:param theS:
--	:type theS: TopoDS_Shape
--	:param theMFence:
--	:type theMFence: TopTools_MapOfShape
--	:param theLS:
--	:type theLS: TopTools_ListOfShape
--	:rtype: void") TreatCompound;
--		static void TreatCompound (const TopoDS_Shape & theS,TopTools_MapOfShape & theMFence,TopTools_ListOfShape & theLS);
- 
- 		/****************** WiresToFaces ******************/
- 		%feature("compactdefaultargs") WiresToFaces;
-Index: pythonocc-core-7.4.0/src/SWIG_files/wrapper/BOPTools.i
-===================================================================
---- src/SWIG_files/wrapper/BOPTools.i
-+++ src/SWIG_files/wrapper/BOPTools.i
-@@ -776,6 +776,18 @@ class BOPTools_AlgoTools {
- 	:rtype: int") Sense;
- 		static Standard_Integer Sense (const TopoDS_Face & theF1,const TopoDS_Face & theF2,const opencascade::handle<IntTools_Context> & theContext);
- 
-+		/****************** TreatCompound ******************/
-+		%feature("compactdefaultargs") TreatCompound;
-+		%feature("autodoc", "* Collect in the output list recursively all non-compound subshapes of the first level of the given shape theS. If a shape presents in the map theMFence it is skipped. All shapes put in the output are also added into theMFence.
-+	:param theS:
-+	:type theS: TopoDS_Shape
-+	:param theLS:
-+	:type theLS: TopTools_ListOfShape
-+	:param theMFence:
-+	:type theMFence: TopTools_MapOfShape
-+	:rtype: void") TreatCompound;
-+		static void TreatCompound (const TopoDS_Shape & theS,TopTools_ListOfShape & theLS, TopTools_MapOfShape * theMFence);
-+
- 		/****************** UpdateVertex ******************/
- 		%feature("compactdefaultargs") UpdateVertex;
- 		%feature("autodoc", "* @name Updating the vertex Update the tolerance value for vertex <aV> taking into account the fact that <aV> lays on the curve <aIC>
diff --git a/srcpkgs/python3-occ/template b/srcpkgs/python3-occ/template
index 42d742ba0af..705f3745794 100644
--- a/srcpkgs/python3-occ/template
+++ b/srcpkgs/python3-occ/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-occ'
 pkgname=python3-occ
-version=7.4.0
-revision=2
+version=7.4.1
+revision=1
 archs="i686* x86_64* armv7l* aarch64* ppc*"
 wrksrc="pythonocc-core-${version}"
 build_style=cmake
@@ -13,4 +13,4 @@ maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
 license="LGPL-3.0-or-later"
 homepage="http://pythonocc.org"
 distfiles="https://github.com/tpaviot/pythonocc-core/archive/${version}.tar.gz"
-checksum=c53481e8b7387b7d3b5f717e86ef8a78849d5041e9cb2966dc6ed4210a3aceac
+checksum=6d62002244a0e7f4e5c1ad590d332a60601c44b2501ad017361443b54371e667

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

* Re: python3-occ: update to 7.4.1.
  2020-11-12 17:58 [PR PATCH] python3-occ: update to 7.4.1 karl-nilsson
@ 2020-11-23  5:01 ` ericonr
  2020-11-23 17:28 ` [PR PATCH] [Updated] " karl-nilsson
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2020-11-23  5:01 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26323#issuecomment-731927148

Comment:
Could you rebase and force push the PR to force it to run CI?

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

* Re: [PR PATCH] [Updated] python3-occ: update to 7.4.1.
  2020-11-12 17:58 [PR PATCH] python3-occ: update to 7.4.1 karl-nilsson
  2020-11-23  5:01 ` ericonr
@ 2020-11-23 17:28 ` karl-nilsson
  2020-11-23 19:33 ` karl-nilsson
  2020-11-23 20:18 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: karl-nilsson @ 2020-11-23 17:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/karl-nilsson/void-packages pyoc
https://github.com/void-linux/void-packages/pull/26323

python3-occ: update to 7.4.1.
minor update

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

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

From b7c74a517803a0cceb341ff9e53587931800adab Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Thu, 12 Nov 2020 12:17:52 -0500
Subject: [PATCH] python3-occ: update to 7.4.1.

---
 srcpkgs/python3-occ/patches/occt.patch | 48 --------------------------
 srcpkgs/python3-occ/template           |  6 ++--
 2 files changed, 3 insertions(+), 51 deletions(-)
 delete mode 100644 srcpkgs/python3-occ/patches/occt.patch

diff --git a/srcpkgs/python3-occ/patches/occt.patch b/srcpkgs/python3-occ/patches/occt.patch
deleted file mode 100644
index 1dc133471c7..00000000000
--- a/srcpkgs/python3-occ/patches/occt.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-Patch for occt-7.4.0p1. See disussion at
-https://github.com/tpaviot/pythonocc-core/issues/870
-
-Index: pythonocc-core-7.4.0/src/SWIG_files/wrapper/BOPAlgo.i
-===================================================================
---- src/SWIG_files/wrapper/BOPAlgo.i
-+++ src/SWIG_files/wrapper/BOPAlgo.i
-@@ -632,17 +632,6 @@ class BOPAlgo_Tools {
- 	:rtype: void") PerformCommonBlocks;
- 		static void PerformCommonBlocks (const BOPDS_IndexedDataMapOfPaveBlockListOfInteger & theMBlocks,const opencascade::handle<NCollection_BaseAllocator> & theAllocator,BOPDS_PDS & pDS,const opencascade::handle<IntTools_Context> & theContext = opencascade::handle<IntTools_Context>());
- 
--		/****************** TreatCompound ******************/
--		%feature("compactdefaultargs") TreatCompound;
--		%feature("autodoc", "* Collect in the output list recursively all non-compound subshapes of the first level of the given shape theS. If a shape presents in the map theMFence it is skipped. All shapes put in the output are also added into theMFence.
--	:param theS:
--	:type theS: TopoDS_Shape
--	:param theMFence:
--	:type theMFence: TopTools_MapOfShape
--	:param theLS:
--	:type theLS: TopTools_ListOfShape
--	:rtype: void") TreatCompound;
--		static void TreatCompound (const TopoDS_Shape & theS,TopTools_MapOfShape & theMFence,TopTools_ListOfShape & theLS);
- 
- 		/****************** WiresToFaces ******************/
- 		%feature("compactdefaultargs") WiresToFaces;
-Index: pythonocc-core-7.4.0/src/SWIG_files/wrapper/BOPTools.i
-===================================================================
---- src/SWIG_files/wrapper/BOPTools.i
-+++ src/SWIG_files/wrapper/BOPTools.i
-@@ -776,6 +776,18 @@ class BOPTools_AlgoTools {
- 	:rtype: int") Sense;
- 		static Standard_Integer Sense (const TopoDS_Face & theF1,const TopoDS_Face & theF2,const opencascade::handle<IntTools_Context> & theContext);
- 
-+		/****************** TreatCompound ******************/
-+		%feature("compactdefaultargs") TreatCompound;
-+		%feature("autodoc", "* Collect in the output list recursively all non-compound subshapes of the first level of the given shape theS. If a shape presents in the map theMFence it is skipped. All shapes put in the output are also added into theMFence.
-+	:param theS:
-+	:type theS: TopoDS_Shape
-+	:param theLS:
-+	:type theLS: TopTools_ListOfShape
-+	:param theMFence:
-+	:type theMFence: TopTools_MapOfShape
-+	:rtype: void") TreatCompound;
-+		static void TreatCompound (const TopoDS_Shape & theS,TopTools_ListOfShape & theLS, TopTools_MapOfShape * theMFence);
-+
- 		/****************** UpdateVertex ******************/
- 		%feature("compactdefaultargs") UpdateVertex;
- 		%feature("autodoc", "* @name Updating the vertex Update the tolerance value for vertex <aV> taking into account the fact that <aV> lays on the curve <aIC>
diff --git a/srcpkgs/python3-occ/template b/srcpkgs/python3-occ/template
index 42d742ba0af..705f3745794 100644
--- a/srcpkgs/python3-occ/template
+++ b/srcpkgs/python3-occ/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-occ'
 pkgname=python3-occ
-version=7.4.0
-revision=2
+version=7.4.1
+revision=1
 archs="i686* x86_64* armv7l* aarch64* ppc*"
 wrksrc="pythonocc-core-${version}"
 build_style=cmake
@@ -13,4 +13,4 @@ maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
 license="LGPL-3.0-or-later"
 homepage="http://pythonocc.org"
 distfiles="https://github.com/tpaviot/pythonocc-core/archive/${version}.tar.gz"
-checksum=c53481e8b7387b7d3b5f717e86ef8a78849d5041e9cb2966dc6ed4210a3aceac
+checksum=6d62002244a0e7f4e5c1ad590d332a60601c44b2501ad017361443b54371e667

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

* Re: python3-occ: update to 7.4.1.
  2020-11-12 17:58 [PR PATCH] python3-occ: update to 7.4.1 karl-nilsson
  2020-11-23  5:01 ` ericonr
  2020-11-23 17:28 ` [PR PATCH] [Updated] " karl-nilsson
@ 2020-11-23 19:33 ` karl-nilsson
  2020-11-23 20:18 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: karl-nilsson @ 2020-11-23 19:33 UTC (permalink / raw)
  To: ml

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

New comment by karl-nilsson on void-packages repository

https://github.com/void-linux/void-packages/pull/26323#issuecomment-732379423

Comment:
@ericonr done

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

* Re: [PR PATCH] [Merged]: python3-occ: update to 7.4.1.
  2020-11-12 17:58 [PR PATCH] python3-occ: update to 7.4.1 karl-nilsson
                   ` (2 preceding siblings ...)
  2020-11-23 19:33 ` karl-nilsson
@ 2020-11-23 20:18 ` ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2020-11-23 20:18 UTC (permalink / raw)
  To: ml

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

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

python3-occ: update to 7.4.1.
https://github.com/void-linux/void-packages/pull/26323

Description:
minor update

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

end of thread, other threads:[~2020-11-23 20:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-12 17:58 [PR PATCH] python3-occ: update to 7.4.1 karl-nilsson
2020-11-23  5:01 ` ericonr
2020-11-23 17:28 ` [PR PATCH] [Updated] " karl-nilsson
2020-11-23 19:33 ` karl-nilsson
2020-11-23 20:18 ` [PR PATCH] [Merged]: " ericonr

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