Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: python-influxdb-5.2.3
@ 2020-01-28 16:33 voidlinux-github
  2020-01-28 18:53 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2020-01-28 16:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pfpulux/void-packages python-influxdb
https://github.com/void-linux/void-packages/pull/18617

New package: python-influxdb-5.2.3


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

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

From 8661c955dfbe285a82babd03a6a232d76edace36 Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.de>
Date: Tue, 28 Jan 2020 17:32:58 +0100
Subject: [PATCH] New package: python-influxdb-5.2.3

---
 srcpkgs/python-influxdb/template | 29 +++++++++++++++++++++++++++++
 srcpkgs/python3-influxdb         |  1 +
 2 files changed, 30 insertions(+)
 create mode 100644 srcpkgs/python-influxdb/template
 create mode 120000 srcpkgs/python3-influxdb

diff --git a/srcpkgs/python-influxdb/template b/srcpkgs/python-influxdb/template
new file mode 100644
index 00000000000..13595c0a581
--- /dev/null
+++ b/srcpkgs/python-influxdb/template
@@ -0,0 +1,29 @@
+# Template file for 'python-influxdb'
+pkgname=python-influxdb
+version=5.2.3
+revision=1
+archs=noarch
+wrksrc="${pkgname#*-}-${version}"
+build_style=python-module
+hostmakedepends="python3-setuptools python-setuptools"
+depends="python-requests python-six python-pytz python-msgpack python-dateutil"
+short_desc="Python2 client for InfluxDB "
+maintainer="Pulux <pulux@pf4sh.de>"
+license="MIT"
+homepage="https://github.com/influxdata/influxdb-python"
+distfiles="${PYPI_SITE}/i/influxdb/influxdb-${version}.tar.gz"
+checksum=30276c7e04bf7659424c733b239ba2f0804d7a1f3c59ec5dd3f88c56176c8d36
+
+post_install() {
+	vlicense LICENSE
+}
+
+python3-influxdb_package() {
+	archs=noarch
+	depends="python3-requests python3-six python3-pytz python3-msgpack python3-dateutil"
+	short_desc="${short_desc/Python2/Python3}"
+	pkg_install() {
+		vmove usr/lib/python3*
+		vlicense LICENSE
+	}
+}
diff --git a/srcpkgs/python3-influxdb b/srcpkgs/python3-influxdb
new file mode 120000
index 00000000000..0d7a24300e9
--- /dev/null
+++ b/srcpkgs/python3-influxdb
@@ -0,0 +1 @@
+python-influxdb
\ No newline at end of file

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

* Re: [PR PATCH] [Updated] New package: python-influxdb-5.2.3
  2020-01-28 16:33 [PR PATCH] New package: python-influxdb-5.2.3 voidlinux-github
@ 2020-01-28 18:53 ` voidlinux-github
  2020-01-28 19:00 ` voidlinux-github
  2020-01-29  8:40 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2020-01-28 18:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pfpulux/void-packages python-influxdb
https://github.com/void-linux/void-packages/pull/18617

New package: python-influxdb-5.2.3


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

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

From e1ce3448384c729aa733766f9e551063b9fb5750 Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.de>
Date: Tue, 28 Jan 2020 17:32:58 +0100
Subject: [PATCH] New package: python3-influxdb-5.2.3

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

diff --git a/srcpkgs/python3-influxdb/template b/srcpkgs/python3-influxdb/template
new file mode 100644
index 00000000000..47cac15ee64
--- /dev/null
+++ b/srcpkgs/python3-influxdb/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-influxdb'
+pkgname=python3-influxdb
+version=5.2.3
+revision=1
+archs=noarch
+wrksrc="${pkgname#*-}-${version}"
+build_style=python-module
+hostmakedepends="python3-setuptools"
+depends="python3-requests python3-six python3-pytz python3-msgpack python3-dateutil"
+short_desc="Python3 client for InfluxDB "
+maintainer="Pulux <pulux@pf4sh.de>"
+license="MIT"
+homepage="https://github.com/influxdata/influxdb-python"
+distfiles="${PYPI_SITE}/i/influxdb/influxdb-${version}.tar.gz"
+checksum=30276c7e04bf7659424c733b239ba2f0804d7a1f3c59ec5dd3f88c56176c8d36
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: python-influxdb-5.2.3
  2020-01-28 16:33 [PR PATCH] New package: python-influxdb-5.2.3 voidlinux-github
  2020-01-28 18:53 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-28 19:00 ` voidlinux-github
  2020-01-29  8:40 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2020-01-28 19:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pfpulux/void-packages python-influxdb
https://github.com/void-linux/void-packages/pull/18617

New package: python-influxdb-5.2.3


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

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

From d398d932416c36149dc85cf4e6d767c51ed12a1b Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.de>
Date: Tue, 28 Jan 2020 17:32:58 +0100
Subject: [PATCH] New package: python3-influxdb-5.2.3

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

diff --git a/srcpkgs/python3-influxdb/template b/srcpkgs/python3-influxdb/template
new file mode 100644
index 00000000000..61dd0149892
--- /dev/null
+++ b/srcpkgs/python3-influxdb/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-influxdb'
+pkgname=python3-influxdb
+version=5.2.3
+revision=1
+archs=noarch
+wrksrc="${pkgname#*-}-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python-setuptools"
+depends="python3-requests python3-six python3-pytz python3-msgpack python3-dateutil"
+short_desc="Python3 client for InfluxDB "
+maintainer="Pulux <pulux@pf4sh.de>"
+license="MIT"
+homepage="https://github.com/influxdata/influxdb-python"
+distfiles="${PYPI_SITE}/i/influxdb/influxdb-${version}.tar.gz"
+checksum=30276c7e04bf7659424c733b239ba2f0804d7a1f3c59ec5dd3f88c56176c8d36
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Merged]: New package: python-influxdb-5.2.3
  2020-01-28 16:33 [PR PATCH] New package: python-influxdb-5.2.3 voidlinux-github
  2020-01-28 18:53 ` [PR PATCH] [Updated] " voidlinux-github
  2020-01-28 19:00 ` voidlinux-github
@ 2020-01-29  8:40 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2020-01-29  8:40 UTC (permalink / raw)
  To: ml

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

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

New package: python-influxdb-5.2.3
https://github.com/void-linux/void-packages/pull/18617

Description:


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

end of thread, other threads:[~2020-01-29  8:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-28 16:33 [PR PATCH] New package: python-influxdb-5.2.3 voidlinux-github
2020-01-28 18:53 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-28 19:00 ` voidlinux-github
2020-01-29  8:40 ` [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).