Date: Sun, 08 Sep 2013 10:41:35 -0500 From: Rusty Nejdl <rnejdl@ringofsaturn.com> To: python@freebsd.org Subject: Re: Port Request Message-ID: <assp.0963ed7a32.41b46aa82bb99f548b8a16cd3d075f64@ringofsaturn.com> In-Reply-To: <20130907210300.GD32163@medusa.sysfault.org> References: <4a8cb0aaace54a329f5723aaf4b25858@ringofsaturn.com> <20130907193930.GB32163@medusa.sysfault.org> <e5231183c20fea7b5356276a311c163e@ringofsaturn.com> <20130907210300.GD32163@medusa.sysfault.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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: <owner-freebsd-python@FreeBSD.ORG> 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 <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?assp.0963ed7a32.41b46aa82bb99f548b8a16cd3d075f64>