diff options
Diffstat (limited to 'sysutils/py-ansible-core220')
| -rw-r--r-- | sysutils/py-ansible-core220/Makefile | 6 | ||||
| -rw-r--r-- | sysutils/py-ansible-core220/distinfo | 6 | ||||
| -rw-r--r-- | sysutils/py-ansible-core220/files/patch-pyproject.toml | 8 |
3 files changed, 11 insertions, 9 deletions
diff --git a/sysutils/py-ansible-core220/Makefile b/sysutils/py-ansible-core220/Makefile index fe60a7437215..98953857f1ea 100644 --- a/sysutils/py-ansible-core220/Makefile +++ b/sysutils/py-ansible-core220/Makefile @@ -4,12 +4,14 @@ # XXX workaround until Python 3.12 becomes the default. PORTNAME= ansible-core -DISTVERSION= 2.20.2 +DISTVERSION= 2.20.4 CATEGORIES= sysutils python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PKGNAMESUFFIX= 220 DISTFILES= ${PORTNAME:R:S/-/_/}-${DISTVERSION}${EXTRACT_SUFX} +.if !defined(MASTERDIR) +PKGNAMESUFFIX= 220 +.endif MAINTAINER= cy@FreeBSD.org COMMENT= Radically simple IT automation diff --git a/sysutils/py-ansible-core220/distinfo b/sysutils/py-ansible-core220/distinfo index 9ff30776b8b1..f783e4fd918d 100644 --- a/sysutils/py-ansible-core220/distinfo +++ b/sysutils/py-ansible-core220/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1769780022 -SHA256 (ansible_core-2.20.2.tar.gz) = 75e19a3ad8cf659579ea182cdf948ee0900d700e564802e92876de53dbd9715d -SIZE (ansible_core-2.20.2.tar.gz) = 3317427 +TIMESTAMP = 1775871103 +SHA256 (ansible_core-2.20.4.tar.gz) = 2060c06195ada0cca0ac3128025d1167f567479da465897d818982fbe28bed1f +SIZE (ansible_core-2.20.4.tar.gz) = 3334074 diff --git a/sysutils/py-ansible-core220/files/patch-pyproject.toml b/sysutils/py-ansible-core220/files/patch-pyproject.toml index 3537f564fa22..39cca75e49ce 100644 --- a/sysutils/py-ansible-core220/files/patch-pyproject.toml +++ b/sysutils/py-ansible-core220/files/patch-pyproject.toml @@ -1,9 +1,9 @@ ---- pyproject.toml.orig 2026-01-29 11:20:02.000000000 -0800 -+++ pyproject.toml 2026-01-30 06:06:24.331402000 -0800 +--- pyproject.toml.orig 2026-03-23 10:38:45.000000000 -0700 ++++ pyproject.toml 2026-04-10 18:32:40.428607000 -0700 @@ -1,5 +1,5 @@ [build-system] --requires = ["setuptools >= 66.1.0, <= 80.10.2", "wheel == 0.45.1"] # lower bound to support controller Python versions, upper bound for latest version tested at release -+requires = ["setuptools >= 63.1.0, <= 80.10.2", "wheel >= 0.45.1"] # lower bound to support controller Python versions, upper bound for latest version tested at release +-requires = ["setuptools >= 66.1.0, <= 82.0.1", "wheel == 0.45.1"] # lower bound to support controller Python versions, upper bound for latest version tested at release ++requires = ["setuptools >= 63.1.0, <= 82.0.1", "wheel >= 0.45.1"] # lower bound to support controller Python versions, upper bound for latest version tested at release build-backend = "setuptools.build_meta" [project] |
