Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-casttube: update to 0.2.1.
@ 2022-03-27 21:22 1is7ac3
  2022-03-27 21:39 ` [PR PATCH] [Updated] " 1is7ac3
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: 1is7ac3 @ 2022-03-27 21:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/1is7ac3/void-packages python3-casttube
https://github.com/void-linux/void-packages/pull/36385

python3-casttube: update to 0.2.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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 add ci skip tag as described in
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/36385.patch is attached

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

From 77f8caa94038f296b6e0cdde569b62d557ff65bb Mon Sep 17 00:00:00 2001
From: Isaac Quiroz <isaac.qa13@gmail.com>
Date: Sun, 27 Mar 2022 18:04:15 -0300
Subject: [PATCH] python3-casttube: update to 0.2.1.

---
 srcpkgs/python3-casttube/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-casttube/template b/srcpkgs/python3-casttube/template
index 74187dad714b..497a7fa5cd3b 100644
--- a/srcpkgs/python3-casttube/template
+++ b/srcpkgs/python3-casttube/template
@@ -1,10 +1,9 @@
 # Template file for 'python3-casttube'
 pkgname=python3-casttube
-version=0.2.0
-revision=4
+version=0.2.1
+revision=1
 wrksrc="casttube-${version}"
 build_style=python3-module
-pycompile_module="casttube"
 hostmakedepends="python3-setuptools"
 depends="python3-requests"
 short_desc="Python3 library to interface with the YouTube Chromecast API"
@@ -12,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/ur1katz/casttube"
 distfiles="https://github.com/ur1katz/casttube/archive/${version}.tar.gz"
-checksum=5dffe63803914ccd0f311940dc49865c4cd0bd4461f901c27a0ef22b3338cd14
+checksum=351819818a10a107641675cab71c4154afb490762410b3138c18ef410cbf5c33
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] python3-casttube: update to 0.2.1.
  2022-03-27 21:22 [PR PATCH] python3-casttube: update to 0.2.1 1is7ac3
@ 2022-03-27 21:39 ` 1is7ac3
  2022-07-16  2:13 ` github-actions
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: 1is7ac3 @ 2022-03-27 21:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/1is7ac3/void-packages python3-casttube
https://github.com/void-linux/void-packages/pull/36385

python3-casttube: update to 0.2.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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 add ci skip tag as described in
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/36385.patch is attached

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

From ada1b8e72856ec1005a04bb250fd35a8301da3a8 Mon Sep 17 00:00:00 2001
From: *1is7ac3* Isaac Quiroz <isaac.qa13@gmail.com>
Date: Sun, 27 Mar 2022 18:37:49 -0300
Subject: [PATCH] python3-casttube: update to 0.2.1.

---
 srcpkgs/python3-casttube/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-casttube/template b/srcpkgs/python3-casttube/template
index 74187dad714b..7627b2a2de33 100644
--- a/srcpkgs/python3-casttube/template
+++ b/srcpkgs/python3-casttube/template
@@ -1,18 +1,17 @@
 # Template file for 'python3-casttube'
 pkgname=python3-casttube
-version=0.2.0
-revision=4
+version=0.2.1
+revision=1
 wrksrc="casttube-${version}"
 build_style=python3-module
-pycompile_module="casttube"
-hostmakedepends="python3-setuptools"
+hostmakedepends="python3-setuptools python3-pip python3-wheel"
 depends="python3-requests"
 short_desc="Python3 library to interface with the YouTube Chromecast API"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/ur1katz/casttube"
 distfiles="https://github.com/ur1katz/casttube/archive/${version}.tar.gz"
-checksum=5dffe63803914ccd0f311940dc49865c4cd0bd4461f901c27a0ef22b3338cd14
+checksum=351819818a10a107641675cab71c4154afb490762410b3138c18ef410cbf5c33
 
 post_install() {
 	vlicense LICENSE

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

* Re: python3-casttube: update to 0.2.1.
  2022-03-27 21:22 [PR PATCH] python3-casttube: update to 0.2.1 1is7ac3
  2022-03-27 21:39 ` [PR PATCH] [Updated] " 1is7ac3
@ 2022-07-16  2:13 ` github-actions
  2022-07-16  6:52 ` [PR REVIEW] " paper42
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: github-actions @ 2022-07-16  2:13 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/36385#issuecomment-1186062432

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR REVIEW] python3-casttube: update to 0.2.1.
  2022-03-27 21:22 [PR PATCH] python3-casttube: update to 0.2.1 1is7ac3
  2022-03-27 21:39 ` [PR PATCH] [Updated] " 1is7ac3
  2022-07-16  2:13 ` github-actions
