diff options
Diffstat (limited to 'www/py-django-tasks')
-rw-r--r-- | www/py-django-tasks/Makefile | 2 | ||||
-rw-r--r-- | www/py-django-tasks/distinfo | 6 | ||||
-rw-r--r-- | www/py-django-tasks/files/patch-pyproject.toml | 12 |
3 files changed, 16 insertions, 4 deletions
diff --git a/www/py-django-tasks/Makefile b/www/py-django-tasks/Makefile index 5a194a1e3f02..02b319e56a2d 100644 --- a/www/py-django-tasks/Makefile +++ b/www/py-django-tasks/Makefile @@ -1,5 +1,5 @@ PORTNAME= django-tasks -PORTVERSION= 0.7.0 +PORTVERSION= 0.8.1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-django-tasks/distinfo b/www/py-django-tasks/distinfo index fb8a55398972..c34abad51956 100644 --- a/www/py-django-tasks/distinfo +++ b/www/py-django-tasks/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745936232 -SHA256 (django_tasks-0.7.0.tar.gz) = 499f80d1a051566443cfa88a300d8b03435af7fc5708cad4d8da6d285614f739 -SIZE (django_tasks-0.7.0.tar.gz) = 29581 +TIMESTAMP = 1752266176 +SHA256 (django_tasks-0.8.1.tar.gz) = 32673a9f56108ac1ea4664dc62580e5fc3536dd40858b38fd3b6a099913244b7 +SIZE (django_tasks-0.8.1.tar.gz) = 31407 diff --git a/www/py-django-tasks/files/patch-pyproject.toml b/www/py-django-tasks/files/patch-pyproject.toml new file mode 100644 index 000000000000..9e8dc4ca9053 --- /dev/null +++ b/www/py-django-tasks/files/patch-pyproject.toml @@ -0,0 +1,12 @@ +--- pyproject.toml.orig 2025-07-04 15:51:35 UTC ++++ pyproject.toml +@@ -12,8 +12,7 @@ readme = "README.md" + ] + version = "0.8.1" + readme = "README.md" +-license = "BSD-3-Clause" +-license-files = ["LICENSE"] ++license = {file = "LICENSE"} + classifiers = [ + "Development Status :: 3 - Alpha", + "Programming Language :: Python :: 3", |