From owner-freebsd-python@freebsd.org Mon Mar 27 08:33:33 2017 Return-Path: Delivered-To: freebsd-python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 20C41D1E524 for ; Mon, 27 Mar 2017 08:33:33 +0000 (UTC) (envelope-from kpg@caomhin.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 0A74017A3 for ; Mon, 27 Mar 2017 08:33:33 +0000 (UTC) (envelope-from kpg@caomhin.org) Received: by mailman.ysv.freebsd.org (Postfix) id 09D96D1E523; Mon, 27 Mar 2017 08:33:33 +0000 (UTC) Delivered-To: python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0983DD1E522 for ; Mon, 27 Mar 2017 08:33:33 +0000 (UTC) (envelope-from kpg@caomhin.org) Received: from zoidberg.compliantgroup.com (zoidberg.compliantgroup.com [94.23.207.160]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C9C2817A2 for ; Mon, 27 Mar 2017 08:33:32 +0000 (UTC) (envelope-from kpg@caomhin.org) Received: from thoth (unknown [81.141.79.255]) (Authenticated sender: master@caomhin.org) by zoidberg.compliantgroup.com (Postfix) with ESMTPSA id 6CBAA14D3B5; Mon, 27 Mar 2017 10:26:17 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.10.3 zoidberg.compliantgroup.com 6CBAA14D3B5 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=caomhin.org; s=default; t=1490603177; bh=CL3dauXmFO3vqATgkClZtQ6PYSflXzei3rijWhQEntI=; h=To:Cc:Subject:References:Date:From:In-Reply-To; b=L8DNNqmn/TLCKhoByiFx5XFYFStpsWIx8nRsdquAdPnwVecHRqD9d7KP3lON0bvXo D9e6eIr93FSINTu7j+GnzCyD3nl1uWuL9ax3ad1Lb34cvLn4IbJ41gHlw7+aqecnXW H4tFrmqX9e3H+RgeIwiQa7A6XDYRg6rpJpgdwBYY= Content-Type: text/plain; charset=iso-8859-15; format=flowed; delsp=yes To: "Mark Linimon" , "Roland Smith" Cc: python@freebsd.org Subject: Re: FYI: [linimon@lonesome.com: ports expiring soon due to Google Code site removal] References: <20170324152044.GC15899@lonesome.com> <20170326215818.GC89911@slackbox.erewhon.home> Date: Mon, 27 Mar 2017 09:25:49 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Kevin Golding" Message-ID: In-Reply-To: <20170326215818.GC89911@slackbox.erewhon.home> User-Agent: Opera Mail/1.0 (Win32) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 08:33:33 -0000 On Sun, 26 Mar 2017 22:58:18 +0100, Roland Smith wrote: > On Fri, Mar 24, 2017 at 10:20:45AM -0500, Mark Linimon wrote: >> www/py-django-app-plugins ports@caomhin.org > > Github: https://github.com/thoreg/django-app-plugins > (Not sure if this is a fork or the original developer) It's a fork, and one that hasn't been touched in close to 4 years. The original developer also has a github repo which didn't import the project so it's unlikely to see any "official" updates and that version could become the continuation by default. Tbh as the maintainer I've been happy to let that one expire since I also maintain www/py-django-caching-app-plugins which was another fork that arose and is maintained, and to my knowlege has become the fork of choice for the majority of people. If there's a desire to keep the original alive I'm happy to file a PR and update (and/or pass over maintainership, I only kept it so that the port wouldn't be orphaned) but I've stayed quiet on the subject because I thought expiry made sense. Kevin