Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: autotiling
@ 2021-03-13 14:06 adriangoransson
  2021-03-13 14:13 ` [PR PATCH] [Updated] " adriangoransson
                   ` (21 more replies)
  0 siblings, 22 replies; 23+ messages in thread
From: adriangoransson @ 2021-03-13 14:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/adriangoransson/void-packages master
https://github.com/void-linux/void-packages/pull/29433

New package: autotiling
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

I just started using it, but I haven't encountered any issues so far.

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/29433.patch is attached

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

From 50e00a528eb15c350e42e99c93f3857c76b3a192 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adrian=20G=C3=B6ransson?= <adriangoransson@gmail.com>
Date: Sat, 13 Mar 2021 15:02:53 +0100
Subject: [PATCH] New package: autotiling

---
 srcpkgs/autotiling/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/autotiling/template

diff --git a/srcpkgs/autotiling/template b/srcpkgs/autotiling/template
new file mode 100644
index 00000000000..b29cfbcd847
--- /dev/null
+++ b/srcpkgs/autotiling/template
@@ -0,0 +1,14 @@
+# Template file for 'autotiling'
+pkgname=autotiling
+version=1.4
+revision=1
+build_style=python3-module
+hostmakedepends=""
+makedepends="python3-pip"
+depends="python3-i3ipc"
+short_desc="Script for sway and i3 to automatically switch the horizontal/vertical window split orientation."
+maintainer="Adrian Göransson <adriangoransson@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/nwg-piotr/autotiling"
+distfiles="https://github.com/nwg-piotr/${pkgname}/archive/v${version}.tar.gz"
+checksum=739653ffa8fc1bb5396e3c64cf35e25b343dd0391de5c8e71362c553a86e656f

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

* Re: [PR PATCH] [Updated] New package: autotiling
  2021-03-13 14:06 [PR PATCH] New package: autotiling adriangoransson
@ 2021-03-13 14:13 ` adriangoransson
  2021-03-13 14:16 ` [PR REVIEW] " FollieHiyuki
                   ` (20 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: adriangoransson @ 2021-03-13 14:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/adriangoransson/void-packages master
https://github.com/void-linux/void-packages/pull/29433

New package: autotiling
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

I just started using it, but I haven't encountered any issues so far.

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/29433.patch is attached

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

From 02196b3dd5453cb8ae987486dbecac54b150b75b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adrian=20G=C3=B6ransson?= <adriangoransson@gmail.com>
Date: Sat, 13 Mar 2021 15:02:53 +0100
Subject: [PATCH] New package: autotiling

---
 srcpkgs/autotiling/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/autotiling/template

diff --git a/srcpkgs/autotiling/template b/srcpkgs/autotiling/template
new file mode 100644
index 00000000000..4a8dacb18d2
--- /dev/null
+++ b/srcpkgs/autotiling/template
@@ -0,0 +1,13 @@
+# Template file for 'autotiling'
+pkgname=autotiling
+version=1.4
+revision=1
+build_style=python3-module
+makedepends="python3-pip"
+depends="python3-i3ipc"
+short_desc="Automatically switch horizontal/vertical split orientation in i3/sway"
+maintainer="Adrian Göransson <adriangoransson@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/nwg-piotr/autotiling"
+distfiles="https://github.com/nwg-piotr/${pkgname}/archive/v${version}.tar.gz"
+checksum=739653ffa8fc1bb5396e3c64cf35e25b343dd0391de5c8e71362c553a86e656f

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

* Re: [PR REVIEW] New package: autotiling
  2021-03-13 14:06 [PR PATCH] New package: autotiling adriangoransson
  2021-03-13 14:13 ` [PR PATCH] [Updated] " adriangoransson
