Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Dec 2013 00:43:19 +0100
From:      Nicola Vitale <nivit@FreeBSD.org>
To:        William Grzybowski <william88@gmail.com>
Cc:        John Marino <marino@freebsd.org>, python <python@freebsd.org>
Subject:   Re: Any fixes in work for py-setuptools for python 3.3+ ?
Message-ID:  <CAEQKd7Uxcmuz7uwoGT50cCGsmyshN=emhr7U=XOptmkqiEbQTA@mail.gmail.com>
In-Reply-To: <CAHtVNLP06eGCxwdCDzEsFWbe1Jjairn3X3jMy=5eJnu9RGFn4g@mail.gmail.com>
References:  <52B9B5C4.8050101@marino.st> <CAHtVNLN1EZzN=RPFy_p=CUAc_Vy5TK0-00tEaBTECT2XKaJavQ@mail.gmail.com> <52B9B9AF.7050400@marino.st> <CAHtVNLP06eGCxwdCDzEsFWbe1Jjairn3X3jMy=5eJnu9RGFn4g@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

> [2013/12/24 William Grzybowski <william88@gmail.com>]
> The issue here is that the dependency list is built with poudriere
> using PKGORIGIN

And why not to create slave ports of py-setuptools? I mean
(devel/py-setuptools-py27), devel/py-setuptools-py33, etc, each one
with a simple Makefile such as

USE_PYTHON=     3.3  # or 2.7, 3.2, etc...
MASTERDIR=      ${.CURDIR}/../py-setuptools

.include "${MASTERDIR}/Makefile"

Then change USE_PYTHON= to USE_PYTHON?= (and PORTREVISION) in
devel/py-setuptools/Makefile and apply the following patch to
bsd.python.mk http://people.freebsd.org/~nivit/diffs/bsd.python.mk.20131228.txt

I haven't done any testing, but I think it might be a temporary
solution for that issue.

--
Nicola Vitale



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAEQKd7Uxcmuz7uwoGT50cCGsmyshN=emhr7U=XOptmkqiEbQTA>