Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] sumo: update to 1.12.0.
@ 2022-02-12  2:48 tibequadorian
  2022-02-20  0:41 ` [PR REVIEW] " paper42
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: tibequadorian @ 2022-02-12  2:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages sumo
https://github.com/void-linux/void-packages/pull/35547

sumo: update to 1.12.0.
Might help https://github.com/void-linux/void-packages/pull/34729

<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

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

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

From 8f199c691137cfe3a102114a6907304889c30357 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Sat, 12 Feb 2022 01:58:40 +0100
Subject: [PATCH] sumo: update to 1.12.0.

---
 srcpkgs/sumo/template | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/sumo/template b/srcpkgs/sumo/template
index e760fdd45aee..1a9715100f54 100644
--- a/srcpkgs/sumo/template
+++ b/srcpkgs/sumo/template
@@ -1,18 +1,21 @@
 # Template file for 'sumo'
 pkgname=sumo
-version=1.5.0
-revision=4
+version=1.12.0
+revision=1
 build_style=cmake
-python_version=3
 hostmakedepends="libgdal-tools pkg-config swig python3-setuptools"
-makedepends="python3-devel ffmpeg-devel fox-devel gl2ps-devel libgdal-devel libxerces-c-devel osg-devel proj-devel"
+makedepends="python3-devel ffmpeg-devel fox-devel gl2ps-devel libgdal-devel
+ libxerces-c-devel osg-devel proj-devel"
 short_desc="SUMO (Simulation of Urban MObility) and included applications"
 maintainer="Warrior Graph <marques@larces.uece.br>"
 license="EPL-2.0"
 homepage="https://sumo.dlr.de"
 distfiles="https://sumo.dlr.de/releases/${version}/sumo-src-${version}.tar.gz"
-checksum=dcf5339fdda0659fa44fcfd69fe3f4e03009aa9a59849624f2a3cfe72eda9f8e
+checksum=163dd6f7ed718e2a30630be3d2ac2ddfc4abce24750ed7f4efce879a3ae9447e
+
+python_version=3
 
 post_install() {
 	rm -f ${DESTDIR}/usr/share/sumo/tools/libsumo/*.so
+	rm -f ${DESTDIR}/usr/share/sumo/tools/libtraci/*.so
 }

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

* Re: [PR REVIEW] sumo: update to 1.12.0.
  2022-02-12  2:48 [PR PATCH] sumo: update to 1.12.0 tibequadorian
@ 2022-02-20  0:41 ` paper42
  2022-02-20  0:42 ` [PR PATCH] [Updated] " tibequadorian
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2022-02-20  0:41 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35547#discussion_r810553513

Comment:
remove this empty line

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

* Re: [PR PATCH] [Updated] sumo: update to 1.12.0.
  2022-02-12  2:48 [PR PATCH] sumo: update to 1.12.0 tibequadorian
  2022-02-20  0:41 ` [PR REVIEW] " paper42
@ 2022-02-20  0:42 ` tibequadorian
  2022-02-20 21:57 ` [PR REVIEW] " paper42
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: tibequadorian @ 2022-02-20  0:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages sumo
https://github.com/void-linux/void-packages/pull/35547

sumo: update to 1.12.0.
Might help https://github.com/void-linux/void-packages/pull/34729

<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

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

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

From 34fd48e090dfd8c07a3c942b4f163026a0779e68 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Sat, 12 Feb 2022 01:58:40 +0100
Subject: [PATCH] sumo: update to 1.12.0.

---
 srcpkgs/sumo/template | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/sumo/template b/srcpkgs/sumo/template
index e760fdd45aee..079521ebf045 100644
--- a/srcpkgs/sumo/template
+++ b/srcpkgs/sumo/template
@@ -1,18 +1,20 @@
 # Template file for 'sumo'
 pkgname=sumo
-version=1.5.0
-revision=4
+version=1.12.0
+revision=1
 build_style=cmake
-python_version=3
 hostmakedepends="libgdal-tools pkg-config swig python3-setuptools"
-makedepends="python3-devel ffmpeg-devel fox-devel gl2ps-devel libgdal-devel libxerces-c-devel osg-devel proj-devel"
+makedepends="python3-devel ffmpeg-devel fox-devel gl2ps-devel libgdal-devel
+ libxerces-c-devel osg-devel proj-devel"
 short_desc="SUMO (Simulation of Urban MObility) and included applications"
 maintainer="Warrior Graph <marques@larces.uece.br>"
 license="EPL-2.0"
 homepage="https://sumo.dlr.de"
 distfiles="https://sumo.dlr.de/releases/${version}/sumo-src-${version}.tar.gz"