@ 2021-03-13 14:16 ` FollieHiyuki
  2021-03-13 14:17 ` FollieHiyuki
                   ` (19 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: FollieHiyuki @ 2021-03-13 14:16 UTC (permalink / raw)
  To: ml

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

New review comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/29433#discussion_r593756230

Comment:
Don't use `pip` in template

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

* Re: [PR REVIEW] New package: autotiling
  2021-03-13 14:06 [PR PATCH] New package: autotiling adriangoransson
  2021-03-13 14:13 ` [PR PATCH] [Updated] " adriangoransson
  2021-03-13 14:16 ` [PR REVIEW] " FollieHiyuki
@ 2021-03-13 14:17 ` FollieHiyuki
  2021-03-13 14:22 ` adriangoransson
                   ` (18 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: FollieHiyuki @ 2021-03-13 14:17 UTC (permalink / raw)
  To: ml

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

New review comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/29433#discussion_r593756413

Comment:
`hostmakedepends="python3-setuptools"` instead

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

* Re: [PR REVIEW] New package: autotiling
  2021-03-13 14:06 [PR PATCH] New package: autotiling adriangoransson
                   ` (2 preceding siblings ...)
  2021-03-13 14:17 ` FollieHiyuki
@ 2021-03-13 14:22 ` adriangoransson
  2021-03-13 14:22 ` [PR PATCH] [Updated] " adriangoransson
                   ` (17 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: adriangoransson @ 2021-03-13 14:22 UTC (permalink / raw)
  To: ml

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

New review comment by adriangoransson on void-packages repository

https://github.com/void-linux/void-packages/pull/29433#discussion_r593756951

Comment:
Thanks for the super quick check! :)
I was wondering why it was fine to build locally, though are you sure setuptools is required? I'm under the impression from the manual that it's implied by the build style.

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

* Re: [PR PATCH] [Updated] New package: autotiling
  2021-03-13 14:06 [PR PATCH] New package: autotiling adriangoransson
                   ` (3 preceding siblings ...)
  2021-03-13 14:22 ` adriangoransson
@ 2021-03-13 14:22 ` adriangoransson
  2021-03-13 14:24 ` adriangoransson
                   ` (16 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: adriangoransson @ 2021-03-13 14:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/adriangoransson/void-packages master
https://github.com/void-linux/void-packages/pull/29433

New package: autotiling
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

I just started using it, but I haven't encountered any issues so far.

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/29433.patch is attached

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

From ae3bc1a2f3a7547e40baed9378d1feae1598ce48 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adrian=20G=C3=B6ransson?= <adriangoransson@gmail.com>
Date: Sat, 13 Mar 2021 15:02:53 +0100
Subject: [PATCH] New package: autotiling

---
 srcpkgs/autotiling/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/autotiling/template

diff --git a/srcpkgs/autotiling/template b/srcpkgs/autotiling/template
new file mode 100644
index 00000000000..961e7d68bad
--- /dev/null
+++ b/srcpkgs/autotiling/template
@@ -0,0 +1,13 @@
+# Template file for 'autotiling'
+pkgname=autotiling
+version=1.4
+revision=1
+build_style=python3-module
+hostmakedepends="python3-wheel"
+depends="python3-i3ipc"
+short_desc="Automatically switch horizontal/vertical split orientation in i3/sway"
+maintainer="Adrian Göransson <adriangoransson@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/nwg-piotr/autotiling"
+distfiles="https://github.com/nwg-piotr/${pkgname}/archive/v${version}.tar.gz"
+checksum=739653ffa8fc1bb5396e3c64cf35e25b343dd0391de5c8e71362c553a86e656f

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

* Re: [PR PATCH] [Updated] New package: autotiling
  2021-03-13 14:06 [PR PATCH] New package: autotiling adriangoransson
                   ` (4 preceding siblings ...)
  2021-03-13 14:22 ` [PR PATCH] [Updated] " adriangoransson
@ 2021-03-13 14:24 ` adriangoransson
  2021-03-13 14:29 ` [PR REVIEW] " FollieHiyuki
                   ` (15 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: adriangoransson @ 2021-03-13 14:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/adriangoransson/void-packages master
https://github.com/void-linux/void-packages/pull/29433

New package: autotiling
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

I just started using it, but I haven't encountered any issues so far.

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/29433.patch is attached

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

From d2ee979ce87921d6aec5aac4413568c892966d07 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adrian=20G=C3=B6ransson?= <adriangoransson@gmail.com>
Date: Sat, 13 Mar 2021 15:02:53 +0100
Subject: [PATCH] New package: autotiling

---
 srcpkgs/autotiling/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/autotiling/template

diff --git a/srcpkgs/autotiling/template b/srcpkgs/autotiling/template
new file mode 100644
index 00000000000..e81b06260c0
--- /dev/null
+++ b/srcpkgs/autotiling/template
@@ -0,0 +1,13 @@
+# Template file for 'autotiling'
+pkgname=autotiling
+version=1.4
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-wheel"
+depends="python3-i3ipc"
+short_desc="Automatically switch horizontal/vertical split orientation in i3/sway"
+maintainer="Adrian Göransson <adriangoransson@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/nwg-piotr/autotiling"
+distfiles="https://github.com/nwg-piotr/${pkgname}/archive/v${version}.tar.gz"
+checksum=739653ffa8fc1bb5396e3c64cf35e25b343dd0391de5c8e71362c553a86e656f

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

* Re: [PR REVIEW] New package: autotiling
  2021-03-13 14:06 [PR PATCH] New package: autotiling adriangoransson
                   ` (5 preceding siblings ...)
  2021-03-13 14:24 ` adriangoransson
@ 2021-03-13 14:29 ` FollieHiyuki
  2021-03-13 14:33 ` [PR PATCH] [Updated] " adriangoransson
                   ` (14 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: FollieHiyuki @ 2021-03-13 14:29 UTC (permalink / raw)
  To: ml

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

New review comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/29433#discussion_r593757763

Comment:
`python3-wheel` is redundant.
You can add `checkdepends="python3-pytest"` to run test

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

* Re: [PR PATCH] [Updated] New package: autotiling
  2021-03-13 14:06 [PR PATCH] New package: autotiling adriangoransson
                   ` (6 preceding siblings ...)
  2021-03-13 14:29 ` [PR REVIEW] " FollieHiyuki
@ 2021-03-13 14:33 ` adriangoransson
  2021-03-13 14:35 ` adriangoransson
                   ` (13 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: adriangoransson @ 2021-03-13 14:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/adriangoransson/void-packages master
https://github.com/void-linux/void-packages/pull/29433

New package: autotiling
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

I just started using it, but I haven't encountered any issues so far.

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/29433.patch is attached

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

From 59d5cb79e756cce0f0fa69735c1cc2e2c7cb795d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adrian=20G=C3=B6ransson?= <adriangoransson@gmail.com>
Date: Sat, 13 Mar 2021 15:02:53 +0100
Subject: [PATCH] New package: autotiling

---
 srcpkgs/autotiling/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/autotiling/template

diff --git a/srcpkgs/autotiling/template b/srcpkgs/autotiling/template
new file mode 100644
index 00000000000..afa6cf3e5c2
--- /dev/null
+++ b/srcpkgs/autotiling/template
@@ -0,0 +1,14 @@
+# Template file for 'autotiling'
+pkgname=autotiling
+version=1.4
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+checkdepends="python3-test"
+depends="python3-i3ipc"
+short_desc="Automatically switch horizontal/vertical split orientation in i3/sway"
+maintainer="Adrian Göransson <adriangoransson@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/nwg-piotr/autotiling"
+distfiles="https://github.com/nwg-piotr/${pkgname}/archive/v${version}.tar.gz"
+checksum=739653ffa8fc1bb5396e3c64cf35e25b343dd0391de5c8e71362c553a86e656f

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

* Re: [PR PATCH] [Updated] New package: autotiling
  2021-03-13 14:06 [PR PATCH] New package: autotiling adriangoransson
                   ` (7 preceding siblings ...)
  2021-03-13 14:33 ` [PR PATCH] [Updated] " adriangoransson
@ 2021-03-13 14:35 ` adriangoransson
  2021-03-13 14:35 ` adriangoransson
                   ` (12 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: adriangoransson @ 2021-03-13 14:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/adriangoransson/void-packages master
https://github.com/void-linux/void-packages/pull/29433

New package: autotiling
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

I just started using it, but I haven't encountered any issues so far.

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/29433.patch is attached

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

From 0290bcaa01dc9686d8a098df0665a73992e00797 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adrian=20G=C3=B6ransson?= <adriangoransson@gmail.com>
Date: Sat, 13 Mar 2021 15:02:53 +0100
Subject: [PATCH] New package: autotiling

---
 srcpkgs/autotiling/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/autotiling/template

diff --git a/srcpkgs/autotiling/template b/srcpkgs/autotiling/template
new file mode 100644
index 00000000000..66dea78239f
--- /dev/null
+++ b/srcpkgs/autotiling/template
@@ -0,0 +1,15 @@
+# Template file for 'autotiling'
+pkgname=autotiling
+version=1.4
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+checkdepends="python3-test"
+depends="python3-i3ipc"
+checkdepends="python3-pytest"
+short_desc="Automatically switch horizontal/vertical split orientation in i3/sway"
+maintainer="Adrian Göransson <adriangoransson@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/nwg-piotr/autotiling"
+distfiles="https://github.com/nwg-piotr/${pkgname}/archive/v${version}.tar.gz"
+checksum=739653ffa8fc1bb5396e3c64cf35e25b343dd0391de5c8e71362c553a86e656f

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

* Re: [PR PATCH] [Updated] New package: autotiling
  2021-03-13 14:06 [PR PATCH] New package: autotiling adriangoransson
                   ` (8 preceding siblings ...)
  2021-03-13 14:35 ` adriangoransson
@ 2021-03-13 14:35 ` adriangoransson
  2021-03-13 14:38 ` adriangoransson
                   ` (11 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: adriangoransson @ 2021-03-13 14:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/adriangoransson/void-packages master
https://github.com/void-linux/void-packages/pull/29433

New package: autotiling
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

I just started using it, but I haven't encountered any issues so far.

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/29433.patch is attached

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

From cf4600df577806b46adb3796e682260cb9705986 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adrian=20G=C3=B6ransson?= <adriangoransson@gmail.com>
Date: Sat, 13 Mar 2021 15:02:53 +0100
Subject: [PATCH] New package: autotiling

---
 srcpkgs/autotiling/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/autotiling/template

diff --git a/srcpkgs/autotiling/template b/srcpkgs/autotiling/template
new file mode 100644
index 000000000000..dc3b7ddeace8
--- /dev/null
+++ b/srcpkgs/autotiling/template
@@ -0,0 +1,14 @@
+# Template file for 'autotiling'
+pkgname=autotiling
+version=1.4
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-i3ipc"
+checkdepends="python3-pytest"
+short_desc="Automatically switch horizontal/vertical split orientation in i3/sway"
+maintainer="Adrian Göransson <adriangoransson@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/nwg-piotr/autotiling"
+distfiles="https://github.com/nwg-piotr/${pkgname}/archive/v${version}.tar.gz"
+checksum=739653ffa8fc1bb5396e3c64cf35e25b343dd0391de5c8e71362c553a86e656f

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

* Re: [PR PATCH] [Updated] New package: autotiling
  2021-03-13 14:06 [PR PATCH] New package: autotiling adriangoransson
                   ` (9 preceding siblings ...)
  2021-03-13 14:35 ` adriangoransson
@ 2021-03-13 14:38 ` adriangoransson
  2021-03-13 14:40 ` adriangoransson
                   ` (10 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: adriangoransson @ 2021-03-13 14:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/adriangoransson/void-packages master
https://github.com/void-linux/void-packages/pull/29433

New package: autotiling
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

I just started using it, but I haven't encountered any issues so far.

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/29433.patch is attached

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

From bbd8af2825d8802ebdfebdc388a603516373fd4c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adrian=20G=C3=B6ransson?= <adriangoransson@gmail.com>
Date: Sat, 13 Mar 2021 15:02:53 +0100
Subject: [PATCH] New package: autotiling

---
 srcpkgs/autotiling/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/autotiling/template

diff --git a/srcpkgs/autotiling/template b/srcpkgs/autotiling/template
new file mode 100644
index 00000000000..a8d363650f5
--- /dev/null
+++ b/srcpkgs/autotiling/template
@@ -0,0 +1,14 @@
+# Template file for 'autotiling'
+pkgname=autotiling
+version=1.4
+revision=1
+build_style=python3-module
+hostmakedepends="python3-wheel"
+depends="python3-i3ipc"
+checkdepends="python3-pytest"
+short_desc="Automatically switch horizontal/vertical split orientation in i3/sway"
+maintainer="Adrian Göransson <adriangoransson@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/nwg-piotr/autotiling"
+distfiles="https://github.com/nwg-piotr/${pkgname}/archive/v${version}.tar.gz"
+checksum=739653ffa8fc1bb5396e3c64cf35e25b343dd0391de5c8e71362c553a86e656f

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

* Re: [PR PATCH] [Updated] New package: autotiling
  2021-03-13 14:06 [PR PATCH] New package: autotiling adriangoransson
                   ` (10 preceding siblings ...)
  2021-03-13 14:38 ` adriangoransson
@ 2021-03-13 14:40 ` adriangoransson
  2021-03-13 14:41 ` [PR REVIEW] " adriangoransson
                   ` (9 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: adriangoransson @ 2021-03-13 14:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/adriangoransson/void-packages master
https://github.com/void-linux/void-packages/pull/29433

New package: autotiling
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

I just started using it, but I haven't encountered any issues so far.

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/29433.patch is attached

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

From 5d4c6983fea078c72f0ce15228ecc97ddae430a9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adrian=20G=C3=B6ransson?= <adriangoransson@gmail.com>
Date: Sat, 13 Mar 2021 15:02:53 +0100
Subject: [PATCH] New package: autotiling

---
 srcpkgs/autotiling/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/autotiling/template

diff --git a/srcpkgs/autotiling/template b/srcpkgs/autotiling/template
new file mode 100644
index 00000000000..0b069ed5d56
--- /dev/null
+++ b/srcpkgs/autotiling/template
@@ -0,0 +1,14 @@
+# Template file for 'autotiling'
+pkgname=autotiling
+version=1.4
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-wheel"
+depends="python3-i3ipc"
+checkdepends="python3-pytest"
+short_desc="Automatically switch horizontal/vertical split orientation in i3/sway"
+maintainer="Adrian Göransson <adriangoransson@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/nwg-piotr/autotiling"
+distfiles="https://github.com/nwg-piotr/${pkgname}/archive/v${version}.tar.gz"
+checksum=739653ffa8fc1bb5396e3c64cf35e25b343dd0391de5c8e71362c553a86e656f

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

* Re: [PR REVIEW] New package: autotiling
  2021-03-13 14:06 [PR PATCH] New package: autotiling adriangoransson
                   ` (11 preceding siblings ...)
  2021-03-13 14:40 ` adriangoransson
@ 2021-03-13 14:41 ` adriangoransson
  2021-03-13 14:43 ` adriangoransson
                   ` (8 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: adriangoransson @ 2021-03-13 14:41 UTC (permalink / raw)
  To: ml

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

New review comment by adriangoransson on void-packages repository

https://github.com/void-linux/void-packages/pull/29433#discussion_r593759160

Comment:
`python3-wheel` does seem to be necessary, as it's specified as a [setup dependency](https://github.com/nwg-piotr/autotiling/blob/master/setup.cfg). I'll try with your other suggestions. :)

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

* Re: New package: autotiling
  2021-03-13 14:06 [PR PATCH] New package: autotiling adriangoransson
                   ` (12 preceding siblings ...)
  2021-03-13 14:41 ` [PR REVIEW] " adriangoransson
@ 2021-03-13 14:43 ` adriangoransson
  2021-03-13 15:04 ` [PR REVIEW] " FollieHiyuki
                   ` (7 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: adriangoransson @ 2021-03-13 14:43 UTC (permalink / raw)
  To: ml

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

New comment by adriangoransson on void-packages repository

https://github.com/void-linux/void-packages/pull/29433#issuecomment-798463161

Comment:
Oddly platform specific build problems. I'll get back to this later.

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

* Re: [PR REVIEW] New package: autotiling
  2021-03-13 14:06 [PR PATCH] New package: autotiling adriangoransson
                   ` (13 preceding siblings ...)
  2021-03-13 14:43 ` adriangoransson
@ 2021-03-13 15:04 ` FollieHiyuki
  2021-03-13 16:12 ` [PR PATCH] [Updated] " adriangoransson
                   ` (6 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: FollieHiyuki @ 2021-03-13 15:04 UTC (permalink / raw)
  To: ml

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

New review comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/29433#discussion_r593761970

Comment:
My bad on the suggestions :)
I believe `python3-setuptools` already has its `wheel`.
```
$ xbps-query -f python3-setuptools | grep wheel
/usr/lib/python3.9/site-packages/setuptools/wheel.py
```
I checked the repo again. There is no test. So you can skip the `do_check()` by adding `make_check=no` below the checksum

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

* Re: [PR PATCH] [Updated] New package: autotiling
  2021-03-13 14:06 [PR PATCH] New package: autotiling adriangoransson
                   ` (14 preceding siblings ...)
  2021-03-13 15:04 ` [PR REVIEW] " FollieHiyuki
@ 2021-03-13 16:12 ` adriangoransson
  2021-03-13 16:14 ` adriangoransson
                   ` (5 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: adriangoransson @ 2021-03-13 16:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/adriangoransson/void-packages master
https://github.com/void-linux/void-packages/pull/29433

New package: autotiling
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

I just started using it, but I haven't encountered any issues so far.

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/29433.patch is attached

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

From 6c9a949b0d07cf2461880735615efaa34c0d326a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adrian=20G=C3=B6ransson?= <adriangoransson@gmail.com>
Date: Sat, 13 Mar 2021 15:02:53 +0100
Subject: [PATCH] New package: autotiling

---
 srcpkgs/autotiling/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/autotiling/template

diff --git a/srcpkgs/autotiling/template b/srcpkgs/autotiling/template
new file mode 100644
index 00000000000..cfd437a8446
--- /dev/null
+++ b/srcpkgs/autotiling/template
@@ -0,0 +1,15 @@
+# Template file for 'autotiling'
+pkgname=autotiling
+version=1.4
+revision=1
+build_style=python3-module
+hostmakedepends="python3-wheel"
+depends="python3-i3ipc"
+checkdepends="python3-pytest"
+short_desc="Automatically switch horizontal/vertical split orientation in i3/sway"
+maintainer="Adrian Göransson <adriangoransson@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/nwg-piotr/autotiling"
+distfiles="https://github.com/nwg-piotr/${pkgname}/archive/v${version}.tar.gz"
+checksum=739653ffa8fc1bb5396e3c64cf35e25b343dd0391de5c8e71362c553a86e656f
+make_check=no

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

* Re: [PR PATCH] [Updated] New package: autotiling
  2021-03-13 14:06 [PR PATCH] New package: autotiling adriangoransson
                   ` (15 preceding siblings ...)
  2021-03-13 16:12 ` [PR PATCH] [Updated] " adriangoransson
@ 2021-03-13 16:14 ` adriangoransson
  2021-03-13 16:17 ` [PR REVIEW] " adriangoransson
                   ` (4 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: adriangoransson @ 2021-03-13 16:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/adriangoransson/void-packages master
https://github.com/void-linux/void-packages/pull/29433

New package: autotiling
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

I just started using it, but I haven't encountered any issues so far.

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/29433.patch is attached

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

From 07a3758ce4ebc1033d6f84fefdd2c5d1bd727a7e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adrian=20G=C3=B6ransson?= <adriangoransson@gmail.com>
Date: Sat, 13 Mar 2021 15:02:53 +0100
Subject: [PATCH] New package: autotiling

---
 srcpkgs/autotiling/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/autotiling/template

diff --git a/srcpkgs/autotiling/template b/srcpkgs/autotiling/template
new file mode 100644
index 00000000000..69c49b8f107
--- /dev/null
+++ b/srcpkgs/autotiling/template
@@ -0,0 +1,14 @@
+# Template file for 'autotiling'
+pkgname=autotiling
+version=1.4
+revision=1
+build_style=python3-module
+hostmakedepends="python3-wheel"
+depends="python3-i3ipc"
+short_desc="Automatically switch horizontal/vertical split orientation in i3/sway"
+maintainer="Adrian Göransson <adriangoransson@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/nwg-piotr/autotiling"
+distfiles="https://github.com/nwg-piotr/${pkgname}/archive/v${version}.tar.gz"
+checksum=739653ffa8fc1bb5396e3c64cf35e25b343dd0391de5c8e71362c553a86e656f
+make_check=no

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

* Re: [PR REVIEW] New package: autotiling
  2021-03-13 14:06 [PR PATCH] New package: autotiling adriangoransson
                   ` (16 preceding siblings ...)
  2021-03-13 16:14 ` adriangoransson
@ 2021-03-13 16:17 ` adriangoransson
  2021-03-17 22:50 ` Chocimier
                   ` (3 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: adriangoransson @ 2021-03-13 16:17 UTC (permalink / raw)
  To: ml

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

New review comment by adriangoransson on void-packages repository

https://github.com/void-linux/void-packages/pull/29433#discussion_r593770056

Comment:
Thanks a bunch for your help! It seems to be working now.

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

* Re: [PR REVIEW] New package: autotiling
  2021-03-13 14:06 [PR PATCH] New package: autotiling adriangoransson
                   ` (17 preceding siblings ...)
  2021-03-13 16:17 ` [PR REVIEW] " adriangoransson
@ 2021-03-17 22:50 ` Chocimier
  2021-03-22 10:47 ` [PR PATCH] [Updated] " adriangoransson
                   ` (2 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: Chocimier @ 2021-03-17 22:50 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/29433#discussion_r596435583

Comment:
Leave comment on why is it disabled.

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

* Re: [PR PATCH] [Updated] New package: autotiling
  2021-03-13 14:06 [PR PATCH] New package: autotiling adriangoransson
                   ` (18 preceding siblings ...)
  2021-03-17 22:50 ` Chocimier
@ 2021-03-22 10:47 ` adriangoransson
  2021-03-22 10:50 ` [PR REVIEW] " adriangoransson
  2021-03-27 14:09 ` [PR PATCH] [Merged]: " Chocimier
  21 siblings, 0 replies; 23+ messages in thread
From: adriangoransson @ 2021-03-22 10:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/adriangoransson/void-packages master
https://github.com/void-linux/void-packages/pull/29433

New package: autotiling
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

I just started using it, but I haven't encountered any issues so far.

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/29433.patch is attached

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

From ce89e2b4fa3e56f33dad3e05a36f4b8c0571fb83 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adrian=20G=C3=B6ransson?= <adriangoransson@gmail.com>
Date: Sat, 13 Mar 2021 15:02:53 +0100
Subject: [PATCH] New package: autotiling

---
 srcpkgs/autotiling/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/autotiling/template

diff --git a/srcpkgs/autotiling/template b/srcpkgs/autotiling/template
new file mode 100644
index 000000000000..f28e5c22e563
--- /dev/null
+++ b/srcpkgs/autotiling/template
@@ -0,0 +1,15 @@
+# Template file for 'autotiling'
+pkgname=autotiling
+version=1.4
+revision=1
+build_style=python3-module
+hostmakedepends="python3-wheel"
+depends="python3-i3ipc"
+short_desc="Automatically switch horizontal/vertical split orientation in i3/sway"
+maintainer="Adrian Göransson <adriangoransson@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/nwg-piotr/autotiling"
+distfiles="https://github.com/nwg-piotr/${pkgname}/archive/v${version}.tar.gz"
+checksum=739653ffa8fc1bb5396e3c64cf35e25b343dd0391de5c8e71362c553a86e656f
+# There is no test suite for this package
+make_check=no

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

* Re: [PR REVIEW] New package: autotiling
  2021-03-13 14:06 [PR PATCH] New package: autotiling adriangoransson
                   ` (19 preceding siblings ...)
  2021-03-22 10:47 ` [PR PATCH] [Updated] " adriangoransson
@ 2021-03-22 10:50 ` adriangoransson
  2021-03-27 14:09 ` [PR PATCH] [Merged]: " Chocimier
  21 siblings, 0 replies; 23+ messages in thread
From: adriangoransson @ 2021-03-22 10:50 UTC (permalink / raw)
  To: ml

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

New review comment by adriangoransson on void-packages repository

https://github.com/void-linux/void-packages/pull/29433#discussion_r598608478

Comment:
Sorry about the delay!

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

* Re: [PR PATCH] [Merged]: New package: autotiling
  2021-03-13 14:06 [PR PATCH] New package: autotiling adriangoransson
                   ` (20 preceding siblings ...)
  2021-03-22 10:50 ` [PR REVIEW] " adriangoransson
@ 2021-03-27 14:09 ` Chocimier
  21 siblings, 0 replies; 23+ messages in thread
From: Chocimier @ 2021-03-27 14:09 UTC (permalink / raw)
  To: ml

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

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

New package: autotiling
https://github.com/void-linux/void-packages/pull/29433

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

I just started using it, but I haven't encountered any issues so far.

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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] 23+ messages in thread

end of thread, other threads:[~2021-03-27 14:09 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-13 14:06 [PR PATCH] New package: autotiling adriangoransson
2021-03-13 14:13 ` [PR PATCH] [Updated] " adriangoransson
2021-03-13 14:16 ` [PR REVIEW] " FollieHiyuki
2021-03-13 14:17 ` FollieHiyuki
2021-03-13 14:22 ` adriangoransson
2021-03-13 14:22 ` [PR PATCH] [Updated] " adriangoransson
2021-03-13 14:24 ` adriangoransson
2021-03-13 14:29 ` [PR REVIEW] " FollieHiyuki
2021-03-13 14:33 ` [PR PATCH] [Updated] " adriangoransson
2021-03-13 14:35 ` adriangoransson
2021-03-13 14:35 ` adriangoransson
2021-03-13 14:38 ` adriangoransson
2021-03-13 14:40 ` adriangoransson
2021-03-13 14:41 ` [PR REVIEW] " adriangoransson
2021-03-13 14:43 ` adriangoransson
2021-03-13 15:04 ` [PR REVIEW] " FollieHiyuki
2021-03-13 16:12 ` [PR PATCH] [Updated] " adriangoransson
2021-03-13 16:14 ` adriangoransson
2021-03-13 16:17 ` [PR REVIEW] " adriangoransson
2021-03-17 22:50 ` Chocimier
2021-03-22 10:47 ` [PR PATCH] [Updated] " adriangoransson
2021-03-22 10:50 ` [PR REVIEW] " adriangoransson
2021-03-27 14:09 ` [PR PATCH] [Merged]: " Chocimier

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