<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools/tests/test_config_discovery.py, branch v67.3.2</title>
<subtitle>github.com: pypa/setuptools.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/'/>
<entry>
<title>Capture behaviour of issue 3692 in test</title>
<updated>2022-11-22T17:54:56+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-11-22T17:44:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=6deebc6c74fced40266c46d3edc65fdb5f922b96'/>
<id>6deebc6c74fced40266c46d3edc65fdb5f922b96</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replicate problems with name discovery and dynamic versions</title>
<updated>2022-08-19T17:22:05+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-08-19T16:36:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=ce572dfe4aa5cad3c6889863a46dbac6e015b397'/>
<id>ce572dfe4aa5cad3c6889863a46dbac6e015b397</id>
<content type='text'>
According to issue 3545 it seems that "name-discovery" happens, even
when the project already explicitly sets it.

This is related to parsing of dynamic versions (via `attr` directive),
which triggers the auto-discovery to obtain the value of `package_dir`.

The value of `package_dir` is used to find the path to the module
in `version = {"attr" = "module_name.attr_name"}`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
According to issue 3545 it seems that "name-discovery" happens, even
when the project already explicitly sets it.

This is related to parsing of dynamic versions (via `attr` directive),
which triggers the auto-discovery to obtain the value of `package_dir`.

The value of `package_dir` is used to find the path to the module
in `version = {"attr" = "module_name.attr_name"}`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replicate problems with `setup.py --version` and auto-discovery</title>
<updated>2022-08-19T17:20:36+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-08-19T17:16:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=9e4a1af958c8ebbbe0cda2d2cbe5be065ee0bdef'/>
<id>9e4a1af958c8ebbbe0cda2d2cbe5be065ee0bdef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable auto-discovery when the 'configuration' attribute is passed</title>
<updated>2022-03-25T17:25:27+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-03-25T17:21:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=6b0a021cc772fb67d275407fffaf96895e8be04a'/>
<id>6b0a021cc772fb67d275407fffaf96895e8be04a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Attempt to solve pathsep problems in windows tests</title>
<updated>2022-03-25T13:36:00+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-03-25T13:36:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=47f506e758b513e59f60a27325aa65d05b429f4c'/>
<id>47f506e758b513e59f60a27325aa65d05b429f4c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid unnecessarily changing package_dir</title>
<updated>2022-03-25T12:58:15+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-03-25T12:51:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=fac2737b118356f37e99e3448dd5366ee58b6fa1'/>
<id>fac2737b118356f37e99e3448dd5366ee58b6fa1</id>
<content type='text'>
And also avoid using './' paths
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
And also avoid using './' paths
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve organisation of test_config_discovery</title>
<updated>2022-03-22T12:39:01+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-03-22T12:35:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=5c0b4b23759a5b2e8dca8153e222416da2eea54a'/>
<id>5c0b4b23759a5b2e8dca8153e222416da2eea54a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore ext-modules for auto-discovery with pyproject.toml metadata</title>
<updated>2022-03-22T11:07:12+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-03-22T11:07:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=fbfc92b6d896db536469fab594064f9f3eb81204'/>
<id>fbfc92b6d896db536469fab594064f9f3eb81204</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Test discovery when ext_modules are provided</title>
<updated>2022-03-22T09:50:02+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-03-22T09:50:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=14180bab5f8d88333a1636f30d6092e5c6bd6f0d'/>
<id>14180bab5f8d88333a1636f30d6092e5c6bd6f0d</id>
<content type='text'>
This example is based on the way the kiwisolver package is organised.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This example is based on the way the kiwisolver package is organised.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure to ignore option errors with MinimalDistribution</title>
<updated>2022-03-21T20:59:02+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-03-21T20:59:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=05c00ae948fa5059ba445727fa450f7dfb6dda29'/>
<id>05c00ae948fa5059ba445727fa450f7dfb6dda29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
