mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
security/py-certomancer: Update to 0.14.0
Changes: https://github.com/MatthiasValvekens/certomancer/commits/master
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
PORTNAME= certomancer
|
||||
PORTVERSION= 0.13.0
|
||||
PORTVERSION= 0.14.0
|
||||
CATEGORIES= security python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@@ -12,6 +12,7 @@ LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}setuptools-scm>=8.3.1:devel/py-setuptools-scm@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1crypto>=1.5.0<1.6:devel/py-asn1crypto@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}click>=7.1.2:devel/py-click@${PY_FLAVOR} \
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1749813106
|
||||
SHA256 (certomancer-0.13.0.tar.gz) = 5e6e6525e8c135cb564457c3f87e37839e3d75027372cb79198d9b00588ad4e2
|
||||
SIZE (certomancer-0.13.0.tar.gz) = 76028
|
||||
TIMESTAMP = 1775587566
|
||||
SHA256 (certomancer-0.14.0.tar.gz) = d3b80b8e9f6806834ac306d04967826c8e219d6030eba0066696b54103c5760d
|
||||
SIZE (certomancer-0.14.0.tar.gz) = 222467
|
||||
|
||||
@@ -1,9 +1,24 @@
|
||||
--- pyproject.toml.orig 2025-06-02 22:08:47 UTC
|
||||
--- pyproject.toml.orig 2026-03-11 22:04:26 UTC
|
||||
+++ pyproject.toml
|
||||
@@ -1,5 +1,5 @@
|
||||
@@ -1,12 +1,12 @@
|
||||
[build-system]
|
||||
-requires = ["setuptools>=80.9.0"]
|
||||
+requires = ["setuptools>=61"]
|
||||
-requires = ["setuptools>=80.9.0", "setuptools-scm>=8.3.1"]
|
||||
+requires = ["setuptools>=61", "setuptools-scm>=8.3.1"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "certomancer"
|
||||
dynamic = ["version"]
|
||||
authors = [{name = "Matthias Valvekens", email = "dev@mvalvekens.be"}]
|
||||
-license = "MIT"
|
||||
+license = {text = "MIT"}
|
||||
description = "PKI testing tool"
|
||||
keywords = ["pki", "testing"]
|
||||
classifiers = [
|
||||
@@ -113,4 +113,4 @@ extend-select = [
|
||||
"I", # isort
|
||||
]
|
||||
|
||||
-[tool.setuptools_scm]
|
||||
\ No newline at end of file
|
||||
+[tool.setuptools_scm]
|
||||
|
||||
Reference in New Issue
Block a user