Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: osc-1.1.4
@ 2023-06-09 14:36 realcharmer
  2023-06-09 14:39 ` [PR PATCH] [Updated] " realcharmer
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: realcharmer @ 2023-06-09 14:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/realcharmer/void-packages osc
https://github.com/void-linux/void-packages/pull/44332

New package: osc-1.1.4
[OSC (Open Build Service Commander)](https://github.com/openSUSE/osc) is a command line interface for [OBS](https://openbuildservice.org/).

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

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)


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

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

From faba1155dc987fa360aece37b97696e6bf1e7308 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Fri, 9 Jun 2023 16:32:32 +0200
Subject: [PATCH] New package: osc-1.1.4

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

diff --git a/srcpkgs/osc/template b/srcpkgs/osc/template
new file mode 100644
index 000000000000..6efc13d457ae
--- /dev/null
+++ b/srcpkgs/osc/template
@@ -0,0 +1,18 @@
+# Template file for 'osc'
+pkgname=osc
+version=1.1.4
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-cryptography python3-devel
+ rpm-python3 python3-urllib3"
+depends="python3-cryptography rpm-python3 python3-urllib3"
+short_desc="Command Line Interface for Open Build Service"
+maintainer="Emil Miler <em@0x45.cz>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/openSUSE/osc"
+distfiles="https://github.com/openSUSE/osc/archive/refs/tags/${version}.tar.gz"
+checksum=8407ccdcaa6089601e3b9f42c03c015d938ba756b1553f65e2eb122ff00b83e5
+
+post_install() {
+	vlicense COPYING
+}

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

* Re: [PR PATCH] [Updated] New package: osc-1.1.4
  2023-06-09 14:36 [PR PATCH] New package: osc-1.1.4 realcharmer
@ 2023-06-09 14:39 ` realcharmer
  2023-06-09 14:44 ` [PR REVIEW] " mhmdanas
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: realcharmer @ 2023-06-09 14:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/realcharmer/void-packages osc
https://github.com/void-linux/void-packages/pull/44332

New package: osc-1.1.4
[OSC (Open Build Service Commander)](https://github.com/openSUSE/osc) is a command line interface for [OBS](https://openbuildservice.org/).

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

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)


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

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

From 50b5f6680d04a0372c0257f8e054d6a2c7cc57cc Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Fri, 9 Jun 2023 16:32:32 +0200
Subject: [PATCH] New package: osc-1.1.4

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

diff --git a/srcpkgs/osc/template b/srcpkgs/osc/template
new file mode 100644
index 000000000000..ea618b382c3e
--- /dev/null
+++ b/srcpkgs/osc/template
@@ -0,0 +1,14 @@
+# Template file for 'osc'
+pkgname=osc
+version=1.1.4
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-cryptography python3-devel
+ rpm-python3 python3-urllib3"
+depends="python3-cryptography rpm-python3 python3-urllib3"
+short_desc="Command Line Interface for Open Build Service"
+maintainer="Emil Miler <em@0x45.cz>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/openSUSE/osc"
+distfiles="https://github.com/openSUSE/osc/archive/refs/tags/${version}.tar.gz"
+checksum=8407ccdcaa6089601e3b9f42c03c015d938ba756b1553f65e2eb122ff00b83e5

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

* Re: [PR REVIEW] New package: osc-1.1.4
  2023-06-09 14:36 [PR PATCH] New package: osc-1.1.4 realcharmer
  2023-06-09 14:39 ` [PR PATCH] [Updated] " realcharmer
@ 2023-06-09 14:44 ` mhmdanas
  2023-06-09 14:49 ` [PR PATCH] [Updated] " realcharmer
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: mhmdanas @ 2023-06-09 14:44 UTC (permalink / raw)
  To: ml

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

New review comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/44332#discussion_r1224404396

Comment:
Should fix tests (I think):
```suggestion
depends="python3-cryptography rpm-python3 python3-urllib3"
checkdepends="diffstat"
```

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

