svn commit: r532026 - in head: . www www/py-django-caching-app-plugins

Kai Knoblich kai at FreeBSD.org
Sat Apr 18 11:48:38 UTC 2020


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 at 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 at 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


More information about the svn-ports-all mailing list