Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: python3-imutils-0.5.3.
@ 2020-10-20  5:09 boson-at
  2020-10-20  7:16 ` [PR PATCH] [Updated] " boson-at
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: boson-at @ 2020-10-20  5:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/boson-at/void-packages python3-imutils
https://github.com/void-linux/void-packages/pull/25749

New package: python3-imutils-0.5.3.


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

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

From eb4df98b6aceb966ea998981eb646ea667722123 Mon Sep 17 00:00:00 2001
From: Bo Son <boson@gmx.at>
Date: Tue, 20 Oct 2020 07:07:53 +0200
Subject: [PATCH] New package: python3-imutils-0.5.3.

---
 srcpkgs/python3-imutils/files/LICENSE.txt | 21 +++++++++++++++++++++
 srcpkgs/python3-imutils/template          | 18 ++++++++++++++++++
 2 files changed, 39 insertions(+)
 create mode 100644 srcpkgs/python3-imutils/files/LICENSE.txt
 create mode 100644 srcpkgs/python3-imutils/template

diff --git a/srcpkgs/python3-imutils/files/LICENSE.txt b/srcpkgs/python3-imutils/files/LICENSE.txt
new file mode 100644
index 00000000000..5f9740b3a7c
--- /dev/null
+++ b/srcpkgs/python3-imutils/files/LICENSE.txt
@@ -0,0 +1,21 @@
+The MIT License (MIT)
+
+Copyright (c) 2015-2016 Adrian Rosebrock, http://www.pyimagesearch.com
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
diff --git a/srcpkgs/python3-imutils/template b/srcpkgs/python3-imutils/template
new file mode 100644
index 00000000000..b0a450be5af
--- /dev/null
+++ b/srcpkgs/python3-imutils/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-imutils'
+pkgname=python3-imutils
+version=0.5.3
+revision=1
+archs="noarch"
+wrksrc="imutils-${version}"
+build_style=python3-module
+depends="libopencv-python3"
+short_desc="Basic image processing functions with OpenCV and Python3"
+maintainer="Bo Son <boson@gmx.at>"
+license="MIT"
+homepage="https://github.com/jrosebr1/imutils"
+distfiles="${PYPI_SITE}/i/imutils/imutils-${version}.tar.gz"
+checksum=857af6169d90e4a0a814130b9b107f5d611150ce440107e1c1233521c6fb1e2b
+
+post_install() {
+	vlicense $FILESDIR/LICENSE.txt
+}

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

* Re: [PR PATCH] [Updated] New package: python3-imutils-0.5.3.
  2020-10-20  5:09 [PR PATCH] New package: python3-imutils-0.5.3 boson-at
@ 2020-10-20  7:16 ` boson-at
  2020-10-20  7:22 ` boson-at
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: boson-at @ 2020-10-20  7:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/boson-at/void-packages python3-imutils
https://github.com/void-linux/void-packages/pull/25749

New package: python3-imutils-0.5.3.


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

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

From 85e8054ef72caea4d06ac23d115e397a23267607 Mon Sep 17 00:00:00 2001
From: Bo Son <boson@gmx.at>
Date: Tue, 20 Oct 2020 07:07:53 +0200
Subject: [PATCH] New package: python3-imutils-0.5.3.

---
 srcpkgs/python3-imutils/files/LICENSE.txt | 21 +++++++++++++++++++++
 srcpkgs/python3-imutils/template          | 19 +++++++++++++++++++
 2 files changed, 40 insertions(+)
 create mode 100644 srcpkgs/python3-imutils/files/LICENSE.txt
 create mode 100644 srcpkgs/python3-imutils/template

diff --git a/srcpkgs/python3-imutils/files/LICENSE.txt b/srcpkgs/python3-imutils/files/LICENSE.txt
new file mode 100644
index 00000000000..5f9740b3a7c
--- /dev/null
+++ b/srcpkgs/python3-imutils/files/LICENSE.txt
@@ -0,0 +1,21 @@
+The MIT License (MIT)
+
+Copyright (c) 2015-2016 Adrian Rosebrock, http://www.pyimagesearch.com
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
diff --git a/srcpkgs/python3-imutils/template b/srcpkgs/python3-imutils/template
new file mode 100644
index 00000000000..4f2f0c9ae59
--- /dev/null
+++ b/srcpkgs/python3-imutils/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-imutils'
+pkgname=python3-imutils
+version=0.5.3
+revision=1
+archs="noarch"
+wrksrc="imutils-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="libopencv-python3"
+short_desc="Basic image processing functions with OpenCV and Python3"
+maintainer="Bo Son <boson@gmx.at>"
+license="MIT"
+homepage="https://github.com/jrosebr1/imutils"
+distfiles="${PYPI_SITE}/i/imutils/imutils-${version}.tar.gz"
+checksum=857af6169d90e4a0a814130b9b107f5d611150ce440107e1c1233521c6fb1e2b
+
+post_install() {
+	vlicense $FILESDIR/LICENSE.txt
+}

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

* Re: [PR PATCH] [Updated] New package: python3-imutils-0.5.3.
  2020-10-20  5:09 [PR PATCH] New package: python3-imutils-0.5.3 boson-at
  2020-10-20  7:16 ` [PR PATCH] [Updated] " boson-at
