* [PR PATCH] [WIP] New package: python3-dataclasses-json
@ 2024-09-23 10:32 MIvanchev
2024-09-23 11:17 ` [PR PATCH] [Updated] " MIvanchev
` (8 more replies)
0 siblings, 9 replies; 10+ messages in thread
From: MIvanchev @ 2024-09-23 10:32 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 692 bytes --]
There is a new pull request by MIvanchev against master on the void-packages repository
https://github.com/MIvanchev/void-packages ci-dataclasses-json
https://github.com/void-linux/void-packages/pull/52318
[WIP] New package: python3-dataclasses-json
#### Testing the changes
- I tested the changes in this PR: **YES**
#### 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, (GLIBC-X64_86)
A patch file from https://github.com/void-linux/void-packages/pull/52318.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ci-dataclasses-json-52318.patch --]
[-- Type: text/x-diff, Size: 2578 bytes --]
From b720673176a79ce395c8dab76cfebc4f51e8bb35 Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Mon, 23 Sep 2024 09:32:47 +0200
Subject: [PATCH 1/2] New package: python3-poetry-dynamic-versioning-1.4.1
---
.../python3-poetry-dynamic-versioning/template | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 srcpkgs/python3-poetry-dynamic-versioning/template
diff --git a/srcpkgs/python3-poetry-dynamic-versioning/template b/srcpkgs/python3-poetry-dynamic-versioning/template
new file mode 100644
index 00000000000000..4e4a2db02a391d
--- /dev/null
+++ b/srcpkgs/python3-poetry-dynamic-versioning/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-poetry-dynamic-versioning'
+pkgname=python3-poetry-dynamic-versioning
+version=1.4.1
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-poetry-core"
+depends="python3-poetry-core"
+short_desc="Plugin for Poetry to enable dynamic versioning based on VCS tags"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="MIT"
+homepage="https://github.com/mtkennerly/poetry-dynamic-versioning"
+distfiles="${PYPI_SITE}/p/poetry-dynamic-versioning/poetry_dynamic_versioning-${version}.tar.gz"
+checksum=21584d21ca405aa7d83d23d38372e3c11da664a8742995bdd517577e8676d0e1
+
+post_install() {
+ vlicense LICENSE
+}
From ce641ec12dc56a0acc44117469b4584e2324611e Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Mon, 23 Sep 2024 09:34:06 +0200
Subject: [PATCH 2/2] New package: python3-dataclasses-json-0.6.7
---
srcpkgs/python3-dataclasses-json/template | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 srcpkgs/python3-dataclasses-json/template
diff --git a/srcpkgs/python3-dataclasses-json/template b/srcpkgs/python3-dataclasses-json/template
new file mode 100644
index 00000000000000..4ef2fdde8abd81
--- /dev/null
+++ b/srcpkgs/python3-dataclasses-json/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-dataclasses-json'
+pkgname=python3-dataclasses-json
+version=0.6.7
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-poetry-dynamic-versioning"
+depends="python3"
+short_desc="Easy serialization of data classes to and from JSON"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="MIT"
+homepage="https://github.com/lidatong/dataclasses-json"
+distfiles="${PYPI_SITE}/d/dataclasses-json/dataclasses_json-${version}.tar.gz"
+checksum=b6b3e528266ea45b9535223bc53ca645f5208833c29229e847b3f26a1cc55fc0
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR PATCH] [Updated] [WIP] New package: python3-dataclasses-json
2024-09-23 10:32 [PR PATCH] [WIP] New package: python3-dataclasses-json MIvanchev
@ 2024-09-23 11:17 ` MIvanchev
2024-09-23 11:18 ` MIvanchev
` (7 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: MIvanchev @ 2024-09-23 11:17 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 697 bytes --]
There is an updated pull request by MIvanchev against master on the void-packages repository
https://github.com/MIvanchev/void-packages ci-dataclasses-json
https://github.com/void-linux/void-packages/pull/52318
[WIP] New package: python3-dataclasses-json
#### Testing the changes
- I tested the changes in this PR: **YES**
#### 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, (GLIBC-X64_86)
A patch file from https://github.com/void-linux/void-packages/pull/52318.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ci-dataclasses-json-52318.patch --]
[-- Type: text/x-diff, Size: 4034 bytes --]
From 7cae1e67d228dc7825fda9d657e7a0344ca1f12d Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Mon, 23 Sep 2024 13:14:22 +0200
Subject: [PATCH 1/2] New package: python3-typing_inspect-0.9.0
---
srcpkgs/python3-typing_inspect/template | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 srcpkgs/python3-typing_inspect/template
diff --git a/srcpkgs/python3-typing_inspect/template b/srcpkgs/python3-typing_inspect/template
new file mode 100644
index 00000000000000..2af2d94c182072
--- /dev/null
+++ b/srcpkgs/python3-typing_inspect/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-typing_inspect'
+pkgname=python3-typing_inspect
+version=0.9.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-typing_extensions python3-mypy_extensions"
+short_desc="Runtime inspection utilities for Python typing module "
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="MIT"
+homepage="https://github.com/ilevkivskyi/typing_inspect"
+distfiles="${PYPI_SITE}/t/typing-inspect/typing_inspect-${version}.tar.gz"
+checksum=b23fc42ff6f6ef6954e4852c1fb512cdd18dbea03134f91f856a95ccc9461f78
+
+post_install() {
+ vlicense LICENSE
+}
From 038fc05ad7f635b2f09f541325baa3e79c20c9d8 Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Mon, 23 Sep 2024 09:34:06 +0200
Subject: [PATCH 2/2] New package: python3-dataclasses-json-0.6.7
---
srcpkgs/python3-dataclasses-json/template | 27 +++++++++++++++++++
.../template | 19 +++++++++++++
2 files changed, 46 insertions(+)
create mode 100644 srcpkgs/python3-dataclasses-json/template
create mode 100644 srcpkgs/python3-poetry-dynamic-versioning/template
diff --git a/srcpkgs/python3-dataclasses-json/template b/srcpkgs/python3-dataclasses-json/template
new file mode 100644
index 00000000000000..1029e3915b249d
--- /dev/null
+++ b/srcpkgs/python3-dataclasses-json/template
@@ -0,0 +1,27 @@
+# Template file for 'python3-dataclasses-json'
+pkgname=python3-dataclasses-json
+version=0.6.7
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-poetry-core"
+depends="python3-marshmallow python3-typing_inspect"
+short_desc="Easy serialization of data classes to and from JSON"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="MIT"
+homepage="https://github.com/lidatong/dataclasses-json"
+distfiles="${PYPI_SITE}/d/dataclasses-json/dataclasses_json-${version}.tar.gz"
+checksum=b6b3e528266ea45b9535223bc53ca645f5208833c29229e847b3f26a1cc55fc0
+
+export POETRY_DYNAMIC_VERSIONING_BYPASS="${version}"
+
+post_patch() {
+ # Patch away the poetry-dynamic-versioning dependency since we know
+ # the version.
+ vsed -i -e "s/^requires = \[\"poetry-core>=1.2.0\", \"poetry-dynamic-versioning\"\]/requires = [\"poetry-core>=1.2.0\"]/" pyproject.toml
+ vsed -i -e "s/^version = .*/version = \"${version}\"/" pyproject.toml
+ vsed -i -e 's/^build-backend = .*//' pyproject.toml
+}
+
+post_install() {
+ vlicense LICENSE
+}
diff --git a/srcpkgs/python3-poetry-dynamic-versioning/template b/srcpkgs/python3-poetry-dynamic-versioning/template
new file mode 100644
index 00000000000000..7752dc3375b83a
--- /dev/null
+++ b/srcpkgs/python3-poetry-dynamic-versioning/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-poetry-dynamic-versioning'
+pkgname=python3-poetry-dynamic-versioning
+version=1.4.1
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-poetry-core"
+depends="python3-tomlkit \
+ python3-dunamai \
+ python3-poetry-core"
+short_desc="Plugin for Poetry to enable dynamic versioning based on VCS tags"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="MIT"
+homepage="https://github.com/mtkennerly/poetry-dynamic-versioning"
+distfiles="${PYPI_SITE}/p/poetry-dynamic-versioning/poetry_dynamic_versioning-${version}.tar.gz"
+checksum=21584d21ca405aa7d83d23d38372e3c11da664a8742995bdd517577e8676d0e1
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR PATCH] [Updated] [WIP] New package: python3-dataclasses-json
2024-09-23 10:32 [PR PATCH] [WIP] New package: python3-dataclasses-json MIvanchev
2024-09-23 11:17 ` [PR PATCH] [Updated] " MIvanchev
@ 2024-09-23 11:18 ` MIvanchev
2024-09-23 11:35 ` MIvanchev
` (6 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: MIvanchev @ 2024-09-23 11:18 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 697 bytes --]
There is an updated pull request by MIvanchev against master on the void-packages repository
https://github.com/MIvanchev/void-packages ci-dataclasses-json
https://github.com/void-linux/void-packages/pull/52318
[WIP] New package: python3-dataclasses-json
#### Testing the changes
- I tested the changes in this PR: **YES**
#### 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, (GLIBC-X64_86)
A patch file from https://github.com/void-linux/void-packages/pull/52318.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ci-dataclasses-json-52318.patch --]
[-- Type: text/x-diff, Size: 4034 bytes --]
From 7cae1e67d228dc7825fda9d657e7a0344ca1f12d Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Mon, 23 Sep 2024 13:14:22 +0200
Subject: [PATCH 1/2] New package: python3-typing_inspect-0.9.0
---
srcpkgs/python3-typing_inspect/template | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 srcpkgs/python3-typing_inspect/template
diff --git a/srcpkgs/python3-typing_inspect/template b/srcpkgs/python3-typing_inspect/template
new file mode 100644
index 00000000000000..2af2d94c182072
--- /dev/null
+++ b/srcpkgs/python3-typing_inspect/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-typing_inspect'
+pkgname=python3-typing_inspect
+version=0.9.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-typing_extensions python3-mypy_extensions"
+short_desc="Runtime inspection utilities for Python typing module "
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="MIT"
+homepage="https://github.com/ilevkivskyi/typing_inspect"
+distfiles="${PYPI_SITE}/t/typing-inspect/typing_inspect-${version}.tar.gz"
+checksum=b23fc42ff6f6ef6954e4852c1fb512cdd18dbea03134f91f856a95ccc9461f78
+
+post_install() {
+ vlicense LICENSE
+}
From c985533be64a72798a6c70a30ff8f8950da5bd28 Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Mon, 23 Sep 2024 09:34:06 +0200
Subject: [PATCH 2/2] New package: python3-dataclasses-json-0.6.7
---
srcpkgs/python3-dataclasses-json/template | 27 +++++++++++++++++++
.../template | 19 +++++++++++++
2 files changed, 46 insertions(+)
create mode 100644 srcpkgs/python3-dataclasses-json/template
create mode 100644 srcpkgs/python3-poetry-dynamic-versioning/template
diff --git a/srcpkgs/python3-dataclasses-json/template b/srcpkgs/python3-dataclasses-json/template
new file mode 100644
index 00000000000000..1029e3915b249d
--- /dev/null
+++ b/srcpkgs/python3-dataclasses-json/template
@@ -0,0 +1,27 @@
+# Template file for 'python3-dataclasses-json'
+pkgname=python3-dataclasses-json
+version=0.6.7
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-poetry-core"
+depends="python3-marshmallow python3-typing_inspect"
+short_desc="Easy serialization of data classes to and from JSON"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="MIT"
+homepage="https://github.com/lidatong/dataclasses-json"
+distfiles="${PYPI_SITE}/d/dataclasses-json/dataclasses_json-${version}.tar.gz"
+checksum=b6b3e528266ea45b9535223bc53ca645f5208833c29229e847b3f26a1cc55fc0
+
+export POETRY_DYNAMIC_VERSIONING_BYPASS="${version}"
+
+post_patch() {
+ # Patch away the poetry-dynamic-versioning dependency since we know
+ # the version.
+ vsed -i -e "s/^requires = \[\"poetry-core>=1.2.0\", \"poetry-dynamic-versioning\"\]/requires = [\"poetry-core>=1.2.0\"]/" pyproject.toml
+ vsed -i -e "s/^version = .*/version = \"${version}\"/" pyproject.toml
+ vsed -i -e 's/^build-backend = .*//' pyproject.toml
+}
+
+post_install() {
+ vlicense LICENSE
+}
diff --git a/srcpkgs/python3-poetry-dynamic-versioning/template b/srcpkgs/python3-poetry-dynamic-versioning/template
new file mode 100644
index 00000000000000..7752dc3375b83a
--- /dev/null
+++ b/srcpkgs/python3-poetry-dynamic-versioning/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-poetry-dynamic-versioning'
+pkgname=python3-poetry-dynamic-versioning
+version=1.4.1
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-poetry-core"
+depends="python3-tomlkit \
+ python3-dunamai \
+ python3-poetry-core"
+short_desc="Plugin for Poetry to enable dynamic versioning based on VCS tags"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="MIT"
+homepage="https://github.com/mtkennerly/poetry-dynamic-versioning"
+distfiles="${PYPI_SITE}/p/poetry-dynamic-versioning/poetry_dynamic_versioning-${version}.tar.gz"
+checksum=21584d21ca405aa7d83d23d38372e3c11da664a8742995bdd517577e8676d0e1
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR PATCH] [Updated] [WIP] New package: python3-dataclasses-json
2024-09-23 10:32 [PR PATCH] [WIP] New package: python3-dataclasses-json MIvanchev
2024-09-23 11:17 ` [PR PATCH] [Updated] " MIvanchev
2024-09-23 11:18 ` MIvanchev
@ 2024-09-23 11:35 ` MIvanchev
2024-09-23 11:36 ` MIvanchev
` (5 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: MIvanchev @ 2024-09-23 11:35 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 697 bytes --]
There is an updated pull request by MIvanchev against master on the void-packages repository
https://github.com/MIvanchev/void-packages ci-dataclasses-json
https://github.com/void-linux/void-packages/pull/52318
[WIP] New package: python3-dataclasses-json
#### Testing the changes
- I tested the changes in this PR: **YES**
#### 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, (GLIBC-X64_86)
A patch file from https://github.com/void-linux/void-packages/pull/52318.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ci-dataclasses-json-52318.patch --]
[-- Type: text/x-diff, Size: 3982 bytes --]
From 37eaca180f2533ebcf9f3b986c42dcf861185620 Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Mon, 23 Sep 2024 13:14:22 +0200
Subject: [PATCH 1/2] New package: python3-typing_inspect-0.9.0
---
srcpkgs/python3-typing_inspect/template | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 srcpkgs/python3-typing_inspect/template
diff --git a/srcpkgs/python3-typing_inspect/template b/srcpkgs/python3-typing_inspect/template
new file mode 100644
index 00000000000000..262bcd5b9ac9fd
--- /dev/null
+++ b/srcpkgs/python3-typing_inspect/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-typing_inspect'
+pkgname=python3-typing_inspect
+version=0.9.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-typing_extensions python3-mypy_extensions"
+short_desc="Runtime inspection utilities for the Python module typing"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="MIT"
+homepage="https://github.com/ilevkivskyi/typing_inspect"
+distfiles="${PYPI_SITE}/t/typing-inspect/typing_inspect-${version}.tar.gz"
+checksum=b23fc42ff6f6ef6954e4852c1fb512cdd18dbea03134f91f856a95ccc9461f78
+
+post_install() {
+ vlicense LICENSE
+}
From 9138bd3bd97c71fc8d57fc355c1990915db8ba69 Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Mon, 23 Sep 2024 09:34:06 +0200
Subject: [PATCH 2/2] New package: python3-dataclasses-json-0.6.7
---
srcpkgs/python3-dataclasses-json/template | 25 +++++++++++++++++++
.../template | 19 ++++++++++++++
2 files changed, 44 insertions(+)
create mode 100644 srcpkgs/python3-dataclasses-json/template
create mode 100644 srcpkgs/python3-poetry-dynamic-versioning/template
diff --git a/srcpkgs/python3-dataclasses-json/template b/srcpkgs/python3-dataclasses-json/template
new file mode 100644
index 00000000000000..361233043c2d46
--- /dev/null
+++ b/srcpkgs/python3-dataclasses-json/template
@@ -0,0 +1,25 @@
+# Template file for 'python3-dataclasses-json'
+pkgname=python3-dataclasses-json
+version=0.6.7
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-poetry-core"
+depends="python3-marshmallow python3-typing_inspect"
+short_desc="Easy serialization of data classes to and from JSON"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="MIT"
+homepage="https://github.com/lidatong/dataclasses-json"
+distfiles="${PYPI_SITE}/d/dataclasses-json/dataclasses_json-${version}.tar.gz"
+checksum=b6b3e528266ea45b9535223bc53ca645f5208833c29229e847b3f26a1cc55fc0
+
+post_patch() {
+ # Patch away the poetry-dynamic-versioning dependency since we know
+ # the version.
+ vsed -i -e "s/^requires = \[\"poetry-core>=1.2.0\", \"poetry-dynamic-versioning\"\]/requires = [\"poetry-core>=1.2.0\"]/" pyproject.toml
+ vsed -i -e "s/^version = .*/version = \"${version}\"/" pyproject.toml
+ vsed -i -e 's/^build-backend = .*//' pyproject.toml
+}
+
+post_install() {
+ vlicense LICENSE
+}
diff --git a/srcpkgs/python3-poetry-dynamic-versioning/template b/srcpkgs/python3-poetry-dynamic-versioning/template
new file mode 100644
index 00000000000000..7752dc3375b83a
--- /dev/null
+++ b/srcpkgs/python3-poetry-dynamic-versioning/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-poetry-dynamic-versioning'
+pkgname=python3-poetry-dynamic-versioning
+version=1.4.1
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-poetry-core"
+depends="python3-tomlkit \
+ python3-dunamai \
+ python3-poetry-core"
+short_desc="Plugin for Poetry to enable dynamic versioning based on VCS tags"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="MIT"
+homepage="https://github.com/mtkennerly/poetry-dynamic-versioning"
+distfiles="${PYPI_SITE}/p/poetry-dynamic-versioning/poetry_dynamic_versioning-${version}.tar.gz"
+checksum=21584d21ca405aa7d83d23d38372e3c11da664a8742995bdd517577e8676d0e1
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR PATCH] [Updated] [WIP] New package: python3-dataclasses-json
2024-09-23 10:32 [PR PATCH] [WIP] New package: python3-dataclasses-json MIvanchev
` (2 preceding siblings ...)
2024-09-23 11:35 ` MIvanchev
@ 2024-09-23 11:36 ` MIvanchev
2024-09-23 11:40 ` MIvanchev
` (4 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: MIvanchev @ 2024-09-23 11:36 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 697 bytes --]
There is an updated pull request by MIvanchev against master on the void-packages repository
https://github.com/MIvanchev/void-packages ci-dataclasses-json
https://github.com/void-linux/void-packages/pull/52318
[WIP] New package: python3-dataclasses-json
#### Testing the changes
- I tested the changes in this PR: **YES**
#### 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, (GLIBC-X64_86)
A patch file from https://github.com/void-linux/void-packages/pull/52318.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ci-dataclasses-json-52318.patch --]
[-- Type: text/x-diff, Size: 2869 bytes --]
From 37eaca180f2533ebcf9f3b986c42dcf861185620 Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Mon, 23 Sep 2024 13:14:22 +0200
Subject: [PATCH 1/2] New package: python3-typing_inspect-0.9.0
---
srcpkgs/python3-typing_inspect/template | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 srcpkgs/python3-typing_inspect/template
diff --git a/srcpkgs/python3-typing_inspect/template b/srcpkgs/python3-typing_inspect/template
new file mode 100644
index 00000000000000..262bcd5b9ac9fd
--- /dev/null
+++ b/srcpkgs/python3-typing_inspect/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-typing_inspect'
+pkgname=python3-typing_inspect
+version=0.9.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-typing_extensions python3-mypy_extensions"
+short_desc="Runtime inspection utilities for the Python module typing"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="MIT"
+homepage="https://github.com/ilevkivskyi/typing_inspect"
+distfiles="${PYPI_SITE}/t/typing-inspect/typing_inspect-${version}.tar.gz"
+checksum=b23fc42ff6f6ef6954e4852c1fb512cdd18dbea03134f91f856a95ccc9461f78
+
+post_install() {
+ vlicense LICENSE
+}
From 0ab3f24bea5408b278c45f1edd1fa2a8bd12e795 Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Mon, 23 Sep 2024 09:34:06 +0200
Subject: [PATCH 2/2] New package: python3-dataclasses-json-0.6.7
---
srcpkgs/python3-dataclasses-json/template | 25 +++++++++++++++++++++++
1 file changed, 25 insertions(+)
create mode 100644 srcpkgs/python3-dataclasses-json/template
diff --git a/srcpkgs/python3-dataclasses-json/template b/srcpkgs/python3-dataclasses-json/template
new file mode 100644
index 00000000000000..361233043c2d46
--- /dev/null
+++ b/srcpkgs/python3-dataclasses-json/template
@@ -0,0 +1,25 @@
+# Template file for 'python3-dataclasses-json'
+pkgname=python3-dataclasses-json
+version=0.6.7
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-poetry-core"
+depends="python3-marshmallow python3-typing_inspect"
+short_desc="Easy serialization of data classes to and from JSON"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="MIT"
+homepage="https://github.com/lidatong/dataclasses-json"
+distfiles="${PYPI_SITE}/d/dataclasses-json/dataclasses_json-${version}.tar.gz"
+checksum=b6b3e528266ea45b9535223bc53ca645f5208833c29229e847b3f26a1cc55fc0
+
+post_patch() {
+ # Patch away the poetry-dynamic-versioning dependency since we know
+ # the version.
+ vsed -i -e "s/^requires = \[\"poetry-core>=1.2.0\", \"poetry-dynamic-versioning\"\]/requires = [\"poetry-core>=1.2.0\"]/" pyproject.toml
+ vsed -i -e "s/^version = .*/version = \"${version}\"/" pyproject.toml
+ vsed -i -e 's/^build-backend = .*//' pyproject.toml
+}
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR PATCH] [Updated] [WIP] New package: python3-dataclasses-json
2024-09-23 10:32 [PR PATCH] [WIP] New package: python3-dataclasses-json MIvanchev
` (3 preceding siblings ...)
2024-09-23 11:36 ` MIvanchev
@ 2024-09-23 11:40 ` MIvanchev
2024-09-23 11:45 ` MIvanchev
` (3 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: MIvanchev @ 2024-09-23 11:40 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 697 bytes --]
There is an updated pull request by MIvanchev against master on the void-packages repository
https://github.com/MIvanchev/void-packages ci-dataclasses-json
https://github.com/void-linux/void-packages/pull/52318
[WIP] New package: python3-dataclasses-json
#### Testing the changes
- I tested the changes in this PR: **YES**
#### 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, (GLIBC-X64_86)
A patch file from https://github.com/void-linux/void-packages/pull/52318.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ci-dataclasses-json-52318.patch --]
[-- Type: text/x-diff, Size: 2890 bytes --]
From 37eaca180f2533ebcf9f3b986c42dcf861185620 Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Mon, 23 Sep 2024 13:14:22 +0200
Subject: [PATCH 1/2] New package: python3-typing_inspect-0.9.0
---
srcpkgs/python3-typing_inspect/template | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 srcpkgs/python3-typing_inspect/template
diff --git a/srcpkgs/python3-typing_inspect/template b/srcpkgs/python3-typing_inspect/template
new file mode 100644
index 00000000000000..262bcd5b9ac9fd
--- /dev/null
+++ b/srcpkgs/python3-typing_inspect/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-typing_inspect'
+pkgname=python3-typing_inspect
+version=0.9.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-typing_extensions python3-mypy_extensions"
+short_desc="Runtime inspection utilities for the Python module typing"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="MIT"
+homepage="https://github.com/ilevkivskyi/typing_inspect"
+distfiles="${PYPI_SITE}/t/typing-inspect/typing_inspect-${version}.tar.gz"
+checksum=b23fc42ff6f6ef6954e4852c1fb512cdd18dbea03134f91f856a95ccc9461f78
+
+post_install() {
+ vlicense LICENSE
+}
From 64504665d7b1af22721ce9a5564bdd98fd056f8f Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Mon, 23 Sep 2024 09:34:06 +0200
Subject: [PATCH 2/2] New package: python3-dataclasses-json-0.6.7
---
srcpkgs/python3-dataclasses-json/template | 26 +++++++++++++++++++++++
1 file changed, 26 insertions(+)
create mode 100644 srcpkgs/python3-dataclasses-json/template
diff --git a/srcpkgs/python3-dataclasses-json/template b/srcpkgs/python3-dataclasses-json/template
new file mode 100644
index 00000000000000..7ee3edfda492cb
--- /dev/null
+++ b/srcpkgs/python3-dataclasses-json/template
@@ -0,0 +1,26 @@
+# Template file for 'python3-dataclasses-json'
+pkgname=python3-dataclasses-json
+version=0.6.7
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-poetry-core"
+depends="python3-marshmallow python3-typing_inspect"
+short_desc="Easy serialization of data classes to and from JSON"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="MIT"
+homepage="https://github.com/lidatong/dataclasses-json"
+distfiles="${PYPI_SITE}/d/dataclasses-json/dataclasses_json-${version}.tar.gz"
+checksum=b6b3e528266ea45b9535223bc53ca645f5208833c29229e847b3f26a1cc55fc0
+
+post_patch() {
+ # Patch away the poetry-dynamic-versioning dependency since we know
+ # the version.
+ cat pyproject.toml
+ vsed -i -e "s/^requires = \[\"poetry-core>=1.2.0\", \"poetry-dynamic-versioning\"\]/requires = [\"poetry-core>=1.2.0\"]/" pyproject.toml
+ vsed -i -e "s/^version = .*/version = \"${version}\"/" pyproject.toml
+ vsed -i -e 's/^build-backend = .*//' pyproject.toml
+}
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR PATCH] [Updated] [WIP] New package: python3-dataclasses-json
2024-09-23 10:32 [PR PATCH] [WIP] New package: python3-dataclasses-json MIvanchev
` (4 preceding siblings ...)
2024-09-23 11:40 ` MIvanchev
@ 2024-09-23 11:45 ` MIvanchev
2024-12-24 1:59 ` New package: python3-dataclasses-json-0.6.7 github-actions
` (2 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: MIvanchev @ 2024-09-23 11:45 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 697 bytes --]
There is an updated pull request by MIvanchev against master on the void-packages repository
https://github.com/MIvanchev/void-packages ci-dataclasses-json
https://github.com/void-linux/void-packages/pull/52318
[WIP] New package: python3-dataclasses-json
#### Testing the changes
- I tested the changes in this PR: **YES**
#### 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, (GLIBC-X64_86)
A patch file from https://github.com/void-linux/void-packages/pull/52318.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ci-dataclasses-json-52318.patch --]
[-- Type: text/x-diff, Size: 2919 bytes --]
From 37eaca180f2533ebcf9f3b986c42dcf861185620 Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Mon, 23 Sep 2024 13:14:22 +0200
Subject: [PATCH 1/2] New package: python3-typing_inspect-0.9.0
---
srcpkgs/python3-typing_inspect/template | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 srcpkgs/python3-typing_inspect/template
diff --git a/srcpkgs/python3-typing_inspect/template b/srcpkgs/python3-typing_inspect/template
new file mode 100644
index 00000000000000..262bcd5b9ac9fd
--- /dev/null
+++ b/srcpkgs/python3-typing_inspect/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-typing_inspect'
+pkgname=python3-typing_inspect
+version=0.9.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-typing_extensions python3-mypy_extensions"
+short_desc="Runtime inspection utilities for the Python module typing"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="MIT"
+homepage="https://github.com/ilevkivskyi/typing_inspect"
+distfiles="${PYPI_SITE}/t/typing-inspect/typing_inspect-${version}.tar.gz"
+checksum=b23fc42ff6f6ef6954e4852c1fb512cdd18dbea03134f91f856a95ccc9461f78
+
+post_install() {
+ vlicense LICENSE
+}
From 95388d98a3f1db87045431fe28790be5b4d902a3 Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Mon, 23 Sep 2024 09:34:06 +0200
Subject: [PATCH 2/2] New package: python3-dataclasses-json-0.6.7
---
srcpkgs/python3-dataclasses-json/template | 26 +++++++++++++++++++++++
1 file changed, 26 insertions(+)
create mode 100644 srcpkgs/python3-dataclasses-json/template
diff --git a/srcpkgs/python3-dataclasses-json/template b/srcpkgs/python3-dataclasses-json/template
new file mode 100644
index 00000000000000..4867440ea0a84a
--- /dev/null
+++ b/srcpkgs/python3-dataclasses-json/template
@@ -0,0 +1,26 @@
+# Template file for 'python3-dataclasses-json'
+pkgname=python3-dataclasses-json
+version=0.6.7
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-wheel python3-poetry-core"
+depends="python3-marshmallow python3-typing_inspect"
+short_desc="Easy serialization of data classes to and from JSON"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="MIT"
+homepage="https://github.com/lidatong/dataclasses-json"
+distfiles="${PYPI_SITE}/d/dataclasses-json/dataclasses_json-${version}.tar.gz"
+checksum=b6b3e528266ea45b9535223bc53ca645f5208833c29229e847b3f26a1cc55fc0
+
+post_patch() {
+ # Patch away the poetry-dynamic-versioning dependency since the
+ # version is already in the pyproject.toml file (but make sure it
+ # really is).
+ grep --quiet "^version = \"${version}\"$" pyproject.toml
+ vsed -i -e "s/^requires = \[\"poetry-core>=1.2.0\", \"poetry-dynamic-versioning\"\]/requires = [\"poetry-core>=1.2.0\"]/" pyproject.toml
+ vsed -i -e 's/^build-backend = .*//' pyproject.toml
+}
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: New package: python3-dataclasses-json-0.6.7
2024-09-23 10:32 [PR PATCH] [WIP] New package: python3-dataclasses-json MIvanchev
` (5 preceding siblings ...)
2024-09-23 11:45 ` MIvanchev
@ 2024-12-24 1:59 ` github-actions
2025-01-07 1:59 ` [PR PATCH] [Closed]: " github-actions
2025-01-07 8:19 ` MIvanchev
8 siblings, 0 replies; 10+ messages in thread
From: github-actions @ 2024-12-24 1:59 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/52318#issuecomment-2560531940
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] 10+ messages in thread
* Re: [PR PATCH] [Closed]: New package: python3-dataclasses-json-0.6.7
2024-09-23 10:32 [PR PATCH] [WIP] New package: python3-dataclasses-json MIvanchev
` (6 preceding siblings ...)
2024-12-24 1:59 ` New package: python3-dataclasses-json-0.6.7 github-actions
@ 2025-01-07 1:59 ` github-actions
2025-01-07 8:19 ` MIvanchev
8 siblings, 0 replies; 10+ messages in thread
From: github-actions @ 2025-01-07 1:59 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 525 bytes --]
There's a closed pull request on the void-packages repository
New package: python3-dataclasses-json-0.6.7
https://github.com/void-linux/void-packages/pull/52318
Description:
#### Testing the changes
- I tested the changes in this PR: **YES**
#### 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, (GLIBC-X64_86)
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: New package: python3-dataclasses-json-0.6.7
2024-09-23 10:32 [PR PATCH] [WIP] New package: python3-dataclasses-json MIvanchev
` (7 preceding siblings ...)
2025-01-07 1:59 ` [PR PATCH] [Closed]: " github-actions
@ 2025-01-07 8:19 ` MIvanchev
8 siblings, 0 replies; 10+ messages in thread
From: MIvanchev @ 2025-01-07 8:19 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 149 bytes --]
New comment by MIvanchev on void-packages repository
https://github.com/void-linux/void-packages/pull/52318#issuecomment-2574654188
Comment:
Bump.
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2025-01-07 8:19 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-23 10:32 [PR PATCH] [WIP] New package: python3-dataclasses-json MIvanchev
2024-09-23 11:17 ` [PR PATCH] [Updated] " MIvanchev
2024-09-23 11:18 ` MIvanchev
2024-09-23 11:35 ` MIvanchev
2024-09-23 11:36 ` MIvanchev
2024-09-23 11:40 ` MIvanchev
2024-09-23 11:45 ` MIvanchev
2024-12-24 1:59 ` New package: python3-dataclasses-json-0.6.7 github-actions
2025-01-07 1:59 ` [PR PATCH] [Closed]: " github-actions
2025-01-07 8:19 ` MIvanchev
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).