<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/lang/python/extension.mk, branch pkgsrc_2009Q3</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2009Q3</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2009Q3'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2009-05-26T21:59:57Z</updated>
<entry>
<title>Allow overriding build target for do-build, using PYSETUPBUILDTARGET.</title>
<updated>2009-05-26T21:59:57Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2009-05-26T21:59:57Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=731878d0f238965b6e23646ebb47a63e9e4dd3c5'/>
<id>urn:sha1:731878d0f238965b6e23646ebb47a63e9e4dd3c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move the PYTHON_VERSION_REQD logic from extension.mk to pyversion.mk.</title>
<updated>2009-03-08T17:05:10Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2009-03-08T17:05:10Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=4dd8242af7d199919b81305dcddcdd4283786ac7'/>
<id>urn:sha1:4dd8242af7d199919b81305dcddcdd4283786ac7</id>
<content type='text'>
It shouldn't hurt and allows including application.mk and extension.mk
in any order.
</content>
</entry>
<entry>
<title>Remove PYBINMODULE. All it did was mark some packages as not available</title>
<updated>2009-03-05T18:51:26Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2009-03-05T18:51:26Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=89c90a19c45e71216068c08e92f110cb6a981fde'/>
<id>urn:sha1:89c90a19c45e71216068c08e92f110cb6a981fde</id>
<content type='text'>
on some platforms that lacked shared library support in the past. The
list hasn't been maintained at all and the gain is very limited, so just
get rid of it.
</content>
</entry>
<entry>
<title>For bmake, empty() take a variable, and M modifier only accept the standard</title>
<updated>2009-02-19T12:24:59Z</updated>
<author>
<name>obache</name>
<email>obache</email>
</author>
<published>2009-02-19T12:24:59Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f4a702863459859cac2da649a321801f2579e24b'/>
<id>urn:sha1:f4a702863459859cac2da649a321801f2579e24b</id>
<content type='text'>
shell wildcard characters.
</content>
</entry>
<entry>
<title>Only derive PYTHON_VERSION_REQD from PKGNAME_REQD or PKGNAME_OLD if they</title>
<updated>2008-12-23T15:39:07Z</updated>
<author>
<name>abs</name>
<email>abs</email>
</author>
<published>2008-12-23T15:39:07Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=56f6a9975d45702b21d804d5c3db15c6487e8b12'/>
<id>urn:sha1:56f6a9975d45702b21d804d5c3db15c6487e8b12</id>
<content type='text'>
match py([0-9][0-9])-.*. Fixes breakage when building gnome which then
tries to build hamster-applet and chokes due to PYPKGPREFIX ending up
undefined.
</content>
</entry>
<entry>
<title>Add support to derive the Python version from PKGNAME_OLD.</title>
<updated>2008-10-06T14:41:50Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2008-10-06T14:41:50Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3827e9a5f64a404c5186f3c550b511c6054a1b5a'/>
<id>urn:sha1:3827e9a5f64a404c5186f3c550b511c6054a1b5a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move PY_NO_EGG?= check outside of defined(PYDISTUTILSPKG) to fix</title>
<updated>2008-06-30T13:41:05Z</updated>
<author>
<name>abs</name>
<email>abs</email>
</author>
<published>2008-06-30T13:41:05Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d14449260039727cef4fa1cc3f90ba60c1fd192e'/>
<id>urn:sha1:d14449260039727cef4fa1cc3f90ba60c1fd192e</id>
<content type='text'>
PLIST of ap22-py25-python and similar packages (removes additional
egg-info file) From tnn@.  Passed via packages@ without objection
</content>
</entry>
<entry>
<title>prepare for arrival of Python 2.5</title>
<updated>2008-04-24T01:39:25Z</updated>
<author>
<name>tnn</name>
<email>tnn</email>
</author>
<published>2008-04-24T01:39:25Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3ee133401de211720d5c42994afbb2399814e338'/>
<id>urn:sha1:3ee133401de211720d5c42994afbb2399814e338</id>
<content type='text'>
</content>
</entry>
<entry>
<title>With the advent of Apache module prefixes the Python package prefix</title>
<updated>2007-10-31T00:59:52Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2007-10-31T00:59:52Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=efadf75c13ee516caa5a16d0315ccd325c1719ca'/>
<id>urn:sha1:efadf75c13ee516caa5a16d0315ccd325c1719ca</id>
<content type='text'>
might not the first component of PKGNAME_REQD. Change this to match
either py[0-9][0-9] or the same string after a hyphen.
</content>
</entry>
<entry>
<title>Add some basic infrastructure to manage Python eggs in pkgsrc.</title>
<updated>2007-08-09T13:24:12Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2007-08-09T13:24:12Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=094129b60bca02eccdc3d1ffaa8e16efc117e7c3'/>
<id>urn:sha1:094129b60bca02eccdc3d1ffaa8e16efc117e7c3</id>
<content type='text'>
We use the flat installation mode (e.g. no multiple versions by
default) by default. That avoids having to run DEINSTALL/INSTALL
scripts and allows DESTDIR installation.
</content>
</entry>
</feed>
