Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: python-fonttools-3.43.1
@ 2019-06-30 15:52 voidlinux-github
  2019-06-30 19:15 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-06-30 15:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/svenper/void-packages python-fonttools
https://github.com/void-linux/void-packages/pull/12756

New package: python-fonttools-3.43.1


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

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

From 815c6985c7242a342919720dd95fb7088bf0d318 Mon Sep 17 00:00:00 2001
From: svenper <svenper@tuta.io>
Date: Sun, 30 Jun 2019 17:51:23 +0200
Subject: [PATCH] New package: python-fonttools-3.43.1

---
 srcpkgs/python-fonttools/template | 34 +++++++++++++++++++++++++++++++
 srcpkgs/python3-fonttools         |  1 +
 2 files changed, 35 insertions(+)
 create mode 100644 srcpkgs/python-fonttools/template
 create mode 120000 srcpkgs/python3-fonttools

diff --git a/srcpkgs/python-fonttools/template b/srcpkgs/python-fonttools/template
new file mode 100644
index 00000000000..22201baf4bb
--- /dev/null
+++ b/srcpkgs/python-fonttools/template
@@ -0,0 +1,34 @@
+# Template file for 'python-fonttools'
+pkgname=python-fonttools
+version=3.43.1
+revision=1
+build_style=python-module
+pycompile_module="fonttools"
+hostmakedepends="python-devel python3-devel python-setuptools python3-setuptools"
+makedepends="${hostmakedepends}"
+short_desc="Library to manipulate font files from Python2"
+maintainer="svenper <svenper@tuta.io>"
+license="MIT, OFL-1.1, BSD-3-Clause"
+homepage="https://github.com/fonttools/fonttools"
+distfiles="https://github.com/fonttools/fonttools/archive/${version}.tar.gz"
+checksum=12b05c56ac60fe15b2fce6958df1408e054a403270ddfc05d3a096afe73d9419
+
+post_extract() {
+	mv ${XBPS_BUILDDIR}/fonttools-${version} ${wrksrc}
+}
+
+post_install() {
+	vlicense LICENSE
+	vlicense LICENSE.external
+}
+
+python3-fonttools_package() {
+	pycompile_module="fonttools"
+	short_desc="${short_desc/Python2/Python3}"
+	pkg_install() {
+		vmove "usr/lib/python3*"
+		vmove "usr/bin/*3"
+		vlicense LICENSE
+		vlicense LICENSE.external
+	}
+}
diff --git a/srcpkgs/python3-fonttools b/srcpkgs/python3-fonttools
new file mode 120000
index 00000000000..8b2310cea88
--- /dev/null
+++ b/srcpkgs/python3-fonttools
@@ -0,0 +1 @@
+python-fonttools
\ No newline at end of file

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

* Re: [PR PATCH] [Updated] New package: python-fonttools-3.43.1
  2019-06-30 15:52 [PR PATCH] New package: python-fonttools-3.43.1 voidlinux-github
@ 2019-06-30 19:15 ` voidlinux-github
  2019-06-30 19:15 ` voidlinux-github
  2019-06-30 19:49 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-06-30 19:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/svenper/void-packages python-fonttools
https://github.com/void-linux/void-packages/pull/12756

New package: python-fonttools-3.43.1


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

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

From b55799c02bf64fc4beba944382869077fffd095c Mon Sep 17 00:00:00 2001
From: svenper <svenper@tuta.io>
Date: Sun, 30 Jun 2019 17:51:23 +0200
Subject: [PATCH] New package: python-fonttools-3.43.1

---
 srcpkgs/python-fonttools/template | 31 +++++++++++++++++++++++++++++++
 srcpkgs/python3-fonttools         |  1 +
 2 files changed, 32 insertions(+)
 create mode 100644 srcpkgs/python-fonttools/template
 create mode 120000 srcpkgs/python3-fonttools