@ 2020-10-20  7:22 ` boson-at
  2022-04-21  2:12 ` github-actions
  2022-05-06  2:08 ` [PR PATCH] [Closed]: " github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: boson-at @ 2020-10-20  7:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/boson-at/void-packages python3-imutils
https://github.com/void-linux/void-packages/pull/25749

New package: python3-imutils-0.5.3.


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

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

From 0d0db337fc1627e8bb29eeb23929f763a239b68e Mon Sep 17 00:00:00 2001
From: Bo Son <boson@gmx.at>
Date: Tue, 20 Oct 2020 07:07:53 +0200
Subject: [PATCH] New package: python3-imutils-0.5.3.

---
 srcpkgs/python3-imutils/files/LICENSE.txt | 21 +++++++++++++++++++++
 srcpkgs/python3-imutils/template          | 18 ++++++++++++++++++
 2 files changed, 39 insertions(+)
 create mode 100644 srcpkgs/python3-imutils/files/LICENSE.txt
 create mode 100644 srcpkgs/python3-imutils/template

diff --git a/srcpkgs/python3-imutils/files/LICENSE.txt b/srcpkgs/python3-imutils/files/LICENSE.txt
new file mode 100644
index 00000000000..5f9740b3a7c
--- /dev/null
+++ b/srcpkgs/python3-imutils/files/LICENSE.txt
@@ -0,0 +1,21 @@
+The MIT License (MIT)
+
+Copyright (c) 2015-2016 Adrian Rosebrock, http://www.pyimagesearch.com
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
diff --git a/srcpkgs/python3-imutils/template b/srcpkgs/python3-imutils/template
new file mode 100644
index 00000000000..57732d43259
--- /dev/null
+++ b/srcpkgs/python3-imutils/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-imutils'
+pkgname=python3-imutils
+version=0.5.3
+revision=1
+wrksrc="imutils-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="libopencv-python3"
+short_desc="Basic image processing functions with OpenCV and Python3"
+maintainer="Bo Son <boson@gmx.at>"
+license="MIT"
+homepage="https://github.com/jrosebr1/imutils"
+distfiles="${PYPI_SITE}/i/imutils/imutils-${version}.tar.gz"
+checksum=857af6169d90e4a0a814130b9b107f5d611150ce440107e1c1233521c6fb1e2b
+
+post_install() {
+	vlicense $FILESDIR/LICENSE.txt
+}

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

* Re: New package: python3-imutils-0.5.3.
  2020-10-20  5:09 [PR PATCH] New package: python3-imutils-0.5.3 boson-at
  2020-10-20  7:16 ` [PR PATCH] [Updated] " boson-at
  2020-10-20  7:22 ` boson-at
@ 2022-04-21  2:12 ` github-actions
  2022-05-06  2:08 ` [PR PATCH] [Closed]: " github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2022-04-21  2:12 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/25749#issuecomment-1104635103

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] 5+ messages in thread

* Re: [PR PATCH] [Closed]: New package: python3-imutils-0.5.3.
  2020-10-20  5:09 [PR PATCH] New package: python3-imutils-0.5.3 boson-at
                   ` (2 preceding siblings ...)
  2022-04-21  2:12 ` github-actions
@ 2022-05-06  2:08 ` github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2022-05-06  2:08 UTC (permalink / raw)
  To: ml

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

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

New package: python3-imutils-0.5.3.
https://github.com/void-linux/void-packages/pull/25749

Description:


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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-20  5:09 [PR PATCH] New package: python3-imutils-0.5.3 boson-at
2020-10-20  7:16 ` [PR PATCH] [Updated] " boson-at
2020-10-20  7:22 ` boson-at
2022-04-21  2:12 ` github-actions
2022-05-06  2:08 ` [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).