public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/truststore/
Date: Thu, 31 Aug 2023 13:58:01 +0000 (UTC)	[thread overview]
Message-ID: <1693490269.628f90ebcf63cefc6d66b409f4737412a7f2a2e9.mgorny@gentoo> (raw)

commit:     628f90ebcf63cefc6d66b409f4737412a7f2a2e9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 31 13:46:57 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 31 13:57:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=628f90eb

dev-python/truststore: New package, v0.7.0

A replacement for dev-python/certifi, required by dev-python/pdm now.

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/truststore/Manifest                |  1 +
 dev-python/truststore/metadata.xml            | 12 +++++++
 dev-python/truststore/truststore-0.7.0.ebuild | 46 +++++++++++++++++++++++++++
 3 files changed, 59 insertions(+)

diff --git a/dev-python/truststore/Manifest b/dev-python/truststore/Manifest
new file mode 100644
index 000000000000..88e83623fbad
--- /dev/null
+++ b/dev-python/truststore/Manifest
@@ -0,0 +1 @@
+DIST truststore-0.7.0.gh.tar.gz 24953 BLAKE2B c94c832410ecdf101d5b5f27fa1e48205e5fbafe4b51a2583d7a44b2501cff43f693017c572f08f9a0bb7ed6fd3bf1a73401e1b628e8a690f34d1c9b7577c755 SHA512 e3a4e751984668c571004d111df9f5e449db3269b7d6b4224dd6aad03d2a066260c9dc8e1f1573b9fd062bf4b1fe486510915ebc1cd9ff20e5626c033f56b519

diff --git a/dev-python/truststore/metadata.xml b/dev-python/truststore/metadata.xml
new file mode 100644
index 000000000000..a06c3e471d2e
--- /dev/null
+++ b/dev-python/truststore/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>python@gentoo.org</email>
+	</maintainer>
+	<stabilize-allarches/>
+	<upstream>
+		<remote-id type="github">sethmlarson/truststore</remote-id>
+		<remote-id type="pypi">truststore</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/truststore/truststore-0.7.0.ebuild b/dev-python/truststore/truststore-0.7.0.ebuild
new file mode 100644
index 000000000000..871d217cb0be
--- /dev/null
+++ b/dev-python/truststore/truststore-0.7.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Verify certificates using native system trust stores"
+HOMEPAGE="
+	https://github.com/sethmlarson/truststore/
+	https://pypi.org/project/truststore/
+"
+SRC_URI="
+	https://github.com/sethmlarson/truststore/archive/v${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+PROPERTIES="test_network"
+RESTRICT="test"
+
+BDEPEND="
+	test? (
+		dev-python/aiohttp[${PYTHON_USEDEP}]
+		dev-python/flaky[${PYTHON_USEDEP}]
+		dev-python/httpx[${PYTHON_USEDEP}]
+		dev-python/pyopenssl[${PYTHON_USEDEP}]
+		dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+		dev-python/pytest-httpserver[${PYTHON_USEDEP}]
+		dev-python/requests[${PYTHON_USEDEP}]
+		dev-python/trustme[${PYTHON_USEDEP}]
+		dev-python/urllib3[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+	local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+	epytest -p asyncio -p pytest_httpserver
+}


             reply	other threads:[~2023-08-31 13:58 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-31 13:58 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-09-17 13:35 [gentoo-commits] repo/gentoo:master commit in: dev-python/truststore/ Michał Górny
2023-11-23 17:01 Arthur Zamarin
2023-12-30 18:35 Michał Górny
2024-04-30  5:02 Michał Górny
2024-05-07  1:57 Michał Górny
2024-05-07  1:57 Michał Górny
2024-06-12 19:32 Michał Górny
2024-06-12 19:32 Michał Górny
2024-06-23 20:19 Sam James
2024-06-24  0:13 Sam James
2024-06-24 17:57 Jakov Smolić
2024-06-25 23:16 Sam James
2024-07-05 19:41 Viorel Munteanu
2024-07-05 19:41 Viorel Munteanu
2024-07-05 19:41 Viorel Munteanu
2024-07-07  1:03 Ionen Wolkens
2024-07-11 20:55 James Le Cuirot
2024-07-11 21:21 James Le Cuirot
2024-07-27  6:00 Michał Górny
2024-07-27  9:17 Arthur Zamarin
2024-07-27  9:28 Arthur Zamarin
2024-07-27 11:58 Sam James
2024-07-27 11:58 Sam James
2024-08-12 17:18 Arthur Zamarin
2024-08-21 19:13 Michał Górny
2024-09-07 10:14 Michał Górny
2024-09-07 10:27 Michał Górny
2024-10-24  4:32 Michał Górny
2024-10-25 11:51 Arthur Zamarin
2024-10-25 11:51 Arthur Zamarin
2024-11-09 10:03 Arthur Zamarin
2024-11-09 10:21 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1693490269.628f90ebcf63cefc6d66b409f4737412a7f2a2e9.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox