1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-05-28 17:06:32 -04:00
Po-Chuan Hsieh 2025-03-14 17:41:06 +08:00
parent 33bb2955f5
commit 87f2141af0
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
3 changed files with 20 additions and 10 deletions
textproc/py-sphinxcontrib-towncrier

View file

@ -1,10 +1,10 @@
PORTNAME= sphinxcontrib-towncrier
PORTVERSION= 0.4.0a0
PORTREVISION= 1
PORTVERSION= 0.5.0a0
CATEGORIES= textproc python
MASTER_SITES= PYPI \
https://github.com/sphinx-contrib/sphinxcontrib-towncrier/releases/download/v${PORTVERSION}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= sphinxcontrib_towncrier-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= RST directive for injecting a Towncrier-generated changelog draft
@ -14,16 +14,15 @@ WWW= https://sphinxcontrib-towncrier.readthedocs.io/en/latest/ \
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=40.6.0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools-scm>=3.5:devel/py-setuptools-scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools_scm_git_archive>=1.1:devel/py-setuptools_scm_git_archive@${PY_FLAVOR} \
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools-scm>=8:devel/py-setuptools-scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}towncrier23>=19.2:textproc/py-towncrier23@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}towncrier>=23:textproc/py-towncrier@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-xdist>=0,1:devel/py-pytest-xdist@${PY_FLAVOR}
USES= python
USES= python:3.9+
USE_PYTHON= autoplist concurrent pep517 pytest
NO_ARCH= yes

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1722711257
SHA256 (sphinxcontrib-towncrier-0.4.0a0.tar.gz) = d9b1513fc07781432dd3a0b2ca797cfe0e99e9b5bc5e5c8bf112d5d142afb6dc
SIZE (sphinxcontrib-towncrier-0.4.0a0.tar.gz) = 49635
TIMESTAMP = 1740836186
SHA256 (sphinxcontrib_towncrier-0.5.0a0.tar.gz) = 294e69df6e275e7a86df7ea6a927cc7c28c2c370a884cd5c45de6ec989858f27
SIZE (sphinxcontrib_towncrier-0.5.0a0.tar.gz) = 62453

View file

@ -0,0 +1,11 @@
--- pyproject.toml.orig 2025-02-28 01:49:19 UTC
+++ pyproject.toml
@@ -1,7 +1,7 @@ requires = [
[build-system]
requires = [
# Essentials
- "setuptools >= 64",
+ "setuptools >= 61",
# Plugins
"setuptools_scm[toml] >= 8", # version is required for "no-local-version" scheme + toml extra is needed for supporting config in this file