Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package : python-dlib-19.20.0
@ 2020-07-11  9:36 pandom79
  2020-07-11  9:43 ` [PR PATCH] [Updated] " pandom79
                   ` (21 more replies)
  0 siblings, 22 replies; 23+ messages in thread
From: pandom79 @ 2020-07-11  9:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pandom79/void-packages python-dlib
https://github.com/void-linux/void-packages/pull/23521

New package : python-dlib-19.20.0
I have built dlib as python module. 
I copied from from existent dlib package.
I'm ready for eventual corrections.
Regards

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

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

From f05f9b87232a23dbe6c5132baa07c8009207fc60 Mon Sep 17 00:00:00 2001
From: Domenico Panella <pandom79@gmail.com>
Date: Sat, 11 Jul 2020 11:06:02 +0200
Subject: [PATCH] New package : python-dlib-19.20.0

---
 srcpkgs/python-dlib/template | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 srcpkgs/python-dlib/template

diff --git a/srcpkgs/python-dlib/template b/srcpkgs/python-dlib/template
new file mode 100644
index 00000000000..7120dcf978b
--- /dev/null
+++ b/srcpkgs/python-dlib/template
@@ -0,0 +1,27 @@
+# Template file for 'python-dlib'
+pkgname=python-dlib
+version=19.20.0
+revision=1
+wrksrc=dlib-${version}
+build_style=python-module
+hostmakedepends="python-setuptools python3-setuptools"
+makedepends="python-devel python3-devel
+			 $(vopt_if openblas openblas-devel)
+			 $(vopt_if x11 libX11-devel)"
+short_desc="C++ toolkit containing machine learning algorithms and tools (Python2)"
+maintainer="Domenico Panella <pandom79@gmail.com>"
+license="BSL-1.0"
+homepage="https://pypi.org/project/dlib/"
+distfiles="${PYPI_SITE}/d/dlib/dlib-${version}.tar.gz"
+checksum=a3f5070df590c3f510dde2f4c84b1b20e3ef64a02932ed657da490834ecac7e4
+build_options="openblas x11"
+desc_option_openblas="Enable OpenBlas for performance"
+desc_option_x11="Enable X11 for GUI components"
+build_options_default="openblas x11"
+
+python3-dlib_package() {
+	short_desc="${short_desc/Python2/Python3}"
+	pkg_install() {
+		vmove usr/lib/python3*
+	}
+}

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

* Re: [PR PATCH] [Updated] New package : python-dlib-19.20.0
  2020-07-11  9:36 [PR PATCH] New package : python-dlib-19.20.0 pandom79
@ 2020-07-11  9:43 ` pandom79
  2020-07-11  9:45 ` pandom79
                   ` (20 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: pandom79 @ 2020-07-11  9:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pandom79/void-packages python-dlib
https://github.com/void-linux/void-packages/pull/23521

New package : python-dlib-19.20.0
I have built dlib as python module. 
I copied from from existent dlib package.
I'm ready for eventual corrections.
Regards

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

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

From f05f9b87232a23dbe6c5132baa07c8009207fc60 Mon Sep 17 00:00:00 2001
From: Domenico Panella <pandom79@gmail.com>
Date: Sat, 11 Jul 2020 11:06:02 +0200
Subject: [PATCH 1/2] New package : python-dlib-19.20.0

---
 srcpkgs/python-dlib/template | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 srcpkgs/python-dlib/template

diff --git a/srcpkgs/python-dlib/template b/srcpkgs/python-dlib/template
new file mode 100644
index 00000000000..7120dcf978b
--- /dev/null
+++ b/srcpkgs/python-dlib/template
@@ -0,0 +1,27 @@
+# Template file for 'python-dlib'
+pkgname=python-dlib
+version=19.20.0
+revision=1
+wrksrc=dlib-${version}
+build_style=python-module
+hostmakedepends="python-setuptools python3-setuptools"
+makedepends="python-devel python3-devel
+			 $(vopt_if openblas openblas-devel)
+			 $(vopt_if x11 libX11-devel)"
+short_desc="C++ toolkit containing machine learning algorithms and tools (Python2)"
+maintainer="Domenico Panella <pandom79@gmail.com>"
+license="BSL-1.0"
+homepage="https://pypi.org/project/dlib/"
+distfiles="${PYPI_SITE}/d/dlib/dlib-${version}.tar.gz"
+checksum=a3f5070df590c3f510dde2f4c84b1b20e3ef64a02932ed657da490834ecac7e4
+build_options="openblas x11"
+desc_option_openblas="Enable OpenBlas for performance"
+desc_option_x11="Enable X11 for GUI components"
+build_options_default="openblas x11"
+
+python3-dlib_package() {
+	short_desc="${short_desc/Python2/Python3}"
+	pkg_install() {
+		vmove usr/lib/python3*
+	}
+}

From 1931afeeac6646fafb92b43453eda65e3f98607e Mon Sep 17 00:00:00 2001
From: Domenico Panella <pandom79@gmail.com>
Date: Sat, 11 Jul 2020 11:43:15 +0200
Subject: [PATCH 2/2] Aggiunto cmake

---
 srcpkgs/python-dlib/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python-dlib/template b/srcpkgs/python-dlib/template
index 7120dcf978b..a197256634f 100644
--- a/srcpkgs/python-dlib/template
+++ b/srcpkgs/python-dlib/template
@@ -4,7 +4,7 @@ version=19.20.0
 revision=1
 wrksrc=dlib-${version}
 build_style=python-module
-hostmakedepends="python-setuptools python3-setuptools"
+hostmakedepends="cmake python-setuptools python3-setuptools"
 makedepends="python-devel python3-devel
 			 $(vopt_if openblas openblas-devel)
 			 $(vopt_if x11 libX11-devel)"

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

* Re: [PR PATCH] [Updated] New package : python-dlib-19.20.0
  2020-07-11  9:36 [PR PATCH] New package : python-dlib-19.20.0 pandom79
  2020-07-11  9:43 ` [PR PATCH] [Updated] " pandom79