@ 2022-07-16  6:52 ` paper42
  2022-07-18 18:16 ` [PR PATCH] [Updated] " 1is7ac3
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: paper42 @ 2022-07-16  6:52 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/36385#discussion_r922642675

Comment:
remove pip and fix dependency errors properly

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

* Re: [PR PATCH] [Updated] python3-casttube: update to 0.2.1.
  2022-03-27 21:22 [PR PATCH] python3-casttube: update to 0.2.1 1is7ac3
                   ` (2 preceding siblings ...)
  2022-07-16  6:52 ` [PR REVIEW] " paper42
@ 2022-07-18 18:16 ` 1is7ac3
  2022-07-18 18:26 ` 1is7ac3
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: 1is7ac3 @ 2022-07-18 18:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/1is7ac3/void-packages python3-casttube
https://github.com/void-linux/void-packages/pull/36385

python3-casttube: update to 0.2.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: YES

<!--
#### 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 add ci skip tag as described in
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/36385.patch is attached

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

From bade1ab81b29d18804ee4d6d1aad269340a7524f Mon Sep 17 00:00:00 2001
From: *1is7ac3* Isaac Quiroz <isaac.qa13@gmail.com>
Date: Sun, 27 Mar 2022 18:37:49 -0300
Subject: [PATCH] python3-casttube: update to 0.2.1.

---
 srcpkgs/python3-casttube/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-casttube/template b/srcpkgs/python3-casttube/template
index 74187dad714b..497a7fa5cd3b 100644
--- a/srcpkgs/python3-casttube/template
+++ b/srcpkgs/python3-casttube/template
@@ -1,10 +1,9 @@
 # Template file for 'python3-casttube'
 pkgname=python3-casttube
-version=0.2.0
-revision=4
+version=0.2.1
+revision=1
 wrksrc="casttube-${version}"
 build_style=python3-module
-pycompile_module="casttube"
 hostmakedepends="python3-setuptools"
 depends="python3-requests"
 short_desc="Python3 library to interface with the YouTube Chromecast API"
@@ -12,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/ur1katz/casttube"
 distfiles="https://github.com/ur1katz/casttube/archive/${version}.tar.gz"
-checksum=5dffe63803914ccd0f311940dc49865c4cd0bd4461f901c27a0ef22b3338cd14
+checksum=351819818a10a107641675cab71c4154afb490762410b3138c18ef410cbf5c33
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] python3-casttube: update to 0.2.1.
  2022-03-27 21:22 [PR PATCH] python3-casttube: update to 0.2.1 1is7ac3
                   ` (3 preceding siblings ...)
  2022-07-18 18:16 ` [PR PATCH] [Updated] " 1is7ac3
@ 2022-07-18 18:26 ` 1is7ac3
  2022-07-18 18:44 ` 1is7ac3
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: 1is7ac3 @ 2022-07-18 18:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/1is7ac3/void-packages python3-casttube
https://github.com/void-linux/void-packages/pull/36385

python3-casttube: update to 0.2.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: YES

<!--
#### 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 add ci skip tag as described in
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/36385.patch is attached

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

From 7a0c5286e189b8a59cfa3f8df9b28d8943f33ee3 Mon Sep 17 00:00:00 2001
From: *1is7ac3* Isaac Quiroz <isaac.qa13@gmail.com>
Date: Sun, 27 Mar 2022 18:37:49 -0300
Subject: [PATCH] python3-casttube: update to 0.2.1.

---
 srcpkgs/python3-casttube/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-casttube/template b/srcpkgs/python3-casttube/template
index 74187dad714b..497a7fa5cd3b 100644
--- a/srcpkgs/python3-casttube/template
+++ b/srcpkgs/python3-casttube/template
@@ -1,10 +1,9 @@
 # Template file for 'python3-casttube'
 pkgname=python3-casttube
-version=0.2.0
-revision=4
+version=0.2.1
+revision=1
 wrksrc="casttube-${version}"
 build_style=python3-module
-pycompile_module="casttube"
 hostmakedepends="python3-setuptools"
 depends="python3-requests"
 short_desc="Python3 library to interface with the YouTube Chromecast API"
@@ -12,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/ur1katz/casttube"
 distfiles="https://github.com/ur1katz/casttube/archive/${version}.tar.gz"
-checksum=5dffe63803914ccd0f311940dc49865c4cd0bd4461f901c27a0ef22b3338cd14
+checksum=351819818a10a107641675cab71c4154afb490762410b3138c18ef410cbf5c33
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] python3-casttube: update to 0.2.1.
  2022-03-27 21:22 [PR PATCH] python3-casttube: update to 0.2.1 1is7ac3
                   ` (4 preceding siblings ...)
  2022-07-18 18:26 ` 1is7ac3