-checksum=dcf5339fdda0659fa44fcfd69fe3f4e03009aa9a59849624f2a3cfe72eda9f8e
+checksum=163dd6f7ed718e2a30630be3d2ac2ddfc4abce24750ed7f4efce879a3ae9447e
+python_version=3
 
 post_install() {
 	rm -f ${DESTDIR}/usr/share/sumo/tools/libsumo/*.so
+	rm -f ${DESTDIR}/usr/share/sumo/tools/libtraci/*.so
 }

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

* Re: [PR REVIEW] sumo: update to 1.12.0.
  2022-02-12  2:48 [PR PATCH] sumo: update to 1.12.0 tibequadorian
  2022-02-20  0:41 ` [PR REVIEW] " paper42
  2022-02-20  0:42 ` [PR PATCH] [Updated] " tibequadorian
@ 2022-02-20 21:57 ` paper42
  2022-02-20 22:02 ` tibequadorian
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2022-02-20 21:57 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35547#discussion_r810690474

Comment:
```suggestion
homepage="https://sumo.dlr.de"
changelog="https://raw.githubusercontent.com/eclipse/sumo/800cb422fa4b9107a1d799d73fc19dbdd7f2cdab/docs/web/docs/ChangeLog.md"
distfiles="https://sumo.dlr.de/releases/${version}/sumo-src-${version}.tar.gz"
```

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

* Re: [PR REVIEW] sumo: update to 1.12.0.
  2022-02-12  2:48 [PR PATCH] sumo: update to 1.12.0 tibequadorian
                   ` (2 preceding siblings ...)
  2022-02-20 21:57 ` [PR REVIEW] " paper42
@ 2022-02-20 22:02 ` tibequadorian
  2022-02-20 22:03 ` [PR PATCH] [Updated] " tibequadorian
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: tibequadorian @ 2022-02-20 22:02 UTC (permalink / raw)
  To: ml

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

New review comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/35547#discussion_r810691011

Comment:
with that commit hash? i would use https://raw.githubusercontent.com/eclipse/sumo/master/docs/web/docs/ChangeLog.md

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

* Re: [PR PATCH] [Updated] sumo: update to 1.12.0.
  2022-02-12  2:48 [PR PATCH] sumo: update to 1.12.0 tibequadorian
                   ` (3 preceding siblings ...)
  2022-02-20 22:02 ` tibequadorian
@ 2022-02-20 22:03 ` tibequadorian
  2022-02-20 22:05 ` [PR REVIEW] " paper42
  2022-02-23 22:43 ` [PR PATCH] [Merged]: " paper42
  6 siblings, 0 replies; 8+ messages in thread
From: tibequadorian @ 2022-02-20 22:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages sumo
https://github.com/void-linux/void-packages/pull/35547

sumo: update to 1.12.0.
Might help https://github.com/void-linux/void-packages/pull/34729

<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

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

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

From 0a0f39c0cbb50c7d8f0ec7efc12d81efcb603038 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Sat, 12 Feb 2022 01:58:40 +0100
Subject: [PATCH] sumo: update to 1.12.0.

---
 srcpkgs/sumo/template | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/sumo/template b/srcpkgs/sumo/template
index e760fdd45aee..f3cc1c4490ae 100644
--- a/srcpkgs/sumo/template
+++ b/srcpkgs/sumo/template
@@ -1,18 +1,21 @@
 # Template file for 'sumo'
 pkgname=sumo
-version=1.5.0
-revision=4
+version=1.12.0
+revision=1
 build_style=cmake
-python_version=3
 hostmakedepends="libgdal-tools pkg-config swig python3-setuptools"
-makedepends="python3-devel ffmpeg-devel fox-devel gl2ps-devel libgdal-devel libxerces-c-devel osg-devel proj-devel"
+makedepends="python3-devel ffmpeg-devel fox-devel gl2ps-devel libgdal-devel
+ libxerces-c-devel osg-devel proj-devel"
 short_desc="SUMO (Simulation of Urban MObility) and included applications"
 maintainer="Warrior Graph <marques@larces.uece.br>"
 license="EPL-2.0"
 homepage="https://sumo.dlr.de"
+changelog="https://raw.githubusercontent.com/eclipse/sumo/master/docs/web/docs/ChangeLog.md"
 distfiles="https://sumo.dlr.de/releases/${version}/sumo-src-${version}.tar.gz"
-checksum=dcf5339fdda0659fa44fcfd69fe3f4e03009aa9a59849624f2a3cfe72eda9f8e
+checksum=163dd6f7ed718e2a30630be3d2ac2ddfc4abce24750ed7f4efce879a3ae9447e
+python_version=3
 
 post_install() {
 	rm -f ${DESTDIR}/usr/share/sumo/tools/libsumo/*.so
+	rm -f ${DESTDIR}/usr/share/sumo/tools/libtraci/*.so
 }

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

* Re: [PR REVIEW] sumo: update to 1.12.0.
  2022-02-12  2:48 [PR PATCH] sumo: update to 1.12.0 tibequadorian
                   ` (4 preceding siblings ...)
  2022-02-20 22:03 ` [PR PATCH] [Updated] " tibequadorian
@ 2022-02-20 22:05 ` paper42
  2022-02-23 22:43 ` [PR PATCH] [Merged]: " paper42
  6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2022-02-20 22:05 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35547#discussion_r810691485

Comment:
I didn't notice I copied a commit hash, master will be better :)

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

* Re: [PR PATCH] [Merged]: sumo: update to 1.12.0.
  2022-02-12  2:48 [PR PATCH] sumo: update to 1.12.0 tibequadorian
                   ` (5 preceding siblings ...)
  2022-02-20 22:05 ` [PR REVIEW] " paper42
@ 2022-02-23 22:43 ` paper42
  6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2022-02-23 22:43 UTC (permalink / raw)
  To: ml

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

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

sumo: update to 1.12.0.
https://github.com/void-linux/void-packages/pull/35547

Description:
Might help https://github.com/void-linux/void-packages/pull/34729

<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

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

end of thread, other threads:[~2022-02-23 22:43 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-12  2:48 [PR PATCH] sumo: update to 1.12.0 tibequadorian
2022-02-20  0:41 ` [PR REVIEW] " paper42
2022-02-20  0:42 ` [PR PATCH] [Updated] " tibequadorian
2022-02-20 21:57 ` [PR REVIEW] " paper42
2022-02-20 22:02 ` tibequadorian
2022-02-20 22:03 ` [PR PATCH] [Updated] " tibequadorian
2022-02-20 22:05 ` [PR REVIEW] " paper42
2022-02-23 22:43 ` [PR PATCH] [Merged]: " paper42

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