@ 2020-07-11  9:45 ` pandom79
  2020-07-11 10:17 ` pandom79
                   ` (19 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: pandom79 @ 2020-07-11  9:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pandom79/void-packages python-dlib
https://github.com/void-linux/void-packages/pull/23521

New package : python-dlib-19.20.0
I have built dlib as python module. 
I copied from from existent dlib package.
I'm ready for eventual corrections.
Regards

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

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

From 71e7c19dcffabe048f69f41169175f6820cf1716 Mon Sep 17 00:00:00 2001
From: Domenico Panella <pandom79@gmail.com>
Date: Sat, 11 Jul 2020 11:06:02 +0200
Subject: [PATCH] New package : python-dlib-19.20.0

---
 srcpkgs/python-dlib/template | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 srcpkgs/python-dlib/template

diff --git a/srcpkgs/python-dlib/template b/srcpkgs/python-dlib/template
new file mode 100644
index 00000000000..a197256634f
--- /dev/null
+++ b/srcpkgs/python-dlib/template
@@ -0,0 +1,27 @@
+# Template file for 'python-dlib'
+pkgname=python-dlib
+version=19.20.0
+revision=1
+wrksrc=dlib-${version}
+build_style=python-module
+hostmakedepends="cmake python-setuptools python3-setuptools"
+makedepends="python-devel python3-devel
+			 $(vopt_if openblas openblas-devel)
+			 $(vopt_if x11 libX11-devel)"
+short_desc="C++ toolkit containing machine learning algorithms and tools (Python2)"
+maintainer="Domenico Panella <pandom79@gmail.com>"
+license="BSL-1.0"
+homepage="https://pypi.org/project/dlib/"
+distfiles="${PYPI_SITE}/d/dlib/dlib-${version}.tar.gz"
+checksum=a3f5070df590c3f510dde2f4c84b1b20e3ef64a02932ed657da490834ecac7e4
+build_options="openblas x11"
+desc_option_openblas="Enable OpenBlas for performance"
+desc_option_x11="Enable X11 for GUI components"
+build_options_default="openblas x11"
+
+python3-dlib_package() {
+	short_desc="${short_desc/Python2/Python3}"
+	pkg_install() {
+		vmove usr/lib/python3*
+	}
+}

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

* Re: [PR PATCH] [Updated] New package : python-dlib-19.20.0
  2020-07-11  9:36 [PR PATCH] New package : python-dlib-19.20.0 pandom79
  2020-07-11  9:43 ` [PR PATCH] [Updated] " pandom79
  2020-07-11  9:45 ` pandom79
@ 2020-07-11 10:17 ` pandom79
  2020-07-11 10:19 ` pandom79
                   ` (18 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: pandom79 @ 2020-07-11 10:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pandom79/void-packages python-dlib
https://github.com/void-linux/void-packages/pull/23521

New package : python-dlib-19.20.0
I have built dlib as python module. 
I copied from existent dlib package.
I'm ready for eventual corrections.
Regards

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

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

From 71e7c19dcffabe048f69f41169175f6820cf1716 Mon Sep 17 00:00:00 2001
From: Domenico Panella <pandom79@gmail.com>
Date: Sat, 11 Jul 2020 11:06:02 +0200
Subject: [PATCH 1/2] New package : python-dlib-19.20.0

---
 srcpkgs/python-dlib/template | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 srcpkgs/python-dlib/template

diff --git a/srcpkgs/python-dlib/template b/srcpkgs/python-dlib/template
new file mode 100644
index 00000000000..a197256634f
--- /dev/null
+++ b/srcpkgs/python-dlib/template
@@ -0,0 +1,27 @@
+# Template file for 'python-dlib'
+pkgname=python-dlib
+version=19.20.0
+revision=1
+wrksrc=dlib-${version}
+build_style=python-module
+hostmakedepends="cmake python-setuptools python3-setuptools"
+makedepends="python-devel python3-devel
+			 $(vopt_if openblas openblas-devel)
+			 $(vopt_if x11 libX11-devel)"
+short_desc="C++ toolkit containing machine learning algorithms and tools (Python2)"
+maintainer="Domenico Panella <pandom79@gmail.com>"
+license="BSL-1.0"
+homepage="https://pypi.org/project/dlib/"
+distfiles="${PYPI_SITE}/d/dlib/dlib-${version}.tar.gz"
+checksum=a3f5070df590c3f510dde2f4c84b1b20e3ef64a02932ed657da490834ecac7e4
+build_options="openblas x11"
+desc_option_openblas="Enable OpenBlas for performance"
+desc_option_x11="Enable X11 for GUI components"
+build_options_default="openblas x11"
+
+python3-dlib_package() {
+	short_desc="${short_desc/Python2/Python3}"
+	pkg_install() {
+		vmove usr/lib/python3*
+	}
+}

From 6ac13fe38fe7f074a8282a52e9c3a2a0542e498f Mon Sep 17 00:00:00 2001
From: Domenico Panella <pandom79@gmail.com>
Date: Sat, 11 Jul 2020 12:15:52 +0200
Subject: [PATCH 2/2] Aggiunto python3-dlib

---
 srcpkgs/python3-dlib | 1 +
 1 file changed, 1 insertion(+)
 create mode 120000 srcpkgs/python3-dlib

diff --git a/srcpkgs/python3-dlib b/srcpkgs/python3-dlib
new file mode 120000
index 00000000000..cdce108c19c
--- /dev/null
+++ b/srcpkgs/python3-dlib
@@ -0,0 +1 @@
+python-dlib
\ No newline at end of file

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

* Re: [PR PATCH] [Updated] New package : python-dlib-19.20.0
  2020-07-11  9:36 [PR PATCH] New package : python-dlib-19.20.0 pandom79
                   ` (2 preceding siblings ...)
  2020-07-11 10:17 ` pandom79
@ 2020-07-11 10:19 ` pandom79
  2020-07-11 15:34 ` [PR REVIEW] " sgn
                   ` (17 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: pandom79 @ 2020-07-11 10:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pandom79/void-packages python-dlib
https://github.com/void-linux/void-packages/pull/23521

New package : python-dlib-19.20.0
I have built dlib as python module. 
I copied from existent dlib package.
I'm ready for eventual corrections.
Regards

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

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

From 9730c44a3ac9c28b3716ee7b6ffb158c07fab37b Mon Sep 17 00:00:00 2001
From: Domenico Panella <pandom79@gmail.com>
Date: Sat, 11 Jul 2020 11:06:02 +0200
Subject: [PATCH] New package : python-dlib-19.20.0

---
 srcpkgs/python-dlib/template | 27 +++++++++++++++++++++++++++
 srcpkgs/python3-dlib         |  1 +
 2 files changed, 28 insertions(+)
 create mode 100644 srcpkgs/python-dlib/template
 create mode 120000 srcpkgs/python3-dlib

diff --git a/srcpkgs/python-dlib/template b/srcpkgs/python-dlib/template
new file mode 100644
index 00000000000..a197256634f
--- /dev/null
+++ b/srcpkgs/python-dlib/template
@@ -0,0 +1,27 @@
+# Template file for 'python-dlib'
+pkgname=python-dlib
+version=19.20.0
+revision=1
+wrksrc=dlib-${version}
+build_style=python-module
+hostmakedepends="cmake python-setuptools python3-setuptools"
+makedepends="python-devel python3-devel
+			 $(vopt_if openblas openblas-devel)
+			 $(vopt_if x11 libX11-devel)"
+short_desc="C++ toolkit containing machine learning algorithms and tools (Python2)"
+maintainer="Domenico Panella <pandom79@gmail.com>"
+license="BSL-1.0"
+homepage="https://pypi.org/project/dlib/"
+distfiles="${PYPI_SITE}/d/dlib/dlib-${version}.tar.gz"
+checksum=a3f5070df590c3f510dde2f4c84b1b20e3ef64a02932ed657da490834ecac7e4
+build_options="openblas x11"
+desc_option_openblas="Enable OpenBlas for performance"
+desc_option_x11="Enable X11 for GUI components"
+build_options_default="openblas x11"
+
+python3-dlib_package() {
+	short_desc="${short_desc/Python2/Python3}"
+	pkg_install() {
+		vmove usr/lib/python3*
+	}
+}
diff --git a/srcpkgs/python3-dlib b/srcpkgs/python3-dlib
new file mode 120000
index 00000000000..cdce108c19c
--- /dev/null
+++ b/srcpkgs/python3-dlib
@@ -0,0 +1 @@
+python-dlib
\ No newline at end of file

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

* Re: [PR REVIEW] New package : python-dlib-19.20.0
  2020-07-11  9:36 [PR PATCH] New package : python-dlib-19.20.0 pandom79
                   ` (3 preceding siblings ...)
  2020-07-11 10:19 ` pandom79
@ 2020-07-11 15:34 ` sgn
  2020-07-11 15:35 ` sgn
                   ` (16 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: sgn @ 2020-07-11 15:34 UTC (permalink / raw)
  To: ml

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

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/23521#discussion_r453205936

Comment:
We don't accept new python 2 package (there're exception, but it's rare).

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

* Re: [PR REVIEW] New package : python-dlib-19.20.0
  2020-07-11  9:36 [PR PATCH] New package : python-dlib-19.20.0 pandom79
                   ` (4 preceding siblings ...)
  2020-07-11 15:34 ` [PR REVIEW] " sgn
@ 2020-07-11 15:35 ` sgn
  2020-07-11 15:35 ` sgn
                   ` (15 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: sgn @ 2020-07-11 15:35 UTC (permalink / raw)
  To: ml

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

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/23521#discussion_r453206229

Comment:
option_x11 has a common description, remove this line (but keep `_openblas`

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

* Re: [PR REVIEW] New package : python-dlib-19.20.0
  2020-07-11  9:36 [PR PATCH] New package : python-dlib-19.20.0 pandom79
                   ` (5 preceding siblings ...)
  2020-07-11 15:35 ` sgn
@ 2020-07-11 15:35 ` sgn
  2020-07-11 16:28 ` [PR PATCH] [Updated] " pandom79
                   ` (14 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: sgn @ 2020-07-11 15:35 UTC (permalink / raw)
  To: ml

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

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/23521#discussion_r453205973

Comment:
This is over indented. IOW, move left 2 TABs

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

* Re: [PR PATCH] [Updated] New package : python-dlib-19.20.0
  2020-07-11  9:36 [PR PATCH] New package : python-dlib-19.20.0 pandom79
                   ` (6 preceding siblings ...)
  2020-07-11 15:35 ` sgn
@ 2020-07-11 16:28 ` pandom79
  2020-07-11 16:29 ` pandom79
                   ` (13 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: pandom79 @ 2020-07-11 16:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pandom79/void-packages python-dlib
https://github.com/void-linux/void-packages/pull/23521

New package : python-dlib-19.20.0
I built dlib as python module. 
I copied from existent dlib package.
I'm ready for eventual corrections.
Regards

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

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

From 9730c44a3ac9c28b3716ee7b6ffb158c07fab37b Mon Sep 17 00:00:00 2001
From: Domenico Panella <pandom79@gmail.com>
Date: Sat, 11 Jul 2020 11:06:02 +0200
Subject: [PATCH 1/2] New package : python-dlib-19.20.0

---
 srcpkgs/python-dlib/template | 27 +++++++++++++++++++++++++++
 srcpkgs/python3-dlib         |  1 +
 2 files changed, 28 insertions(+)
 create mode 100644 srcpkgs/python-dlib/template
 create mode 120000 srcpkgs/python3-dlib

diff --git a/srcpkgs/python-dlib/template b/srcpkgs/python-dlib/template
new file mode 100644
index 00000000000..a197256634f
--- /dev/null
+++ b/srcpkgs/python-dlib/template
@@ -0,0 +1,27 @@
+# Template file for 'python-dlib'
+pkgname=python-dlib
+version=19.20.0
+revision=1
+wrksrc=dlib-${version}
+build_style=python-module
+hostmakedepends="cmake python-setuptools python3-setuptools"
+makedepends="python-devel python3-devel
+			 $(vopt_if openblas openblas-devel)
+			 $(vopt_if x11 libX11-devel)"
+short_desc="C++ toolkit containing machine learning algorithms and tools (Python2)"
+maintainer="Domenico Panella <pandom79@gmail.com>"
+license="BSL-1.0"
+homepage="https://pypi.org/project/dlib/"
+distfiles="${PYPI_SITE}/d/dlib/dlib-${version}.tar.gz"
+checksum=a3f5070df590c3f510dde2f4c84b1b20e3ef64a02932ed657da490834ecac7e4
+build_options="openblas x11"
+desc_option_openblas="Enable OpenBlas for performance"
+desc_option_x11="Enable X11 for GUI components"
+build_options_default="openblas x11"
+
+python3-dlib_package() {
+	short_desc="${short_desc/Python2/Python3}"
+	pkg_install() {
+		vmove usr/lib/python3*
+	}
+}
diff --git a/srcpkgs/python3-dlib b/srcpkgs/python3-dlib
new file mode 120000
index 00000000000..cdce108c19c
--- /dev/null
+++ b/srcpkgs/python3-dlib
@@ -0,0 +1 @@
+python-dlib
\ No newline at end of file

From a4e476c21418203a1b0cba44f1502494d602b8fc Mon Sep 17 00:00:00 2001
From: Domenico Panella <pandom79@gmail.com>
Date: Sat, 11 Jul 2020 18:27:43 +0200
Subject: [PATCH 2/2] New package : python-dlib-19.20.0

---
 srcpkgs/python-dlib/template | 20 ++++++--------------
 1 file changed, 6 insertions(+), 14 deletions(-)

diff --git a/srcpkgs/python-dlib/template b/srcpkgs/python-dlib/template
index a197256634f..3ecb5d10d66 100644
--- a/srcpkgs/python-dlib/template
+++ b/srcpkgs/python-dlib/template
@@ -3,12 +3,12 @@ pkgname=python-dlib
 version=19.20.0
 revision=1
 wrksrc=dlib-${version}
-build_style=python-module
-hostmakedepends="cmake python-setuptools python3-setuptools"
-makedepends="python-devel python3-devel
-			 $(vopt_if openblas openblas-devel)
-			 $(vopt_if x11 libX11-devel)"
-short_desc="C++ toolkit containing machine learning algorithms and tools (Python2)"
+build_style=python3-module
+hostmakedepends="cmake python3-setuptools"
+makedepends="python3-devel
+	$(vopt_if openblas openblas-devel)
+	$(vopt_if x11 libX11-devel)"
+short_desc="C++ toolkit containing machine learning algorithms and tools"
 maintainer="Domenico Panella <pandom79@gmail.com>"
 license="BSL-1.0"
 homepage="https://pypi.org/project/dlib/"
@@ -16,12 +16,4 @@ distfiles="${PYPI_SITE}/d/dlib/dlib-${version}.tar.gz"
 checksum=a3f5070df590c3f510dde2f4c84b1b20e3ef64a02932ed657da490834ecac7e4
 build_options="openblas x11"
 desc_option_openblas="Enable OpenBlas for performance"
-desc_option_x11="Enable X11 for GUI components"
 build_options_default="openblas x11"
-
-python3-dlib_package() {
-	short_desc="${short_desc/Python2/Python3}"
-	pkg_install() {
-		vmove usr/lib/python3*
-	}
-}

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

* Re: [PR PATCH] [Updated] New package : python-dlib-19.20.0
  2020-07-11  9:36 [PR PATCH] New package : python-dlib-19.20.0 pandom79
                   ` (7 preceding siblings ...)
  2020-07-11 16:28 ` [PR PATCH] [Updated] " pandom79
@ 2020-07-11 16:29 ` pandom79
  2020-07-11 16:31 ` pandom79
                   ` (12 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: pandom79 @ 2020-07-11 16:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pandom79/void-packages python-dlib
https://github.com/void-linux/void-packages/pull/23521

New package : python-dlib-19.20.0
I built dlib as python module. 
I copied from existent dlib package.
I'm ready for eventual corrections.
Regards

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

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

From 9730c44a3ac9c28b3716ee7b6ffb158c07fab37b Mon Sep 17 00:00:00 2001
From: Domenico Panella <pandom79@gmail.com>
Date: Sat, 11 Jul 2020 11:06:02 +0200
Subject: [PATCH 1/2] New package : python-dlib-19.20.0

---
 srcpkgs/python-dlib/template | 27 +++++++++++++++++++++++++++
 srcpkgs/python3-dlib         |  1 +
 2 files changed, 28 insertions(+)
 create mode 100644 srcpkgs/python-dlib/template
 create mode 120000 srcpkgs/python3-dlib

diff --git a/srcpkgs/python-dlib/template b/srcpkgs/python-dlib/template
new file mode 100644
index 00000000000..a197256634f
--- /dev/null
+++ b/srcpkgs/python-dlib/template
@@ -0,0 +1,27 @@
+# Template file for 'python-dlib'
+pkgname=python-dlib
+version=19.20.0
+revision=1
+wrksrc=dlib-${version}
+build_style=python-module
+hostmakedepends="cmake python-setuptools python3-setuptools"
+makedepends="python-devel python3-devel
+			 $(vopt_if openblas openblas-devel)
+			 $(vopt_if x11 libX11-devel)"
+short_desc="C++ toolkit containing machine learning algorithms and tools (Python2)"
+maintainer="Domenico Panella <pandom79@gmail.com>"
+license="BSL-1.0"
+homepage="https://pypi.org/project/dlib/"
+distfiles="${PYPI_SITE}/d/dlib/dlib-${version}.tar.gz"
+checksum=a3f5070df590c3f510dde2f4c84b1b20e3ef64a02932ed657da490834ecac7e4
+build_options="openblas x11"
+desc_option_openblas="Enable OpenBlas for performance"
+desc_option_x11="Enable X11 for GUI components"
+build_options_default="openblas x11"
+
+python3-dlib_package() {
+	short_desc="${short_desc/Python2/Python3}"
+	pkg_install() {
+		vmove usr/lib/python3*
+	}
+}
diff --git a/srcpkgs/python3-dlib b/srcpkgs/python3-dlib
new file mode 120000
index 00000000000..cdce108c19c
--- /dev/null
+++ b/srcpkgs/python3-dlib
@@ -0,0 +1 @@
+python-dlib
\ No newline at end of file

From a4e476c21418203a1b0cba44f1502494d602b8fc Mon Sep 17 00:00:00 2001
From: Domenico Panella <pandom79@gmail.com>
Date: Sat, 11 Jul 2020 18:27:43 +0200
Subject: [PATCH 2/2] New package : python-dlib-19.20.0

---
 srcpkgs/python-dlib/template | 20 ++++++--------------
 1 file changed, 6 insertions(+), 14 deletions(-)

diff --git a/srcpkgs/python-dlib/template b/srcpkgs/python-dlib/template
index a197256634f..3ecb5d10d66 100644
--- a/srcpkgs/python-dlib/template
+++ b/srcpkgs/python-dlib/template
@@ -3,12 +3,12 @@ pkgname=python-dlib
 version=19.20.0
 revision=1
 wrksrc=dlib-${version}
-build_style=python-module
-hostmakedepends="cmake python-setuptools python3-setuptools"
-makedepends="python-devel python3-devel
-			 $(vopt_if openblas openblas-devel)
-			 $(vopt_if x11 libX11-devel)"
-short_desc="C++ toolkit containing machine learning algorithms and tools (Python2)"
+build_style=python3-module
+hostmakedepends="cmake python3-setuptools"
+makedepends="python3-devel
+	$(vopt_if openblas openblas-devel)
+	$(vopt_if x11 libX11-devel)"
+short_desc="C++ toolkit containing machine learning algorithms and tools"
 maintainer="Domenico Panella <pandom79@gmail.com>"
 license="BSL-1.0"
 homepage="https://pypi.org/project/dlib/"
@@ -16,12 +16,4 @@ distfiles="${PYPI_SITE}/d/dlib/dlib-${version}.tar.gz"
 checksum=a3f5070df590c3f510dde2f4c84b1b20e3ef64a02932ed657da490834ecac7e4
 build_options="openblas x11"
 desc_option_openblas="Enable OpenBlas for performance"
-desc_option_x11="Enable X11 for GUI components"
 build_options_default="openblas x11"
-
-python3-dlib_package() {
-	short_desc="${short_desc/Python2/Python3}"
-	pkg_install() {
-		vmove usr/lib/python3*
-	}
-}

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

* Re: [PR PATCH] [Updated] New package : python-dlib-19.20.0
  2020-07-11  9:36 [PR PATCH] New package : python-dlib-19.20.0 pandom79
                   ` (8 preceding siblings ...)
  2020-07-11 16:29 ` pandom79
@ 2020-07-11 16:31 ` pandom79
  2020-07-11 16:33 ` pandom79
                   ` (11 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: pandom79 @ 2020-07-11 16:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pandom79/void-packages python-dlib
https://github.com/void-linux/void-packages/pull/23521

New package : python-dlib-19.20.0
I built dlib as python module. 
I copied from existent dlib package.
I'm ready for eventual corrections.
Regards

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

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

From 9730c44a3ac9c28b3716ee7b6ffb158c07fab37b Mon Sep 17 00:00:00 2001
From: Domenico Panella <pandom79@gmail.com>
Date: Sat, 11 Jul 2020 11:06:02 +0200
Subject: [PATCH 1/3] New package : python-dlib-19.20.0

---
 srcpkgs/python-dlib/template | 27 +++++++++++++++++++++++++++
 srcpkgs/python3-dlib         |  1 +
 2 files changed, 28 insertions(+)
 create mode 100644 srcpkgs/python-dlib/template
 create mode 120000 srcpkgs/python3-dlib

diff --git a/srcpkgs/python-dlib/template b/srcpkgs/python-dlib/template
new file mode 100644
index 00000000000..a197256634f
--- /dev/null
+++ b/srcpkgs/python-dlib/template
@@ -0,0 +1,27 @@
+# Template file for 'python-dlib'
+pkgname=python-dlib
+version=19.20.0
+revision=1
+wrksrc=dlib-${version}
+build_style=python-module
+hostmakedepends="cmake python-setuptools python3-setuptools"
+makedepends="python-devel python3-devel
+			 $(vopt_if openblas openblas-devel)
+			 $(vopt_if x11 libX11-devel)"
+short_desc="C++ toolkit containing machine learning algorithms and tools (Python2)"
+maintainer="Domenico Panella <pandom79@gmail.com>"
+license="BSL-1.0"
+homepage="https://pypi.org/project/dlib/"
+distfiles="${PYPI_SITE}/d/dlib/dlib-${version}.tar.gz"
+checksum=a3f5070df590c3f510dde2f4c84b1b20e3ef64a02932ed657da490834ecac7e4
+build_options="openblas x11"
+desc_option_openblas="Enable OpenBlas for performance"
+desc_option_x11="Enable X11 for GUI components"
+build_options_default="openblas x11"
+
+python3-dlib_package() {
+	short_desc="${short_desc/Python2/Python3}"
+	pkg_install() {
+		vmove usr/lib/python3*
+	}
+}
diff --git a/srcpkgs/python3-dlib b/srcpkgs/python3-dlib
new file mode 120000
index 00000000000..cdce108c19c
--- /dev/null
+++ b/srcpkgs/python3-dlib
@@ -0,0 +1 @@
+python-dlib
\ No newline at end of file

From a4e476c21418203a1b0cba44f1502494d602b8fc Mon Sep 17 00:00:00 2001
From: Domenico Panella <pandom79@gmail.com>
Date: Sat, 11 Jul 2020 18:27:43 +0200
Subject: [PATCH 2/3] New package : python-dlib-19.20.0

---
 srcpkgs/python-dlib/template | 20 ++++++--------------
 1 file changed, 6 insertions(+), 14 deletions(-)

diff --git a/srcpkgs/python-dlib/template b/srcpkgs/python-dlib/template
index a197256634f..3ecb5d10d66 100644
--- a/srcpkgs/python-dlib/template
+++ b/srcpkgs/python-dlib/template
@@ -3,12 +3,12 @@ pkgname=python-dlib
 version=19.20.0
 revision=1
 wrksrc=dlib-${version}
-build_style=python-module
-hostmakedepends="cmake python-setuptools python3-setuptools"
-makedepends="python-devel python3-devel
-			 $(vopt_if openblas openblas-devel)
-			 $(vopt_if x11 libX11-devel)"
-short_desc="C++ toolkit containing machine learning algorithms and tools (Python2)"
+build_style=python3-module
+hostmakedepends="cmake python3-setuptools"
+makedepends="python3-devel
+	$(vopt_if openblas openblas-devel)
+	$(vopt_if x11 libX11-devel)"
+short_desc="C++ toolkit containing machine learning algorithms and tools"
 maintainer="Domenico Panella <pandom79@gmail.com>"
 license="BSL-1.0"
 homepage="https://pypi.org/project/dlib/"
@@ -16,12 +16,4 @@ distfiles="${PYPI_SITE}/d/dlib/dlib-${version}.tar.gz"
 checksum=a3f5070df590c3f510dde2f4c84b1b20e3ef64a02932ed657da490834ecac7e4
 build_options="openblas x11"
 desc_option_openblas="Enable OpenBlas for performance"
-desc_option_x11="Enable X11 for GUI components"
 build_options_default="openblas x11"
-
-python3-dlib_package() {
-	short_desc="${short_desc/Python2/Python3}"
-	pkg_install() {
-		vmove usr/lib/python3*
-	}
-}

From 07824e8ed15838fa79da3ddc214618e1729d7741 Mon Sep 17 00:00:00 2001
From: Domenico Panella <pandom79@gmail.com>
Date: Sat, 11 Jul 2020 18:30:32 +0200
Subject: [PATCH 3/3] Eliminato python3

---
 srcpkgs/python3-dlib | 1 -
 1 file changed, 1 deletion(-)
 delete mode 120000 srcpkgs/python3-dlib

diff --git a/srcpkgs/python3-dlib b/srcpkgs/python3-dlib
deleted file mode 120000
index cdce108c19c..00000000000
--- a/srcpkgs/python3-dlib
+++ /dev/null
@@ -1 +0,0 @@
-python-dlib
\ No newline at end of file

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

* Re: [PR PATCH] [Updated] New package : python-dlib-19.20.0
  2020-07-11  9:36 [PR PATCH] New package : python-dlib-19.20.0 pandom79
                   ` (9 preceding siblings ...)
  2020-07-11 16:31 ` pandom79
@ 2020-07-11 16:33 ` pandom79
  2020-07-11 16:45 ` [PR REVIEW] " pandom79
                   ` (10 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: pandom79 @ 2020-07-11 16:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pandom79/void-packages python-dlib
https://github.com/void-linux/void-packages/pull/23521

New package : python-dlib-19.20.0
I built dlib as python module. 
I copied from existent dlib package.
I'm ready for eventual corrections.
Regards

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

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

From d24e77ce554143a655ec6ebd57ddf075e7e0480f Mon Sep 17 00:00:00 2001
From: Domenico Panella <pandom79@gmail.com>
Date: Sat, 11 Jul 2020 11:06:02 +0200
Subject: [PATCH] New package : python-dlib-19.20.0

---
 srcpkgs/python-dlib/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python-dlib/template

diff --git a/srcpkgs/python-dlib/template b/srcpkgs/python-dlib/template
new file mode 100644
index 00000000000..3ecb5d10d66
--- /dev/null
+++ b/srcpkgs/python-dlib/template
@@ -0,0 +1,19 @@
+# Template file for 'python-dlib'
+pkgname=python-dlib
+version=19.20.0
+revision=1
+wrksrc=dlib-${version}
+build_style=python3-module
+hostmakedepends="cmake python3-setuptools"
+makedepends="python3-devel
+	$(vopt_if openblas openblas-devel)
+	$(vopt_if x11 libX11-devel)"
+short_desc="C++ toolkit containing machine learning algorithms and tools"
+maintainer="Domenico Panella <pandom79@gmail.com>"
+license="BSL-1.0"
+homepage="https://pypi.org/project/dlib/"
+distfiles="${PYPI_SITE}/d/dlib/dlib-${version}.tar.gz"
+checksum=a3f5070df590c3f510dde2f4c84b1b20e3ef64a02932ed657da490834ecac7e4
+build_options="openblas x11"
+desc_option_openblas="Enable OpenBlas for performance"
+build_options_default="openblas x11"

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

* Re: [PR REVIEW] New package : python-dlib-19.20.0
  2020-07-11  9:36 [PR PATCH] New package : python-dlib-19.20.0 pandom79
                   ` (10 preceding siblings ...)
  2020-07-11 16:33 ` pandom79
@ 2020-07-11 16:45 ` pandom79
  2020-07-12  0:34 ` sgn
                   ` (9 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: pandom79 @ 2020-07-11 16:45 UTC (permalink / raw)
  To: ml

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

New review comment by pandom79 on void-packages repository

https://github.com/void-linux/void-packages/pull/23521#discussion_r453212526

Comment:
Done. Now it's just python3.


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

* Re: New package : python-dlib-19.20.0
  2020-07-11  9:36 [PR PATCH] New package : python-dlib-19.20.0 pandom79
                   ` (11 preceding siblings ...)
  2020-07-11 16:45 ` [PR REVIEW] " pandom79
@ 2020-07-12  0:34 ` sgn
  2020-07-12  7:00 ` [PR PATCH] [Updated] " pandom79
                   ` (8 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: sgn @ 2020-07-12  0:34 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/23521#issuecomment-657154173

Comment:
On 2020-07-11 09:46:05-0700, pandom79 <notifications@github.com> wrote:
> Done. Now it's just python3.

Rename the package to python3-dlib too.
(I have neither built nor verify this PR).

-- 
Danh


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

* Re: [PR PATCH] [Updated] New package : python-dlib-19.20.0
  2020-07-11  9:36 [PR PATCH] New package : python-dlib-19.20.0 pandom79
                   ` (12 preceding siblings ...)
  2020-07-12  0:34 ` sgn
@ 2020-07-12  7:00 ` pandom79
  2020-07-12  7:02 ` pandom79
                   ` (7 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: pandom79 @ 2020-07-12  7:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pandom79/void-packages python-dlib
https://github.com/void-linux/void-packages/pull/23521

New package : python-dlib-19.20.0
I built dlib as python module. 
I copied from existent dlib package.
I'm ready for eventual corrections.
Regards

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

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

From d24e77ce554143a655ec6ebd57ddf075e7e0480f Mon Sep 17 00:00:00 2001
From: Domenico Panella <pandom79@gmail.com>
Date: Sat, 11 Jul 2020 11:06:02 +0200
Subject: [PATCH 1/2] New package : python-dlib-19.20.0

---
 srcpkgs/python-dlib/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python-dlib/template

diff --git a/srcpkgs/python-dlib/template b/srcpkgs/python-dlib/template
new file mode 100644
index 00000000000..3ecb5d10d66
--- /dev/null
+++ b/srcpkgs/python-dlib/template
@@ -0,0 +1,19 @@
+# Template file for 'python-dlib'
+pkgname=python-dlib
+version=19.20.0
+revision=1
+wrksrc=dlib-${version}
+build_style=python3-module
+hostmakedepends="cmake python3-setuptools"
+makedepends="python3-devel
+	$(vopt_if openblas openblas-devel)
+	$(vopt_if x11 libX11-devel)"
+short_desc="C++ toolkit containing machine learning algorithms and tools"
+maintainer="Domenico Panella <pandom79@gmail.com>"
+license="BSL-1.0"
+homepage="https://pypi.org/project/dlib/"
+distfiles="${PYPI_SITE}/d/dlib/dlib-${version}.tar.gz"
+checksum=a3f5070df590c3f510dde2f4c84b1b20e3ef64a02932ed657da490834ecac7e4
+build_options="openblas x11"
+desc_option_openblas="Enable OpenBlas for performance"
+build_options_default="openblas x11"

From e75e88a2d7a13a7873b080367e56bd6a6931ac43 Mon Sep 17 00:00:00 2001
From: Domenico Panella <pandom79@gmail.com>
Date: Sun, 12 Jul 2020 08:59:47 +0200
Subject: [PATCH 2/2] Rinominato python-dlib in python3-dlib

---
 srcpkgs/python3-dlib/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-dlib/template

diff --git a/srcpkgs/python3-dlib/template b/srcpkgs/python3-dlib/template
new file mode 100644
index 00000000000..23ee10cd9a3
--- /dev/null
+++ b/srcpkgs/python3-dlib/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-dlib'
+pkgname=python3-dlib
+version=19.20.0
+revision=1
+wrksrc=dlib-${version}
+build_style=python3-module
+hostmakedepends="cmake python3-setuptools"
+makedepends="python3-devel
+	$(vopt_if openblas openblas-devel)
+	$(vopt_if x11 libX11-devel)"
+short_desc="C++ toolkit containing machine learning algorithms and tools"
+maintainer="Domenico Panella <pandom79@gmail.com>"
+license="BSL-1.0"
+homepage="https://pypi.org/project/dlib/"
+distfiles="${PYPI_SITE}/d/dlib/dlib-${version}.tar.gz"
+checksum=a3f5070df590c3f510dde2f4c84b1b20e3ef64a02932ed657da490834ecac7e4
+build_options="openblas x11"
+desc_option_openblas="Enable OpenBlas for performance"
+build_options_default="openblas x11"

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

* Re: [PR PATCH] [Updated] New package : python-dlib-19.20.0
  2020-07-11  9:36 [PR PATCH] New package : python-dlib-19.20.0 pandom79
                   ` (13 preceding siblings ...)
  2020-07-12  7:00 ` [PR PATCH] [Updated] " pandom79
@ 2020-07-12  7:02 ` pandom79
  2020-07-12  7:03 ` pandom79
                   ` (6 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: pandom79 @ 2020-07-12  7:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pandom79/void-packages python-dlib
https://github.com/void-linux/void-packages/pull/23521

New package : python-dlib-19.20.0
I built dlib as python module. 
I copied from existent dlib package.
I'm ready for eventual corrections.
Regards

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

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

From d24e77ce554143a655ec6ebd57ddf075e7e0480f Mon Sep 17 00:00:00 2001
From: Domenico Panella <pandom79@gmail.com>
Date: Sat, 11 Jul 2020 11:06:02 +0200
Subject: [PATCH 1/3] New package : python-dlib-19.20.0

---
 srcpkgs/python-dlib/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python-dlib/template

diff --git a/srcpkgs/python-dlib/template b/srcpkgs/python-dlib/template
new file mode 100644
index 00000000000..3ecb5d10d66
--- /dev/null
+++ b/srcpkgs/python-dlib/template
@@ -0,0 +1,19 @@
+# Template file for 'python-dlib'
+pkgname=python-dlib
+version=19.20.0
+revision=1
+wrksrc=dlib-${version}
+build_style=python3-module
+hostmakedepends="cmake python3-setuptools"
+makedepends="python3-devel
+	$(vopt_if openblas openblas-devel)
+	$(vopt_if x11 libX11-devel)"
+short_desc="C++ toolkit containing machine learning algorithms and tools"
+maintainer="Domenico Panella <pandom79@gmail.com>"
+license="BSL-1.0"
+homepage="https://pypi.org/project/dlib/"
+distfiles="${PYPI_SITE}/d/dlib/dlib-${version}.tar.gz"
+checksum=a3f5070df590c3f510dde2f4c84b1b20e3ef64a02932ed657da490834ecac7e4
+build_options="openblas x11"
+desc_option_openblas="Enable OpenBlas for performance"
+build_options_default="openblas x11"

From e75e88a2d7a13a7873b080367e56bd6a6931ac43 Mon Sep 17 00:00:00 2001
From: Domenico Panella <pandom79@gmail.com>
Date: Sun, 12 Jul 2020 08:59:47 +0200
Subject: [PATCH 2/3] Rinominato python-dlib in python3-dlib

---
 srcpkgs/python3-dlib/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-dlib/template

diff --git a/srcpkgs/python3-dlib/template b/srcpkgs/python3-dlib/template
new file mode 100644
index 00000000000..23ee10cd9a3
--- /dev/null
+++ b/srcpkgs/python3-dlib/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-dlib'
+pkgname=python3-dlib
+version=19.20.0
+revision=1
+wrksrc=dlib-${version}
+build_style=python3-module
+hostmakedepends="cmake python3-setuptools"
+makedepends="python3-devel
+	$(vopt_if openblas openblas-devel)
+	$(vopt_if x11 libX11-devel)"
+short_desc="C++ toolkit containing machine learning algorithms and tools"
+maintainer="Domenico Panella <pandom79@gmail.com>"
+license="BSL-1.0"
+homepage="https://pypi.org/project/dlib/"
+distfiles="${PYPI_SITE}/d/dlib/dlib-${version}.tar.gz"
+checksum=a3f5070df590c3f510dde2f4c84b1b20e3ef64a02932ed657da490834ecac7e4
+build_options="openblas x11"
+desc_option_openblas="Enable OpenBlas for performance"
+build_options_default="openblas x11"

From bf4bf8800706be29804ef6fa18993e43ed6715d1 Mon Sep 17 00:00:00 2001
From: Domenico Panella <pandom79@gmail.com>
Date: Sun, 12 Jul 2020 09:01:39 +0200
Subject: [PATCH 3/3] Eliminato python-dlib

---
 srcpkgs/python-dlib/template | 19 -------------------
 1 file changed, 19 deletions(-)
 delete mode 100644 srcpkgs/python-dlib/template

diff --git a/srcpkgs/python-dlib/template b/srcpkgs/python-dlib/template
deleted file mode 100644
index 3ecb5d10d66..00000000000
--- a/srcpkgs/python-dlib/template
+++ /dev/null
@@ -1,19 +0,0 @@
-# Template file for 'python-dlib'
-pkgname=python-dlib
-version=19.20.0
-revision=1
-wrksrc=dlib-${version}
-build_style=python3-module
-hostmakedepends="cmake python3-setuptools"
-makedepends="python3-devel
-	$(vopt_if openblas openblas-devel)
-	$(vopt_if x11 libX11-devel)"
-short_desc="C++ toolkit containing machine learning algorithms and tools"
-maintainer="Domenico Panella <pandom79@gmail.com>"
-license="BSL-1.0"
-homepage="https://pypi.org/project/dlib/"
-distfiles="${PYPI_SITE}/d/dlib/dlib-${version}.tar.gz"
-checksum=a3f5070df590c3f510dde2f4c84b1b20e3ef64a02932ed657da490834ecac7e4
-build_options="openblas x11"
-desc_option_openblas="Enable OpenBlas for performance"
-build_options_default="openblas x11"

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

* Re: [PR PATCH] [Updated] New package : python-dlib-19.20.0
  2020-07-11  9:36 [PR PATCH] New package : python-dlib-19.20.0 pandom79
                   ` (14 preceding siblings ...)
  2020-07-12  7:02 ` pandom79
@ 2020-07-12  7:03 ` pandom79
  2020-07-20 16:05 ` pandom79
                   ` (5 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: pandom79 @ 2020-07-12  7:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pandom79/void-packages python-dlib
https://github.com/void-linux/void-packages/pull/23521

New package : python-dlib-19.20.0
I built dlib as python module. 
I copied from existent dlib package.
I'm ready for eventual corrections.
Regards

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

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

From 332bb3ef86a241baee03112bc5747164ad56ee3f Mon Sep 17 00:00:00 2001
From: Domenico Panella <pandom79@gmail.com>
Date: Sat, 11 Jul 2020 11:06:02 +0200
Subject: [PATCH] New package : python3-dlib-19.20.0

---
 srcpkgs/python3-dlib/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-dlib/template

diff --git a/srcpkgs/python3-dlib/template b/srcpkgs/python3-dlib/template
new file mode 100644
index 00000000000..23ee10cd9a3
--- /dev/null
+++ b/srcpkgs/python3-dlib/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-dlib'
+pkgname=python3-dlib
+version=19.20.0
+revision=1
+wrksrc=dlib-${version}
+build_style=python3-module
+hostmakedepends="cmake python3-setuptools"
+makedepends="python3-devel
+	$(vopt_if openblas openblas-devel)
+	$(vopt_if x11 libX11-devel)"
+short_desc="C++ toolkit containing machine learning algorithms and tools"
+maintainer="Domenico Panella <pandom79@gmail.com>"
+license="BSL-1.0"
+homepage="https://pypi.org/project/dlib/"
+distfiles="${PYPI_SITE}/d/dlib/dlib-${version}.tar.gz"
+checksum=a3f5070df590c3f510dde2f4c84b1b20e3ef64a02932ed657da490834ecac7e4
+build_options="openblas x11"
+desc_option_openblas="Enable OpenBlas for performance"
+build_options_default="openblas x11"

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

* Re: New package : python-dlib-19.20.0
  2020-07-11  9:36 [PR PATCH] New package : python-dlib-19.20.0 pandom79
                   ` (15 preceding siblings ...)
  2020-07-12  7:03 ` pandom79
@ 2020-07-20 16:05 ` pandom79
  2020-07-20 16:09 ` pandom79
                   ` (4 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: pandom79 @ 2020-07-20 16:05 UTC (permalink / raw)
  To: ml

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

New comment by pandom79 on void-packages repository

https://github.com/void-linux/void-packages/pull/23521#issuecomment-661133660

Comment:
I see that the build process fails only for armv7l and aarch64. 
What do i do ?

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

* Re: New package : python-dlib-19.20.0
  2020-07-11  9:36 [PR PATCH] New package : python-dlib-19.20.0 pandom79
                   ` (16 preceding siblings ...)
  2020-07-20 16:05 ` pandom79
@ 2020-07-20 16:09 ` pandom79
  2020-07-20 17:21 ` [PR REVIEW] " ericonr
                   ` (3 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: pandom79 @ 2020-07-20 16:09 UTC (permalink / raw)
  To: ml

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

New comment by pandom79 on void-packages repository

https://github.com/void-linux/void-packages/pull/23521#issuecomment-661133660

Comment:
I see that the build process fails only for armv7l and aarch64. 
Do I have to set up the architecture? (x86_64 i686)

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

* Re: [PR REVIEW] New package : python-dlib-19.20.0
  2020-07-11  9:36 [PR PATCH] New package : python-dlib-19.20.0 pandom79
                   ` (17 preceding siblings ...)
  2020-07-20 16:09 ` pandom79
@ 2020-07-20 17:21 ` ericonr
  2020-07-20 17:23 ` ericonr
                   ` (2 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: ericonr @ 2020-07-20 17:21 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/23521#discussion_r457571075

Comment:
These tabs should be spaces.

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

* Re: New package : python-dlib-19.20.0
  2020-07-11  9:36 [PR PATCH] New package : python-dlib-19.20.0 pandom79
                   ` (18 preceding siblings ...)
  2020-07-20 17:21 ` [PR REVIEW] " ericonr
@ 2020-07-20 17:23 ` ericonr
  2020-10-04 16:36 ` pandom79
  2020-10-04 16:36 ` [PR PATCH] [Closed]: " pandom79
  21 siblings, 0 replies; 23+ messages in thread
From: ericonr @ 2020-07-20 17:23 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/23521#issuecomment-661214387

Comment:
These are probably cross compilation issues. You might have to look into how cmake is invoked from `setup.py`.

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

* Re: New package : python-dlib-19.20.0
  2020-07-11  9:36 [PR PATCH] New package : python-dlib-19.20.0 pandom79
                   ` (19 preceding siblings ...)
  2020-07-20 17:23 ` ericonr
@ 2020-10-04 16:36 ` pandom79
  2020-10-04 16:36 ` [PR PATCH] [Closed]: " pandom79
  21 siblings, 0 replies; 23+ messages in thread
From: pandom79 @ 2020-10-04 16:36 UTC (permalink / raw)
  To: ml

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

New comment by pandom79 on void-packages repository

https://github.com/void-linux/void-packages/pull/23521#issuecomment-703281413

Comment:
Close this pr.

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

* Re: [PR PATCH] [Closed]: New package : python-dlib-19.20.0
  2020-07-11  9:36 [PR PATCH] New package : python-dlib-19.20.0 pandom79
                   ` (20 preceding siblings ...)
  2020-10-04 16:36 ` pandom79
@ 2020-10-04 16:36 ` pandom79
  21 siblings, 0 replies; 23+ messages in thread
From: pandom79 @ 2020-10-04 16:36 UTC (permalink / raw)
  To: ml

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

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

New package : python-dlib-19.20.0
https://github.com/void-linux/void-packages/pull/23521

Description:
I built dlib as python module. 
I copied from existent dlib package.
I'm ready for eventual corrections.
Regards

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

end of thread, other threads:[~2020-10-04 16:36 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-11  9:36 [PR PATCH] New package : python-dlib-19.20.0 pandom79
2020-07-11  9:43 ` [PR PATCH] [Updated] " pandom79
2020-07-11  9:45 ` pandom79
2020-07-11 10:17 ` pandom79
2020-07-11 10:19 ` pandom79
2020-07-11 15:34 ` [PR REVIEW] " sgn
2020-07-11 15:35 ` sgn
2020-07-11 15:35 ` sgn
2020-07-11 16:28 ` [PR PATCH] [Updated] " pandom79
2020-07-11 16:29 ` pandom79
2020-07-11 16:31 ` pandom79
2020-07-11 16:33 ` pandom79
2020-07-11 16:45 ` [PR REVIEW] " pandom79
2020-07-12  0:34 ` sgn
2020-07-12  7:00 ` [PR PATCH] [Updated] " pandom79
2020-07-12  7:02 ` pandom79
2020-07-12  7:03 ` pandom79
2020-07-20 16:05 ` pandom79
2020-07-20 16:09 ` pandom79
2020-07-20 17:21 ` [PR REVIEW] " ericonr
2020-07-20 17:23 ` ericonr
2020-10-04 16:36 ` pandom79
2020-10-04 16:36 ` [PR PATCH] [Closed]: " pandom79

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