Commit ff89f3f0 authored by Rene Ladan's avatar Rene Ladan
Browse files

cleanup: Remove expired ports:

2022-06-30 www/py-django-common-helpers: No longer maintained, doesn't work with newer versions of Django
2022-06-30 www/py-django: Was used as a metaport, no longer required
2022-06-30 www/py-django-sudo: Abandoned upstream, not compatible with newer versions of Django
2022-06-30 www/py-django-bootstrap-form: No longer maintained, not compatible with newer versions of Django
2022-06-30 www/py-django-babel: Upstream no longer maintained, please use www/py-enmerkar instead
2022-06-30 www/py-django-bulk-update: No longer maintained, not compatible with newer versions of Django
2022-06-30 www/py-django-happenings-update: Upstream no longer maintained, not compatible with newer versions of Django
2022-06-30 www/py-django-compat: No longer maintained, doesn't work with newer versions of Django
2022-06-30 www/py-django-modern-rpc: Not compatible with newer versions of Django
parent 67fa95f7
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -17368,3 +17368,12 @@ audio/tuxguitar||2022-06-30|Has expired: Depends on expired devel/itext
security/ruby-bitwarden||2022-06-30|Has expired: Broken with all supported versions of Ruby
mail/rubygem-tmail||2022-06-30|Has expired: Broken with all supported versions of Ruby
www/redmine4|www/redmine42|2022-06-30|Has expired: Deprecated by upstream. Please consider using www/redmine42
www/py-django-common-helpers||2022-06-30|Has expired: No longer maintained, doesn't work with newer versions of Django
www/py-django||2022-06-30|Has expired: Was used as a metaport, no longer required
www/py-django-sudo||2022-06-30|Has expired: Abandoned upstream, not compatible with newer versions of Django
www/py-django-bootstrap-form||2022-06-30|Has expired: No longer maintained, not compatible with newer versions of Django
www/py-django-babel||2022-06-30|Has expired: Upstream no longer maintained, please use www/py-enmerkar instead
www/py-django-bulk-update||2022-06-30|Has expired: No longer maintained, not compatible with newer versions of Django
www/py-django-happenings-update||2022-06-30|Has expired: Upstream no longer maintained, not compatible with newer versions of Django
www/py-django-compat||2022-06-30|Has expired: No longer maintained, doesn't work with newer versions of Django
www/py-django-modern-rpc||2022-06-30|Has expired: Not compatible with newer versions of Django
+0 −9
Original line number Diff line number Diff line
@@ -1475,7 +1475,6 @@
    SUBDIR += py-dj40-django-timezone-field
    SUBDIR += py-dj40-djangorestframework
    SUBDIR += py-dj40-drf-yasg
    SUBDIR += py-django
    SUBDIR += py-django-admin-rangefilter
    SUBDIR += py-django-advanced-filters
    SUBDIR += py-django-allauth
@@ -1484,22 +1483,17 @@
    SUBDIR += py-django-assets
    SUBDIR += py-django-auth-ldap
    SUBDIR += py-django-autocomplete-light
    SUBDIR += py-django-babel
    SUBDIR += py-django-bakery
    SUBDIR += py-django-bitfield
    SUBDIR += py-django-bleach
    SUBDIR += py-django-bootstrap-form
    SUBDIR += py-django-bootstrap-pagination
    SUBDIR += py-django-bootstrap3
    SUBDIR += py-django-bootstrap4
    SUBDIR += py-django-braces
    SUBDIR += py-django-bulk-update
    SUBDIR += py-django-cacheops
    SUBDIR += py-django-ckeditor-5
    SUBDIR += py-django-classy-tags
    SUBDIR += py-django-cms
    SUBDIR += py-django-common-helpers
    SUBDIR += py-django-compat
    SUBDIR += py-django-configurations
    SUBDIR += py-django-constance
    SUBDIR += py-django-contact-form
@@ -1521,7 +1515,6 @@
    SUBDIR += py-django-graphiql-debug-toolbar
    SUBDIR += py-django-gravatar2
    SUBDIR += py-django-guardian
    SUBDIR += py-django-happenings-update
    SUBDIR += py-django-hashid-field
    SUBDIR += py-django-haystack
    SUBDIR += py-django-hierarkey
@@ -1539,7 +1532,6 @@
    SUBDIR += py-django-mezzanine-grappelli
    SUBDIR += py-django-model-utils
    SUBDIR += py-django-modelcluster
    SUBDIR += py-django-modern-rpc
    SUBDIR += py-django-mptt
    SUBDIR += py-django-netfields
    SUBDIR += py-django-object-actions
@@ -1572,7 +1564,6 @@
    SUBDIR += py-django-statici18n
    SUBDIR += py-django-staticinline
    SUBDIR += py-django-storages
    SUBDIR += py-django-sudo
    SUBDIR += py-django-tables2
    SUBDIR += py-django-tagging
    SUBDIR += py-django-taggit

www/py-django-babel/Makefile

deleted100644 → 0
+0 −41
Original line number Diff line number Diff line
# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com>

PORTNAME=	django-babel
PORTVERSION=	0.6.2
PORTREVISION=	1
CATEGORIES=	www python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Utilities for using Babel in django

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/COPYING

DEPRECATED=	Upstream no longer maintained, please use www/py-enmerkar instead
EXPIRATION_DATE=	2022-06-30

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django22>=1.8:www/py-django22@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}Babel>=1.3:devel/py-babel@${PY_FLAVOR}

USES=		python:3.5+
USE_PYTHON=	autoplist distutils

NO_ARCH=	yes
PORTDOCS=	*

OPTIONS_DEFINE=	DOCS
DOCS_BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR}
DOCS_VARS=		PYDISTUTILS_BUILD_TARGET+="build_sphinx -a -E"

post-install-DOCS-on:
	${MKDIR} ${STAGEDIR}${DOCSDIR}
	(cd ${WRKSRC}/build/sphinx/html && \
		${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} \
			"! -name .buildinfo -and ! -name objects.inv")

do-test:
	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test

.include <bsd.port.mk>

www/py-django-babel/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1527449167
SHA256 (django-babel-0.6.2.tar.gz) = 1e621b198e1f98ae4f93e43463cf78cbedbace475eb6e0853ba1e2567f3b8119
SIZE (django-babel-0.6.2.tar.gz) = 24334

www/py-django-babel/pkg-descr

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
Utilities for using Babel in Django

WWW: https://pypi.org/project/django-babel/
Loading