Commit 0d73ef77 authored by Rene Ladan's avatar Rene Ladan
Browse files

www/py-django-star-ratings: Remove expired port

2026-03-31 www/py-django-star-ratings: Upstream repository has been archived on May 21, 2025
parent 5d988351
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5178,3 +5178,4 @@ www/py-django-cron||2026-03-31|Has expired: Upstream inactive since 3+ years, no
deskutils/py-paperless|deskutils/py-paperless-ngx|2026-03-31|Has expired: Upstream repository archived since 2021 and no compatibility for Django 5+. Please migrate to deskutils/py-paperless-ngx
www/py-django-bleach||2026-03-31|Has expired: Upstream has been archived on November 5, 2024
www/py-django-tagging|www/py-django-taggit|2026-03-31|Has expired: Upstream inactive since 5+ years, not compatible with Django 5+. Please use www/py-django-taggit instead
www/py-django-star-ratings||2026-03-31|Has expired: Upstream repository has been archived on May 21, 2025
+0 −1
Original line number Diff line number Diff line
@@ -1672,7 +1672,6 @@
    SUBDIR += py-django-soft-delete
    SUBDIR += py-django-solo
    SUBDIR += py-django-sortedm2m
    SUBDIR += py-django-star-ratings
    SUBDIR += py-django-staticinline
    SUBDIR += py-django-storages
    SUBDIR += py-django-stubs-ext
+0 −27
Original line number Diff line number Diff line
PORTNAME=	django-star-ratings
PORTVERSION=	0.9.2
PORTREVISION=	4
CATEGORIES=	www python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	ports@caomhin.org
COMMENT=	Django app to add star ratings to models
WWW=		https://github.com/wildfish/django-star-ratings

LICENSE=	BSD3CLAUSE

DEPRECATED=	Upstream repository has been archived on May 21, 2025
EXPIRATION_DATE=2026-03-31

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django42>=0:www/py-django42@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}django-braces>=0:www/py-django-braces@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}django-model-utils>=0:www/py-django-model-utils@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}swapper>=0:www/py-swapper@${PY_FLAVOR}

USES=		python
USE_PYTHON=	distutils autoplist

NO_ARCH=	yes

.include <bsd.port.mk>
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1642841512
SHA256 (django-star-ratings-0.9.2.tar.gz) = 7c7f55c1847087b932ca09c2cefb11240510fe384188250d15961024c9c8f2d8
SIZE (django-star-ratings-0.9.2.tar.gz) = 41716
+0 −11
Original line number Diff line number Diff line
--- setup.py.orig      2022-03-25 15:45:28 UTC
+++ setup.py
@@ -41,7 +41,7 @@ if sys.argv[-1] == 'publish':
 setup(
     name='django-star-ratings',
     version=version,
-    packages=find_packages(),
+    packages=find_packages(exclude=['tests*']),
     include_package_data=True,
     package_data={
         'star_ratings/static': ['*'],
Loading