<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/lang/python/extension.mk, branch pkgsrc_2004Q4</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2004Q4</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2004Q4'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2004-06-12T21:18:31Z</updated>
<entry>
<title>Add quotes around word "install" in the setup command.</title>
<updated>2004-06-12T21:18:31Z</updated>
<author>
<name>darcy</name>
<email>darcy</email>
</author>
<published>2004-06-12T21:18:31Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5e1e9db3ab1e104a84df78da1b73f1da50520857'/>
<id>urn:sha1:5e1e9db3ab1e104a84df78da1b73f1da50520857</id>
<content type='text'>
Note that this cannot be changed to ${INSTALL} because it is not the install
command but rather an argument to setup.py.  While adding the quotes makes
no difference to the use of the file, it does keep pkglint quiet.  This is
even more important because this file is included by many other packages
and causes warnings when trying to check new Python extensions.
</content>
</entry>
<entry>
<title>Fix PYTHON_VERSION_REQG regex for non-NetBSD native make (read for bmake).</title>
<updated>2003-12-05T19:24:31Z</updated>
<author>
<name>recht</name>
<email>recht</email>
</author>
<published>2003-12-05T19:24:31Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=07e4ba36d0b955831288a4215a6156602ed1557a'/>
<id>urn:sha1:07e4ba36d0b955831288a4215a6156602ed1557a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert previous change.  I was trying to get pkglint to keep quiet but</title>
<updated>2003-12-03T12:26:35Z</updated>
<author>
<name>darcy</name>
<email>darcy</email>
</author>
<published>2003-12-03T12:26:35Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=0b1748765add05b3b2da1d698418243f90cb2c74'/>
<id>urn:sha1:0b1748765add05b3b2da1d698418243f90cb2c74</id>
<content type='text'>
Marc Recht pointed out that install is not the install command here but
rather an argument to the Python setup program.
</content>
</entry>
<entry>
<title>Change hard coded call of install to use INSTALL environment variable.</title>
<updated>2003-12-03T12:00:09Z</updated>
<author>
<name>darcy</name>
<email>darcy</email>
</author>
<published>2003-12-03T12:00:09Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=39bf407adce75afb28e768f771cbad87be382740'/>
<id>urn:sha1:39bf407adce75afb28e768f771cbad87be382740</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a comment for the last change.</title>
<updated>2003-11-03T18:25:01Z</updated>
<author>
<name>recht</name>
<email>recht</email>
</author>
<published>2003-11-03T18:25:01Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=13c15828501f65702b933ab1cffb74b1fec21302'/>
<id>urn:sha1:13c15828501f65702b933ab1cffb74b1fec21302</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix breakage caused by PKGNAME_REQD quoting in bsd.pkg.mk.</title>
<updated>2003-11-01T12:10:00Z</updated>
<author>
<name>recht</name>
<email>recht</email>
</author>
<published>2003-11-01T12:10:00Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b1a521f631591e3199fbc0befbde5788e46127b8'/>
<id>urn:sha1:b1a521f631591e3199fbc0befbde5788e46127b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hange extension.mk to also install optimized files for distutils packages.</title>
<updated>2003-09-14T16:43:45Z</updated>
<author>
<name>recht</name>
<email>recht</email>
</author>
<published>2003-09-14T16:43:45Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=cc600da3a8f20abf22698aec46c9d9bac801e277'/>
<id>urn:sha1:cc600da3a8f20abf22698aec46c9d9bac801e277</id>
<content type='text'>
Inspired by FreeBSD "ports".

Fix the PLISTs accordingly.
Also, while at it, remove now obsolete compileall.py calls in post-install
targets and insure that extension.mk is in included before builinlinks of
other Python modules.

Discussed with/ok'ed by drochner@.
</content>
</entry>
<entry>
<title>Adapt a change from FreeBSD's ports Mk/bsd.python.mk.</title>
<updated>2003-09-11T13:13:47Z</updated>
<author>
<name>recht</name>
<email>recht</email>
</author>
<published>2003-09-11T13:13:47Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3e22cb3d7abdaae33328750ea9e7d8a24d294e23'/>
<id>urn:sha1:3e22cb3d7abdaae33328750ea9e7d8a24d294e23</id>
<content type='text'>
Change the order of PYSETUP*AGS and the corresponding target.
Eg.:
s/${PYSETUPINSTALLARGS} install/install ${PYSETUPINSTALLARGS}/

This allows us to automatically install .pyo files with a
PYSETUPINSTALLARGS=-O1 -c and thus drop the compileall.py stuff in the
post-install target.

ok'ed by drochner@
</content>
</entry>
<entry>
<title>some packages (e.g. py-wxWindows 2.4.0.7) have the Python setup.py</title>
<updated>2003-05-09T09:24:17Z</updated>
<author>
<name>jdolecek</name>
<email>jdolecek</email>
</author>
<published>2003-05-09T09:24:17Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=555c460fd37f6a9bc189e9fc72d9bc001687b477'/>
<id>urn:sha1:555c460fd37f6a9bc189e9fc72d9bc001687b477</id>
<content type='text'>
in subdirectory and need to execute setup.py in that directory, but
still need WRKSRC set to the base directory for configure/patch targets

to handle this, add PYSETUPSUBDIR variable (default empty), and
change do-build+do-install targets to use working directory
${WRKSRC}/${PYSETUPSUBDIR} when executing setup.py
</content>
</entry>
<entry>
<title>Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate.</title>
<updated>2002-12-07T02:38:52Z</updated>
<author>
<name>schmonz</name>
<email>schmonz</email>
</author>
<published>2002-12-07T02:38:52Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=dbb71432c1380918f61104a2e5d18effa27af2ab'/>
<id>urn:sha1:dbb71432c1380918f61104a2e5d18effa27af2ab</id>
<content type='text'>
</content>
</entry>
</feed>