diff --git a/srcpkgs/python-fonttools/template b/srcpkgs/python-fonttools/template
new file mode 100644
index 00000000000..05c31aa35c1
--- /dev/null
+++ b/srcpkgs/python-fonttools/template
@@ -0,0 +1,31 @@
+# Template file for 'python-fonttools'
+pkgname=python-fonttools
+version=3.43.1
+revision=1
+wrksrc="${pkgname#python-}-${version}"
+build_style=python-module
+pycompile_module="fonttools"
+hostmakedepends="python-devel python3-devel python-setuptools python3-setuptools"
+makedepends="${hostmakedepends}"
+short_desc="Library to manipulate font files from Python2"
+maintainer="svenper <svenper@tuta.io>"
+license="MIT, OFL-1.1, BSD-3-Clause"
+homepage="https://github.com/fonttools/fonttools"
+distfiles="https://github.com/fonttools/fonttools/archive/${version}.tar.gz"
+checksum=12b05c56ac60fe15b2fce6958df1408e054a403270ddfc05d3a096afe73d9419
+
+post_install() {
+	vlicense LICENSE
+	vlicense LICENSE.external
+}
+
+python3-fonttools_package() {
+	pycompile_module="fonttools"
+	short_desc="${short_desc/Python2/Python3}"
+	pkg_install() {
+		vmove "usr/lib/python3*"
+		vmove "usr/bin/*3"
+		vlicense LICENSE
+		vlicense LICENSE.external
+	}
+}
diff --git a/srcpkgs/python3-fonttools b/srcpkgs/python3-fonttools
new file mode 120000
index 00000000000..8b2310cea88
--- /dev/null
+++ b/srcpkgs/python3-fonttools
@@ -0,0 +1 @@
+python-fonttools
\ No newline at end of file

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

* Re: [PR PATCH] [Updated] New package: python-fonttools-3.43.1
  2019-06-30 15:52 [PR PATCH] New package: python-fonttools-3.43.1 voidlinux-github
  2019-06-30 19:15 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-06-30 19:15 ` voidlinux-github
  2019-06-30 19:49 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-06-30 19:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/svenper/void-packages python-fonttools
https://github.com/void-linux/void-packages/pull/12756

New package: python-fonttools-3.43.1


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

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

From b55799c02bf64fc4beba944382869077fffd095c Mon Sep 17 00:00:00 2001
From: svenper <svenper@tuta.io>
Date: Sun, 30 Jun 2019 17:51:23 +0200
Subject: [PATCH] New package: python-fonttools-3.43.1

---
 srcpkgs/python-fonttools/template | 31 +++++++++++++++++++++++++++++++
 srcpkgs/python3-fonttools         |  1 +
 2 files changed, 32 insertions(+)
 create mode 100644 srcpkgs/python-fonttools/template
 create mode 120000 srcpkgs/python3-fonttools

diff --git a/srcpkgs/python-fonttools/template b/srcpkgs/python-fonttools/template
new file mode 100644
index 00000000000..05c31aa35c1
--- /dev/null
+++ b/srcpkgs/python-fonttools/template
@@ -0,0 +1,31 @@
+# Template file for 'python-fonttools'
+pkgname=python-fonttools
+version=3.43.1
+revision=1
+wrksrc="${pkgname#python-}-${version}"
+build_style=python-module
+pycompile_module="fonttools"
+hostmakedepends="python-devel python3-devel python-setuptools python3-setuptools"
+makedepends="${hostmakedepends}"
+short_desc="Library to manipulate font files from Python2"
+maintainer="svenper <svenper@tuta.io>"
+license="MIT, OFL-1.1, BSD-3-Clause"
+homepage="https://github.com/fonttools/fonttools"
+distfiles="https://github.com/fonttools/fonttools/archive/${version}.tar.gz"
+checksum=12b05c56ac60fe15b2fce6958df1408e054a403270ddfc05d3a096afe73d9419
+
+post_install() {
+	vlicense LICENSE
+	vlicense LICENSE.external
+}
+
+python3-fonttools_package() {
+	pycompile_module="fonttools"
+	short_desc="${short_desc/Python2/Python3}"
+	pkg_install() {
+		vmove "usr/lib/python3*"
+		vmove "usr/bin/*3"
+		vlicense LICENSE
+		vlicense LICENSE.external
+	}
+}
diff --git a/srcpkgs/python3-fonttools b/srcpkgs/python3-fonttools
new file mode 120000
index 00000000000..8b2310cea88
--- /dev/null
+++ b/srcpkgs/python3-fonttools
@@ -0,0 +1 @@
+python-fonttools
\ No newline at end of file

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

* Re: [PR PATCH] [Merged]: New package: python-fonttools-3.43.1
  2019-06-30 15:52 [PR PATCH] New package: python-fonttools-3.43.1 voidlinux-github
  2019-06-30 19:15 ` [PR PATCH] [Updated] " voidlinux-github
  2019-06-30 19:15 ` voidlinux-github
@ 2019-06-30 19:49 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-06-30 19:49 UTC (permalink / raw)
  To: ml

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

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

New package: python-fonttools-3.43.1
https://github.com/void-linux/void-packages/pull/12756
Description: 

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

end of thread, other threads:[~2019-06-30 19:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-30 15:52 [PR PATCH] New package: python-fonttools-3.43.1 voidlinux-github
2019-06-30 19:15 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-30 19:15 ` voidlinux-github
2019-06-30 19:49 ` [PR PATCH] [Merged]: " voidlinux-github

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