@ 2022-07-18 18:44 ` 1is7ac3
  2022-07-18 18:49 ` [PR REVIEW] " paper42
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: 1is7ac3 @ 2022-07-18 18:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/1is7ac3/void-packages python3-casttube
https://github.com/void-linux/void-packages/pull/36385

python3-casttube: update to 0.2.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: YES

<!--
#### 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 add ci skip tag as described in
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/36385.patch is attached

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

From 6455115a7e2da6a7aaf42bda4446cfb1be8f4ce9 Mon Sep 17 00:00:00 2001
From: *1is7ac3* Isaac Quiroz <isaac.qa13@gmail.com>
Date: Sun, 27 Mar 2022 18:37:49 -0300
Subject: [PATCH] python3-casttube: update to 0.2.1.

---
 srcpkgs/python3-casttube/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-casttube/template b/srcpkgs/python3-casttube/template
index 74187dad714b..43b3e0d76e20 100644
--- a/srcpkgs/python3-casttube/template
+++ b/srcpkgs/python3-casttube/template
@@ -1,18 +1,17 @@
 # Template file for 'python3-casttube'
 pkgname=python3-casttube
-version=0.2.0
-revision=4
+version=0.2.1
+revision=1
 wrksrc="casttube-${version}"
 build_style=python3-module
-pycompile_module="casttube"
-hostmakedepends="python3-setuptools"
+hostmakedepends="python3-setuptools python3-pip"
 depends="python3-requests"
 short_desc="Python3 library to interface with the YouTube Chromecast API"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/ur1katz/casttube"
 distfiles="https://github.com/ur1katz/casttube/archive/${version}.tar.gz"
-checksum=5dffe63803914ccd0f311940dc49865c4cd0bd4461f901c27a0ef22b3338cd14
+checksum=351819818a10a107641675cab71c4154afb490762410b3138c18ef410cbf5c33
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR REVIEW] python3-casttube: update to 0.2.1.
  2022-03-27 21:22 [PR PATCH] python3-casttube: update to 0.2.1 1is7ac3
                   ` (5 preceding siblings ...)
  2022-07-18 18:44 ` 1is7ac3
@ 2022-07-18 18:49 ` paper42
  2022-07-18 18:49 ` paper42
  2022-08-02  2:14 ` [PR PATCH] [Closed]: " github-actions
  8 siblings, 0 replies; 10+ messages in thread
From: paper42 @ 2022-07-18 18:49 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/36385#discussion_r923708821

Comment:
```suggestion
hostmakedepends="python3-setuptools"
```
properly specify all dependencies, pip just hides all the issues

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

* Re: [PR REVIEW] python3-casttube: update to 0.2.1.
  2022-03-27 21:22 [PR PATCH] python3-casttube: update to 0.2.1 1is7ac3
                   ` (6 preceding siblings ...)
  2022-07-18 18:49 ` [PR REVIEW] " paper42
@ 2022-07-18 18:49 ` paper42
  2022-08-02  2:14 ` [PR PATCH] [Closed]: " github-actions
  8 siblings, 0 replies; 10+ messages in thread
From: paper42 @ 2022-07-18 18:49 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/36385#discussion_r923708821

Comment:
```suggestion
hostmakedepends="python3-setuptools"
```
properly specify all dependencies, pip just hides all the issues

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

* Re: [PR PATCH] [Closed]: python3-casttube: update to 0.2.1.
  2022-03-27 21:22 [PR PATCH] python3-casttube: update to 0.2.1 1is7ac3
                   ` (7 preceding siblings ...)
  2022-07-18 18:49 ` paper42
@ 2022-08-02  2:14 ` github-actions
  8 siblings, 0 replies; 10+ messages in thread
From: github-actions @ 2022-08-02  2:14 UTC (permalink / raw)
  To: ml

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

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

python3-casttube: update to 0.2.1.
https://github.com/void-linux/void-packages/pull/36385

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

#### Testing the changes
- I tested the changes in this PR: YES

<!--
#### 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 add ci skip tag as described in
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] 10+ messages in thread

end of thread, other threads:[~2022-08-02  2:14 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-27 21:22 [PR PATCH] python3-casttube: update to 0.2.1 1is7ac3
2022-03-27 21:39 ` [PR PATCH] [Updated] " 1is7ac3
2022-07-16  2:13 ` github-actions
2022-07-16  6:52 ` [PR REVIEW] " paper42
2022-07-18 18:16 ` [PR PATCH] [Updated] " 1is7ac3
2022-07-18 18:26 ` 1is7ac3
2022-07-18 18:44 ` 1is7ac3
2022-07-18 18:49 ` [PR REVIEW] " paper42
2022-07-18 18:49 ` paper42
2022-08-02  2:14 ` [PR PATCH] [Closed]: " github-actions

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