Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: python3-pandas-stubs-1.5.2
@ 2022-12-18 17:26 ananteris
  2022-12-18 17:29 ` [PR PATCH] [Updated] " ananteris
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ananteris @ 2022-12-18 17:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ananteris/void-packages python3-pandas-stubs
https://github.com/void-linux/void-packages/pull/41169

New package: python3-pandas-stubs-1.5.2
#### Testing the changes
- I tested the changes in this PR: **NO**

#### 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-LIBC)



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

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

From c496c5de6375a747760c0399140e461564c4257d Mon Sep 17 00:00:00 2001
From: Ananteris <ananteris@protonmail.ch>
Date: Sun, 18 Dec 2022 18:23:42 +0000
Subject: [PATCH] New package: python3-pandas-stubs-1.5.2

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

diff --git a/srcpkgs/python3-pandas-stubs/template b/srcpkgs/python3-pandas-stubs/template
new file mode 100644
index 000000000000..8b3711a4cab0
--- /dev/null
+++ b/srcpkgs/python3-pandas-stubs/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-pandas-stubs'
+pkgname=python3-pandas-stubs
+version=1.5.2.221213
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-poetry-core"
+depends="python3-typing_extensions python3-pandas"
+short_desc="Stubs for the pandas library"
+maintainer="Ananteris <ananteris@protonmail.ch>"
+license="MIT"
+homepage="https://pypi.org/project/pandas-stubs/"
+distfiles="${PYPI_SITE}/p/pandas-stubs/pandas_stubs-${version}.tar.gz"
+checksum=0cbc1dbdf5dddb4d67ebc851b9cfb265bf62fe317b043bd37ee5a4a2659421f2
+make_check=yes
+
+post_install() {
+	vlicense LICENSE
+}
+

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

* Re: [PR PATCH] [Updated] New package: python3-pandas-stubs-1.5.2
  2022-12-18 17:26 [PR PATCH] New package: python3-pandas-stubs-1.5.2 ananteris
@ 2022-12-18 17:29 ` ananteris
  2022-12-18 18:26 ` ananteris
  2022-12-18 18:39 ` [PR PATCH] [Closed]: " ananteris
  2 siblings, 0 replies; 4+ messages in thread
From: ananteris @ 2022-12-18 17:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ananteris/void-packages python3-pandas-stubs
https://github.com/void-linux/void-packages/pull/41169

New package: python3-pandas-stubs-1.5.2
#### Testing the changes
- I tested the changes in this PR: **NO**

#### 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-LIBC)



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

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

From 401b5c849cbc33770e27adec92265e15b2c46ebb Mon Sep 17 00:00:00 2001
From: Ananteris <ananteris@protonmail.ch>
Date: Sun, 18 Dec 2022 18:29:11 +0000
Subject: [PATCH] New package: python3-pandas-stubs-1.5.2

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

diff --git a/srcpkgs/python3-pandas-stubs/template b/srcpkgs/python3-pandas-stubs/template
new file mode 100644
index 000000000000..7199872d9944
--- /dev/null
+++ b/srcpkgs/python3-pandas-stubs/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-pandas-stubs'
+pkgname=python3-pandas-stubs
+version=1.5.2.221213
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-poetry-core"
+depends="python3-typing_extensions python3-pandas"
+short_desc="Stubs for the pandas library"
+maintainer="Ananteris <ananteris@protonmail.ch>"
+license="MIT"
+homepage="https://pypi.org/project/pandas-stubs/"
+distfiles="${PYPI_SITE}/p/pandas-stubs/pandas_stubs-${version}.tar.gz"
+checksum=0cbc1dbdf5dddb4d67ebc851b9cfb265bf62fe317b043bd37ee5a4a2659421f2
+make_check=yes
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: python3-pandas-stubs-1.5.2
  2022-12-18 17:26 [PR PATCH] New package: python3-pandas-stubs-1.5.2 ananteris
  2022-12-18 17:29 ` [PR PATCH] [Updated] " ananteris
@ 2022-12-18 18:26 ` ananteris
  2022-12-18 18:39 ` [PR PATCH] [Closed]: " ananteris
  2 siblings, 0 replies; 4+ messages in thread
From: ananteris @ 2022-12-18 18:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ananteris/void-packages python3-pandas-stubs
https://github.com/void-linux/void-packages/pull/41169

New package: python3-pandas-stubs-1.5.2
#### Testing the changes
- I tested the changes in this PR: **NO**

#### 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-LIBC)



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

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

From 7bc9d3c7352befa07069f923c022708e8f80e2ad Mon Sep 17 00:00:00 2001
From: Ananteris <ananteris@protonmail.ch>
Date: Sun, 18 Dec 2022 19:25:55 +0000
Subject: [PATCH] New package: python3-pandas-stubs-1.5.2

---
 srcpkgs/python3-pandas-stubs/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-pandas-stubs/template

diff --git a/srcpkgs/python3-pandas-stubs/template b/srcpkgs/python3-pandas-stubs/template
new file mode 100644
index 000000000000..f387962437ad
--- /dev/null
+++ b/srcpkgs/python3-pandas-stubs/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-pandas-stubs'
+pkgname=python3-pandas-stubs
+version=1.5.2.221213
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-poetry-core"
+depends="python3-typing_extensions python3-pandas"
+short_desc="Stubs for the pandas library"
+maintainer="Ananteris <ananteris@protonmail.ch>"
+license="MIT"
+homepage="https://pypi.org/project/pandas-stubs/"
+distfiles="${PYPI_SITE}/p/pandas-stubs/pandas_stubs-${version}.tar.gz"
+checksum="0cbc1dbdf5dddb4d67ebc851b9cfb265bf62fe317b043bd37ee5a4a2659421f2"
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Closed]: New package: python3-pandas-stubs-1.5.2
  2022-12-18 17:26 [PR PATCH] New package: python3-pandas-stubs-1.5.2 ananteris
  2022-12-18 17:29 ` [PR PATCH] [Updated] " ananteris
  2022-12-18 18:26 ` ananteris
@ 2022-12-18 18:39 ` ananteris
  2 siblings, 0 replies; 4+ messages in thread
From: ananteris @ 2022-12-18 18:39 UTC (permalink / raw)
  To: ml

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

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

New package: python3-pandas-stubs-1.5.2
https://github.com/void-linux/void-packages/pull/41169

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

#### 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-LIBC)



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

end of thread, other threads:[~2022-12-18 18:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-18 17:26 [PR PATCH] New package: python3-pandas-stubs-1.5.2 ananteris
2022-12-18 17:29 ` [PR PATCH] [Updated] " ananteris
2022-12-18 18:26 ` ananteris
2022-12-18 18:39 ` [PR PATCH] [Closed]: " ananteris

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