git: f6c9ee39e78c - main - devel/py-xstatic-jquery-file-upload: Update to 10.32.0.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 05 Apr 2026 17:25:52 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f6c9ee39e78c6ad3a8d774836fb55c48e461f597
commit f6c9ee39e78c6ad3a8d774836fb55c48e461f597
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-04-05 17:10:00 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-04-05 17:18:44 +0000
devel/py-xstatic-jquery-file-upload: Update to 10.32.0.1
- Update COMMENT
- Update WWW
- Convert to USE_PYTHON=pep517
- Convert REINPLACE_CMD to patch file
- Reformat pkg-descr
- Take maintainership
Changes: https://github.com/xstatic-py/xstatic-jquery-file-upload/releases
https://github.com/xstatic-py/xstatic-jquery-file-upload/commits/master
---
devel/py-xstatic-jquery-file-upload/Makefile | 18 ++++++++----------
devel/py-xstatic-jquery-file-upload/distinfo | 6 +++---
.../py-xstatic-jquery-file-upload/files/patch-setup.py | 11 +++++++++++
devel/py-xstatic-jquery-file-upload/pkg-descr | 13 ++++++-------
4 files changed, 28 insertions(+), 20 deletions(-)
diff --git a/devel/py-xstatic-jquery-file-upload/Makefile b/devel/py-xstatic-jquery-file-upload/Makefile
index cdaa55b83e7a..07c67c75314e 100644
--- a/devel/py-xstatic-jquery-file-upload/Makefile
+++ b/devel/py-xstatic-jquery-file-upload/Makefile
@@ -1,24 +1,22 @@
PORTNAME= xstatic-jquery-file-upload
-DISTVERSION= 10.31.0.1
-PORTREVISION= 1
+PORTVERSION= 10.32.0.1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= XStatic-jQuery-File-Upload-${DISTVERSION}
+DISTNAME= xstatic_jquery_file_upload-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
-COMMENT= jQuery-File-Upload (XStatic packaging standard)
-WWW= https://github.com/blueimp/jQuery-File-Upload
+COMMENT= jQuery-File-Upload ${PORTVERSION:R} (XStatic packaging standard)
+WWW= https://github.com/xstatic-py/xstatic-jquery-file-upload
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-jquery-file-upload'|g" \
- ${WRKSRC}/setup.py
-
.include <bsd.port.mk>
diff --git a/devel/py-xstatic-jquery-file-upload/distinfo b/devel/py-xstatic-jquery-file-upload/distinfo
index 7b21d8b76156..408a55b30418 100644
--- a/devel/py-xstatic-jquery-file-upload/distinfo
+++ b/devel/py-xstatic-jquery-file-upload/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1727511773
-SHA256 (XStatic-jQuery-File-Upload-10.31.0.1.tar.gz) = 7d716f26aca14732c35c54f0ba6d38187600ab472fc98a91d972d12c5a70db27
-SIZE (XStatic-jQuery-File-Upload-10.31.0.1.tar.gz) = 43118
+TIMESTAMP = 1773966894
+SHA256 (xstatic_jquery_file_upload-10.32.0.1.tar.gz) = de9fc5a29aeb1958b2f71f626a8ee8a19fd810b97c02d10e9c48acd2b172a047
+SIZE (xstatic_jquery_file_upload-10.32.0.1.tar.gz) = 44159
diff --git a/devel/py-xstatic-jquery-file-upload/files/patch-setup.py b/devel/py-xstatic-jquery-file-upload/files/patch-setup.py
new file mode 100644
index 000000000000..e92b9514439e
--- /dev/null
+++ b/devel/py-xstatic-jquery-file-upload/files/patch-setup.py
@@ -0,0 +1,11 @@
+--- setup.py.orig 2026-01-24 19:26:36 UTC
++++ setup.py
+@@ -8,7 +8,7 @@ setup(
+ from setuptools import setup, find_packages
+
+ setup(
+- name=xs.PACKAGE_NAME,
++ name='xstatic-jquery-file-upload',
+ version=xs.PACKAGE_VERSION,
+ description=xs.DESCRIPTION,
+ long_description=long_description,
diff --git a/devel/py-xstatic-jquery-file-upload/pkg-descr b/devel/py-xstatic-jquery-file-upload/pkg-descr
index 721e22184891..e48f3cd12930 100644
--- a/devel/py-xstatic-jquery-file-upload/pkg-descr
+++ b/devel/py-xstatic-jquery-file-upload/pkg-descr
@@ -1,9 +1,8 @@
-jQuery-File-Upload javascript library packaged for setuptools
-(easy_install)/pip.
+jQuery-File-Upload javascript library 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.