* Re: [PR PATCH] [Updated] New package: osc-1.1.4
  2023-06-09 14:36 [PR PATCH] New package: osc-1.1.4 realcharmer
  2023-06-09 14:39 ` [PR PATCH] [Updated] " realcharmer
  2023-06-09 14:44 ` [PR REVIEW] " mhmdanas
@ 2023-06-09 14:49 ` realcharmer
  2023-06-09 14:51 ` [PR REVIEW] " realcharmer
  2023-06-25 16:58 ` [PR PATCH] [Merged]: " Duncaen
  4 siblings, 0 replies; 6+ messages in thread
From: realcharmer @ 2023-06-09 14:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/realcharmer/void-packages osc
https://github.com/void-linux/void-packages/pull/44332

New package: osc-1.1.4
[OSC (Open Build Service Commander)](https://github.com/openSUSE/osc) is a command line interface for [OBS](https://openbuildservice.org/).

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

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)


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

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

From ae461f088387953f34af926016b55ef40ac4cc9e Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Fri, 9 Jun 2023 16:32:32 +0200
Subject: [PATCH] New package: osc-1.1.4

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

diff --git a/srcpkgs/osc/template b/srcpkgs/osc/template
new file mode 100644
index 000000000000..7e34f9377b3b
--- /dev/null
+++ b/srcpkgs/osc/template
@@ -0,0 +1,15 @@
+# Template file for 'osc'
+pkgname=osc
+version=1.1.4
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-cryptography python3-devel
+ rpm-python3 python3-urllib3"
+depends="python3-cryptography rpm-python3 python3-urllib3"
+checkdepends="diffstat"
+short_desc="Command Line Interface for Open Build Service"
+maintainer="Emil Miler <em@0x45.cz>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/openSUSE/osc"
+distfiles="https://github.com/openSUSE/osc/archive/refs/tags/${version}.tar.gz"
+checksum=8407ccdcaa6089601e3b9f42c03c015d938ba756b1553f65e2eb122ff00b83e5

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

* Re: [PR REVIEW] New package: osc-1.1.4
  2023-06-09 14:36 [PR PATCH] New package: osc-1.1.4 realcharmer
                   ` (2 preceding siblings ...)
  2023-06-09 14:49 ` [PR PATCH] [Updated] " realcharmer
@ 2023-06-09 14:51 ` realcharmer
  2023-06-25 16:58 ` [PR PATCH] [Merged]: " Duncaen
  4 siblings, 0 replies; 6+ messages in thread
From: realcharmer @ 2023-06-09 14:51 UTC (permalink / raw)
  To: ml

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

New review comment by realcharmer on void-packages repository

https://github.com/void-linux/void-packages/pull/44332#discussion_r1224413857

Comment:
Nice, thanks for the help.

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

* Re: [PR PATCH] [Merged]: New package: osc-1.1.4
  2023-06-09 14:36 [PR PATCH] New package: osc-1.1.4 realcharmer
                   ` (3 preceding siblings ...)
  2023-06-09 14:51 ` [PR REVIEW] " realcharmer
@ 2023-06-25 16:58 ` Duncaen
  4 siblings, 0 replies; 6+ messages in thread
From: Duncaen @ 2023-06-25 16:58 UTC (permalink / raw)
  To: ml

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

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

New package: osc-1.1.4
https://github.com/void-linux/void-packages/pull/44332

Description:
[OSC (Open Build Service Commander)](https://github.com/openSUSE/osc) is a command line interface for [OBS](https://openbuildservice.org/).

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

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)


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

end of thread, other threads:[~2023-06-25 16:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-09 14:36 [PR PATCH] New package: osc-1.1.4 realcharmer
2023-06-09 14:39 ` [PR PATCH] [Updated] " realcharmer
2023-06-09 14:44 ` [PR REVIEW] " mhmdanas
2023-06-09 14:49 ` [PR PATCH] [Updated] " realcharmer
2023-06-09 14:51 ` [PR REVIEW] " realcharmer
2023-06-25 16:58 ` [PR PATCH] [Merged]: " Duncaen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).