Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 May 2010 14:36:24 +0900
From:      Norikatsu Shigemura <nork@FreeBSD.org>
To:        gnome@FreeBSD.org
Cc:        python@FreeBSD.org, nork@FreeBSD.org
Subject:   [net/libproxy] pkg-plist issue, howbeit not install libproxy.py[co], but installed by devel/py-setuptools
Message-ID:  <20100515143624.2511efe7.nork@FreeBSD.org>

next in thread | raw e-mail | index | archive | help
Hi gnome team.

	I noticed that /usr/local/lib/python2.6/site-packages/libproxy.py[co]
	was installed, but net/libproxy doesn't install these.  So I
	research who installed these.  I found devel/py-setuptools like
	following:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
post-install:
	${INSTALL_DATA} ${WRKSRC}/site.py ${PYTHON_SITELIBDIR}
.for opt in -Qold -O
	${PYTHON_CMD} ${opt} -m compileall -l -x \
		'^[^s][^i]?[^t]?[^e]?[^.][^p][^y]$$' ${PYTHON_SITELIBDIR}
.endfor
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	I think that net/libproxy should install libproxy.py[co], how
	about?

-- 
Norikatsu Shigemura <nork@FreeBSD.org>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100515143624.2511efe7.nork>