Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Apr 2020 11:48:37 +0000 (UTC)
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r532026 - in head: . www www/py-django-caching-app-plugins
Message-ID:  <202004181148.03IBmbhC083542@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kai
Date: Sat Apr 18 11:48:37 2020
New Revision: 532026
URL: https://svnweb.freebsd.org/changeset/ports/532026

Log:
  www/py-django-caching-app-plugins: Remove port
  
  * The port was required as a dependency for www/py-satchmo which is gone
    from the Ports tree since 2016.
  
    It's also broken at runtime since r469560 when it was switched to
    Django 1.11 because the "SortedDict" class was removed with Django 1.9 and
    the code doesn't work with Python 3 either.
  
  PR:		245720
  Approved by:	Kevin Golding <ports@caomhin.org> (maintainer)

Deleted:
  head/www/py-django-caching-app-plugins/
Modified:
  head/MOVED
  head/www/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Sat Apr 18 11:48:32 2020	(r532025)
+++ head/MOVED	Sat Apr 18 11:48:37 2020	(r532026)
@@ -14544,3 +14544,4 @@ textproc/luaexpat-51|textproc/luaexpat@lua51|2020-04-1
 devel/libevdevPlus|devel/libevdevplus|2020-04-18|lowercase
 devel/libuIntputPlus|devel/libuinputplus|2020-04-18|lowercase
 net/pjsip-extsrtp||2020-04-18|Remove slave port not used anymore
+www/py-django-caching-app-plugins||2020-04-18|Doesn't work with Django 1.9+ and Python 3, no longer maintained

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sat Apr 18 11:48:32 2020	(r532025)
+++ head/www/Makefile	Sat Apr 18 11:48:37 2020	(r532026)
@@ -1497,7 +1497,6 @@
     SUBDIR += py-django-braces
     SUBDIR += py-django-bulk-update
     SUBDIR += py-django-cacheops
-    SUBDIR += py-django-caching-app-plugins
     SUBDIR += py-django-classy-tags
     SUBDIR += py-django-cms
     SUBDIR += py-django-common-helpers



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004181148.03IBmbhC083542>