Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 Apr 2026 17:25:42 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 15411fc396bd - main - devel/py-xstatic-autosize: Update to 6.0.1.0
Message-ID:  <69d29b16.1d14a.4782d431@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=15411fc396bd8e1b6a811b48bd2887e1bd1f4873

commit 15411fc396bd8e1b6a811b48bd2887e1bd1f4873
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-04-05 17:09:51 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-04-05 17:18:41 +0000

    devel/py-xstatic-autosize: Update to 6.0.1.0
    
    - Update WWW
    - Convert to USE_PYTHON=pep517
    - Reformat pkg-descr
    
    Changes:        https://github.com/xstatic-py/xstatic-autosize/releases
                    https://github.com/xstatic-py/xstatic-autosize/commits/master
    - Convert REINPLACE_CMD to patch file
---
 devel/py-xstatic-autosize/Makefile             | 20 +++++++++-----------
 devel/py-xstatic-autosize/distinfo             |  6 +++---
 devel/py-xstatic-autosize/files/patch-setup.py | 11 +++++++++++
 devel/py-xstatic-autosize/pkg-descr            | 13 ++++++-------
 4 files changed, 29 insertions(+), 21 deletions(-)

diff --git a/devel/py-xstatic-autosize/Makefile b/devel/py-xstatic-autosize/Makefile
index f2fba5a8236d..3d94f586f41e 100644
--- a/devel/py-xstatic-autosize/Makefile
+++ b/devel/py-xstatic-autosize/Makefile
@@ -1,24 +1,22 @@
 PORTNAME=	xstatic-autosize
-DISTVERSION=	1.17.2.1
-PORTREVISION=	1
+PORTVERSION=	6.0.1.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-DISTNAME=	XStatic-autosize-${DISTVERSION}
+DISTNAME=	xstatic_autosize-${PORTVERSION}
 
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	autosize 1.17.2 (XStatic packaging standard)
-WWW=		https://www.jacklmoore.com/autosize/
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	autosize ${PORTVERSION:R} (XStatic packaging standard)
+WWW=		https://github.com/xstatic-py/xstatic-autosize
 
 LICENSE=	MIT
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+
 USES=		python
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
-post-patch:
-	@${REINPLACE_CMD} -e "s|xs.PACKAGE_NAME|'xstatic-autosize'|g" \
-		${WRKSRC}/setup.py
-
 .include <bsd.port.mk>
diff --git a/devel/py-xstatic-autosize/distinfo b/devel/py-xstatic-autosize/distinfo
index 61707f3ef0f2..bb725246660d 100644
--- a/devel/py-xstatic-autosize/distinfo
+++ b/devel/py-xstatic-autosize/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1727151989
-SHA256 (XStatic-autosize-1.17.2.1.tar.gz) = 9b341cefde6aba0d270c4dafa371fd5dac1b3455e8c657250b539ff16a840317
-SIZE (XStatic-autosize-1.17.2.1.tar.gz) = 6286
+TIMESTAMP = 1773966876
+SHA256 (xstatic_autosize-6.0.1.0.tar.gz) = 79e179b2ed4688c94b6b66b4a0180c0ccdcfe7008b54a3bf593ddeef63703020
+SIZE (xstatic_autosize-6.0.1.0.tar.gz) = 5787
diff --git a/devel/py-xstatic-autosize/files/patch-setup.py b/devel/py-xstatic-autosize/files/patch-setup.py
new file mode 100644
index 000000000000..b6276d350a7b
--- /dev/null
+++ b/devel/py-xstatic-autosize/files/patch-setup.py
@@ -0,0 +1,11 @@
+--- setup.py.orig	2026-01-24 02:27:45 UTC
++++ setup.py
+@@ -7,7 +7,7 @@ setup(
+ from setuptools import setup, find_packages
+ 
+ setup(
+-    name=xs.PACKAGE_NAME,
++    name='xstatic-autosize',
+     version=xs.PACKAGE_VERSION,
+     description=xs.DESCRIPTION,
+     long_description=long_description,
diff --git a/devel/py-xstatic-autosize/pkg-descr b/devel/py-xstatic-autosize/pkg-descr
index 2e4c84db704d..e6ea2b6d900f 100644
--- a/devel/py-xstatic-autosize/pkg-descr
+++ b/devel/py-xstatic-autosize/pkg-descr
@@ -1,9 +1,8 @@
-autosize (jQuery plugin for dynamic textarea sizing) packaged for
-setuptools (easy_install) / pip.
+autosize (jQuery plugin for dynamic textarea sizing) packaged for setuptools
+(easy_install) / pip.
 
-This package is intended to be used by **any** project that needs these
-files.
+This package is intended to be used by **any** project that needs these files.
 
-It intentionally does **not** provide any extra code except some
-metadata **nor** has any extra requirements. You MAY use some minimal
-support code from the XStatic base package, if you like.
+It intentionally does **not** provide any extra code except some metadata
+**nor** has any extra requirements. You MAY use some minimal support code from
+the XStatic base package, if you like.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69d29b16.1d14a.4782d431>