From owner-freebsd-python@FreeBSD.ORG Sun Sep 8 15:41:37 2013 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 024341F0 for ; Sun, 8 Sep 2013 15:41:36 +0000 (UTC) (envelope-from rnejdl@ringofsaturn.com) Received: from tethys.ringofsaturn.com (tethys.ringofsaturn.com [71.252.219.43]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B69FC23CA for ; Sun, 8 Sep 2013 15:41:36 +0000 (UTC) Received: from ASSP.nospam (localhost [127.0.0.1]) (authenticated bits=0) by tethys.ringofsaturn.com (8.14.7/8.14.7) with ESMTP id r88FfZ5K053267 for ; Sun, 8 Sep 2013 10:41:35 -0500 (CDT) (envelope-from rnejdl@ringofsaturn.com) Received: from mail.ringofsaturn.com ([127.0.0.1] helo=mail.ringofsaturn.com) by ASSP.nospam with ESMTP (ASSP 1.9.9); 8 Sep 2013 10:41:35 -0500 MIME-Version: 1.0 Date: Sun, 08 Sep 2013 10:41:35 -0500 From: Rusty Nejdl To: python@freebsd.org Subject: Re: Port Request Mail-Reply-To: rnejdl@ringofsaturn.com In-Reply-To: <20130907210300.GD32163@medusa.sysfault.org> References: <4a8cb0aaace54a329f5723aaf4b25858@ringofsaturn.com> <20130907193930.GB32163@medusa.sysfault.org> <20130907210300.GD32163@medusa.sysfault.org> Message-ID: X-Sender: rnejdl@ringofsaturn.com User-Agent: Roundcube Webmail/0.9.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: rnejdl@ringofsaturn.com List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 15:41:37 -0000 On 2013-09-07 16:03, Marcus von Appen wrote: > [...] > >> Nicely done and that fixed it so it compiles now. Now, the last part I am stuck on is that the package has an underscore in it: Writing /usr/local/lib/python2.7/site-packages/apsw-3.8.0.2_r1-py2.7.egg-info which kills me on deinstall: pkg_delete: file '/usr/local/lib/python2.7/site-packages/apsw-3.8.0.2-py2.7.egg-info' doesn't exist > > You can change the name of the egg-info file via the PYDISTUTILS_EGGINFO > variable. Something like the following might do the trick for you: > > PYDISTUTILS_EGGINFO=${PORTNAME}-${PORTVERSION}_r1-py${PYTHON_VER}... > > However, the egg-info consists of multiple parts, so you might go an > easier route by setting PYDISTUTILS_PKGVERSION to something like: > > PYDISTUTILS_PKGVERSION= ${PORTVERSION}_r1 > > and leave the _EGGINFO variable alone. Check /usr/ports/Mk/bsd.python.mk > for further details about how the egg info file name is built, The > documentation on the knobs is fairly good. > > Cheers > Marcus Marcus, Yes that got it and I submitted my port this morning. Thank you! Rusty Nejdl From owner-freebsd-python@FreeBSD.ORG Sun Sep 8 16:50:10 2013 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 399A3DB5; Sun, 8 Sep 2013 16:50:10 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0F45826A1; Sun, 8 Sep 2013 16:50:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r88Go9Lv075070; Sun, 8 Sep 2013 16:50:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r88Go9m7075013; Sun, 8 Sep 2013 16:50:09 GMT (envelope-from edwin) Date: Sun, 8 Sep 2013 16:50:09 GMT Message-Id: <201309081650.r88Go9m7075013@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/181941: [MAINTAINER] net/py-netlib: Update to 0.9.2 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 16:50:10 -0000 Synopsis: [MAINTAINER] net/py-netlib: Update to 0.9.2 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sun Sep 8 16:50:09 UTC 2013 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=181941