mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-21 16:47:00 +02:00
python3-service_identity: update to 23.1.0.
This commit is contained in:
parent
19c59bb0a1
commit
1e70766e10
2 changed files with 52 additions and 6 deletions
srcpkgs/python3-service_identity
|
@ -0,0 +1,46 @@
|
|||
--- a/pyproject.toml 2023-06-14 08:54:35.000000000 +0100
|
||||
+++ b/pyproject.toml 2023-11-27 23:41:30.341946203 +0000
|
||||
@@ -1,5 +1,5 @@
|
||||
[build-system]
|
||||
-requires = ["hatchling", "hatch-vcs", "hatch-fancy-pypi-readme"]
|
||||
+requires = ["hatchling", "hatch-vcs"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
@@ -52,36 +52,6 @@
|
||||
source = "vcs"
|
||||
raw-options = { local_scheme = "no-local-version" }
|
||||
|
||||
-[tool.hatch.metadata.hooks.fancy-pypi-readme]
|
||||
-content-type = "text/markdown"
|
||||
-
|
||||
-[[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]]
|
||||
-text = "# Service Identity Verification for pyOpenSSL & *cryptography*\n"
|
||||
-
|
||||
-[[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]]
|
||||
-path = "README.md"
|
||||
-start-after = "spiel-begin -->\n"
|
||||
-
|
||||
-[[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]]
|
||||
-text = """
|
||||
-
|
||||
-
|
||||
-## Release Information
|
||||
-
|
||||
-"""
|
||||
-
|
||||
-[[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]]
|
||||
-path = "CHANGELOG.md"
|
||||
-pattern = "\n(###.+?\n)## "
|
||||
-
|
||||
-[[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]]
|
||||
-text = """
|
||||
-----
|
||||
-
|
||||
-[→ Complete Changelog](https://service-identity.readthedocs.io/en/stable/changelog.html)
|
||||
-"""
|
||||
-
|
||||
-
|
||||
[tool.pytest.ini_options]
|
||||
addopts = ["-ra", "--strict-markers", "--strict-config"]
|
||||
xfail_strict = true
|
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'python3-service_identity'
|
||||
pkgname=python3-service_identity
|
||||
version=18.1.0
|
||||
revision=8
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
version=23.1.0
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="hatchling hatch-vcs python3-build"
|
||||
depends="python3-attrs python3-pyasn1-modules python3-cryptography python3-six"
|
||||
checkdepends="${depends}"
|
||||
short_desc="Service identity verification for Python (Python3)"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="https://service-identity.readthedocs.org/"
|
||||
changelog="https://raw.githubusercontent.com/pyca/service-identity/main/CHANGELOG.rst"
|
||||
changelog="https://raw.githubusercontent.com/pyca/service-identity/main/CHANGELOG.md"
|
||||
distfiles="${PYPI_SITE}/s/service_identity/service_identity-${version}.tar.gz"
|
||||
checksum=0858a54aabc5b459d1aafa8a518ed2081a285087f349fe3e55197989232e2e2d
|
||||
checksum=ecb33cd96307755041e978ab14f8b14e13b40f1fbd525a4dc78f46d2b986431d
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue