Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: python3-mbedtls-2.10.1
@ 2025-01-15 21:32 Emru1
  2025-01-16  5:48 ` [PR PATCH] [Updated] " Emru1
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Emru1 @ 2025-01-15 21:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Emru1/void-packages python3-mbedtls
https://github.com/void-linux/void-packages/pull/53985

New package: python3-mbedtls-2.10.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv7l-musl

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

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

From a55543f73997507c1dabd36db738878d9fc94afc Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emru@emru.xyz>
Date: Wed, 15 Jan 2025 11:26:38 +0100
Subject: [PATCH] New package: python3-mbedtls-2.10.1

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

diff --git a/srcpkgs/python3-mbedtls/template b/srcpkgs/python3-mbedtls/template
new file mode 100644
index 00000000000000..a6a528226e8703
--- /dev/null
+++ b/srcpkgs/python3-mbedtls/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-mbedtls'
+pkgname=python3-mbedtls
+version=2.10.1
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-Cython python3-setuptools python3-wheel"
+makedepends="python3-devel mbedtls2-devel"
+depends="python3-certifi python3-typing_extensions"
+checkdepends="python3-pytest python3-certifi python3-typing_extensions"
+short_desc="Cryptographic library for Python that uses mbed TLS for back end"
+maintainer="Emil Tomczyk <emru@emru.xyz>"
+license="MIT"
+homepage="https://github.com/Synss/python-mbedtls"
+changelog="https://github.com/Synss/python-mbedtls/blob/master/ChangeLog"
+distfiles="${PYPI_SITE}/p/python-mbedtls/python-mbedtls-${version}.tar.gz"
+checksum=a1f8ac8a6e810f80d3e8d26561e787d04047c2d098e9ce21b9266174f124e00c
+
+post_install() {
+	vlicense LICENSE.txt
+}

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

* Re: [PR PATCH] [Updated] New package: python3-mbedtls-2.10.1
  2025-01-15 21:32 [PR PATCH] New package: python3-mbedtls-2.10.1 Emru1
@ 2025-01-16  5:48 ` Emru1
  2025-04-17  2:07 ` github-actions
  2025-05-01  2:13 ` [PR PATCH] [Closed]: " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: Emru1 @ 2025-01-16  5:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Emru1/void-packages python3-mbedtls
https://github.com/void-linux/void-packages/pull/53985

New package: python3-mbedtls-2.10.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv7l-musl

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

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

From 856676b3b44c57f9a3c1e04093200333dafd2ca4 Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emru@emru.xyz>
Date: Wed, 15 Jan 2025 11:26:38 +0100
Subject: [PATCH] New package: python3-mbedtls-2.10.1

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

diff --git a/srcpkgs/python3-mbedtls/template b/srcpkgs/python3-mbedtls/template
new file mode 100644
index 00000000000000..a6a528226e8703
--- /dev/null
+++ b/srcpkgs/python3-mbedtls/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-mbedtls'
+pkgname=python3-mbedtls
+version=2.10.1
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-Cython python3-setuptools python3-wheel"
+makedepends="python3-devel mbedtls2-devel"
+depends="python3-certifi python3-typing_extensions"
+checkdepends="python3-pytest python3-certifi python3-typing_extensions"
+short_desc="Cryptographic library for Python that uses mbed TLS for back end"
+maintainer="Emil Tomczyk <emru@emru.xyz>"
+license="MIT"
+homepage="https://github.com/Synss/python-mbedtls"
+changelog="https://github.com/Synss/python-mbedtls/blob/master/ChangeLog"
+distfiles="${PYPI_SITE}/p/python-mbedtls/python-mbedtls-${version}.tar.gz"
+checksum=a1f8ac8a6e810f80d3e8d26561e787d04047c2d098e9ce21b9266174f124e00c
+
+post_install() {
+	vlicense LICENSE.txt
+}

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

* Re: New package: python3-mbedtls-2.10.1
  2025-01-15 21:32 [PR PATCH] New package: python3-mbedtls-2.10.1 Emru1
  2025-01-16  5:48 ` [PR PATCH] [Updated] " Emru1
@ 2025-04-17  2:07 ` github-actions
  2025-05-01  2:13 ` [PR PATCH] [Closed]: " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2025-04-17  2:07 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/53985#issuecomment-2811541455

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] 4+ messages in thread

* Re: [PR PATCH] [Closed]: New package: python3-mbedtls-2.10.1
  2025-01-15 21:32 [PR PATCH] New package: python3-mbedtls-2.10.1 Emru1
  2025-01-16  5:48 ` [PR PATCH] [Updated] " Emru1
  2025-04-17  2:07 ` github-actions
@ 2025-05-01  2:13 ` github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2025-05-01  2:13 UTC (permalink / raw)
  To: ml

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

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

New package: python3-mbedtls-2.10.1
https://github.com/void-linux/void-packages/pull/53985

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv7l-musl

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

end of thread, other threads:[~2025-05-01  2:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-15 21:32 [PR PATCH] New package: python3-mbedtls-2.10.1 Emru1
2025-01-16  5:48 ` [PR PATCH] [Updated] " Emru1
2025-04-17  2:07 ` github-actions
2025-05-01  2:13 ` [PR PATCH] [Closed]: " github-actions

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